xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.authentication.plugins.DataHolder

Packages that use DataHolder
org.xmlBlaster.authentication.plugins   
org.xmlBlaster.authentication.plugins.demo   
org.xmlBlaster.authentication.plugins.htpasswd   
org.xmlBlaster.authentication.plugins.ldap   
org.xmlBlaster.authentication.plugins.simple   
 

Uses of DataHolder in org.xmlBlaster.authentication.plugins
 

Methods in org.xmlBlaster.authentication.plugins with parameters of type DataHolder
 java.lang.String I_Session.interceptExeptionByAuthorizer(java.lang.Throwable throwable, SessionHolder sessionHolder, DataHolder dataHolder)
          If an exception occurrs after successful authorization the security framework has the chance to suppress the exception by returning a return QOS
 boolean I_Session.isAuthorized(SessionHolder sessionHolder, DataHolder dataHolder)
          Check if this subject instance is permitted to do something

 

Uses of DataHolder in org.xmlBlaster.authentication.plugins.demo
 

Methods in org.xmlBlaster.authentication.plugins.demo with parameters of type DataHolder
 java.lang.String Session.interceptExeptionByAuthorizer(java.lang.Throwable throwable, SessionHolder sessionHolder, DataHolder dataHolder)
           
 boolean Session.isAuthorized(SessionHolder sessionHolder, DataHolder dataHolder)
          Check if the user is permited (authorized) to do something
 

Uses of DataHolder in org.xmlBlaster.authentication.plugins.htpasswd
 

Methods in org.xmlBlaster.authentication.plugins.htpasswd with parameters of type DataHolder
 java.lang.String Session.interceptExeptionByAuthorizer(java.lang.Throwable throwable, SessionHolder sessionHolder, DataHolder dataHolder)
           
 boolean HtPasswd.isAuthorized(SessionHolder sessionHolder, DataHolder dataHolder)
          Check of MethodName is allowed to be invoked by user.
 boolean Session.isAuthorized(SessionHolder sessionHolder, DataHolder dataHolder)
           
 

Uses of DataHolder in org.xmlBlaster.authentication.plugins.ldap
 

Methods in org.xmlBlaster.authentication.plugins.ldap with parameters of type DataHolder
 java.lang.String Session.interceptExeptionByAuthorizer(java.lang.Throwable throwable, SessionHolder sessionHolder, DataHolder dataHolder)
           
 boolean Session.isAuthorized(SessionHolder sessionHolder, DataHolder dataHolder)
           
 

Uses of DataHolder in org.xmlBlaster.authentication.plugins.simple
 

Methods in org.xmlBlaster.authentication.plugins.simple with parameters of type DataHolder
 java.lang.String Session.interceptExeptionByAuthorizer(java.lang.Throwable throwable, SessionHolder sessionHolder, DataHolder dataHolder)
           
 boolean Session.isAuthorized(SessionHolder sessionHolder, DataHolder dataHolder)
          Check if the user is permited (authorized) to do something
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.