Uses of Interface
com.uwyn.rife.authentication.SessionManager

Packages that use SessionManager
com.uwyn.rife.authentication Provides classes, interfaces and elements for credentials, authentication sessions and "remember me" management. 
com.uwyn.rife.authentication.elements Provides elements for authentication and logout, using the variety of backend stores available. 
com.uwyn.rife.authentication.sessionmanagers Provides managers classes for authentication sessions support. 
com.uwyn.rife.authentication.sessionvalidators Provides implementation classes for the session validators. 
 

Uses of SessionManager in com.uwyn.rife.authentication
 

Methods in com.uwyn.rife.authentication that return SessionManager
 SessionManager SessionValidator.getSessionManager()
          Retrieves the currently used SessionManager.
 

Methods in com.uwyn.rife.authentication with parameters of type SessionManager
 void SessionValidator.setSessionManager(SessionManager sessionManager)
          Sets the SessionManager that will be used.
 

Uses of SessionManager in com.uwyn.rife.authentication.elements
 

Fields in com.uwyn.rife.authentication.elements declared as SessionManager
protected  SessionManager AbstractLogout.mSessionManager
           
 

Methods in com.uwyn.rife.authentication.elements that return SessionManager
 SessionManager FactoryPropertyAuthenticatedDeployer.createSessionManager()
           
abstract  SessionManager AbstractPropertyAuthenticatedDeployer.createSessionManager()
          Creates a SessionManager.
 SessionManager AbstractLogout.getSessionManager()
           
 

Methods in com.uwyn.rife.authentication.elements with parameters of type SessionManager
protected  void AbstractLogout.setSessionManager(SessionManager sessionValidator)
           
 

Uses of SessionManager in com.uwyn.rife.authentication.sessionmanagers
 

Classes in com.uwyn.rife.authentication.sessionmanagers that implement SessionManager
 class DatabaseSessions
           
 class MemorySessions
           
 class PurgingSessionManager
           
 

Methods in com.uwyn.rife.authentication.sessionmanagers that return SessionManager
 SessionManager SimpleSessionManagerFactory.getManager(HierarchicalProperties properties)
           
static SessionManager SessionManagerFactoryFactory.getManager(HierarchicalProperties properties)
          Returns a SessionManager instance using the configured factory.
 SessionManager SessionManagerFactory.getManager(HierarchicalProperties properties)
          Returns the manager specified by properties.
 SessionManager PurgingSessionManager.getSessionManager()
           
 

Constructors in com.uwyn.rife.authentication.sessionmanagers with parameters of type SessionManager
PurgingSessionManager(SessionManager sessionManager)
           
 

Uses of SessionManager in com.uwyn.rife.authentication.sessionvalidators
 

Fields in com.uwyn.rife.authentication.sessionvalidators declared as SessionManager
protected  SessionManager DatabaseSessionValidator.mSessionManager
           
protected  SessionManager AbstractSessionValidator.mSessionManager
           
 

Methods in com.uwyn.rife.authentication.sessionvalidators that return SessionManager
 SessionManager DatabaseSessionValidator.getSessionManager()
           
 SessionManager AbstractSessionValidator.getSessionManager()
          Retrieves this validator's session manager.
 

Methods in com.uwyn.rife.authentication.sessionvalidators with parameters of type SessionManager
 void DatabaseSessionValidator.setSessionManager(SessionManager sessionManager)
           
 void AbstractSessionValidator.setSessionManager(SessionManager sessionManager)
          Set's this validator's session manager.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.