xmlBlaster 2.2.0 API

Uses of Interface
org.xmlBlaster.authentication.plugins.I_Session

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

Fields in org.xmlBlaster.authentication declared as I_Session
private  I_Session SessionInfo.securityCtx
           
 

Methods in org.xmlBlaster.authentication that return I_Session
 I_Session SessionInfo.getSecuritySession()
           
 

Methods in org.xmlBlaster.authentication with parameters of type I_Session
(package private)  void SessionInfo.init(SubjectInfo subjectInfo, I_Session securityCtx, ConnectQosServer connectQos)
           
 void SessionInfo.setSecuritySession(I_Session ctx)
           
 

Uses of I_Session in org.xmlBlaster.authentication.plugins
 

Methods in org.xmlBlaster.authentication.plugins that return I_Session
 I_Session I_Manager.getSessionById(java.lang.String id)
          Get the I_Session which corresponds to the given sessionId.
 I_Session I_Manager.reserveSession(java.lang.String sessionId)
          The session handling.
 

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

Classes in org.xmlBlaster.authentication.plugins.demo that implement I_Session
 class Session
           
 

Methods in org.xmlBlaster.authentication.plugins.demo that return I_Session
 I_Session Manager.getSessionById(java.lang.String id)
          Get the I_Session which corresponds to the given sessionId

 I_Session Manager.reserveSession(java.lang.String sessionId)
           
 

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

Methods in org.xmlBlaster.authentication.plugins.htpasswd that return I_Session
 I_Session Manager.getSessionById(java.lang.String id)
          Get the I_Session which corresponds to the given sessionId

 I_Session Manager.reserveSession(java.lang.String sessionId)
           
 

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

Methods in org.xmlBlaster.authentication.plugins.ldap that return I_Session
 I_Session Manager.getSessionById(java.lang.String id)
          Get the I_Session which corresponds to the given sessionId

 I_Session Manager.reserveSession(java.lang.String sessionId)
           
 

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

Methods in org.xmlBlaster.authentication.plugins.simple that return I_Session
 I_Session Manager.getSessionById(java.lang.String id)
          Get the I_Session which corresponds to the given sessionId

 I_Session Manager.reserveSession(java.lang.String sessionId)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.