xmlBlaster 1.6.4 API

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

Packages that use SessionHolder
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 SessionHolder in org.xmlBlaster.authentication.plugins
 

Methods in org.xmlBlaster.authentication.plugins with parameters of type SessionHolder
 boolean I_Session.isAuthorized(SessionHolder sessionHolder, DataHolder dataHolder)
          Check if this subject instance is permitted to do something

 

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

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

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

Methods in org.xmlBlaster.authentication.plugins.htpasswd with parameters of type SessionHolder
 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 SessionHolder in org.xmlBlaster.authentication.plugins.ldap
 

Methods in org.xmlBlaster.authentication.plugins.ldap with parameters of type SessionHolder
 boolean Session.isAuthorized(SessionHolder sessionHolder, DataHolder dataHolder)
           
 

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

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


xmlBlaster 1.6.4 API

Copyright © 1999-2008 The xmlBlaster.org contributers.