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

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

Uses of CredentialsManager in com.uwyn.rife.authentication
 

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

Methods in com.uwyn.rife.authentication with parameters of type CredentialsManager
 void SessionValidator.setCredentialsManager(CredentialsManager credentialsManager)
          Sets the CredentialsManager that will be used.
 

Uses of CredentialsManager in com.uwyn.rife.authentication.credentialsmanagers
 

Classes in com.uwyn.rife.authentication.credentialsmanagers that implement CredentialsManager
 class DatabaseUsers
           
 class MemoryUsers
           
 

Methods in com.uwyn.rife.authentication.credentialsmanagers that return CredentialsManager
 CredentialsManager DatabaseUsersFactory.getCredentialsManager(HierarchicalProperties properties)
           
 CredentialsManager MemoryUsersFactory.getCredentialsManager(HierarchicalProperties properties)
           
 CredentialsManager CredentialsManagerFactory.getCredentialsManager(HierarchicalProperties properties)
          Returns the manager specified by properties.
static CredentialsManager CredentialsManagerFactoryFactory.getManager(HierarchicalProperties properties)
          Returns a CredentialsManagerFactory instance using the configured factory.
 

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

Methods in com.uwyn.rife.authentication.elements that return CredentialsManager
 CredentialsManager FactoryPropertyAuthenticatedDeployer.createCredentialsManager()
           
abstract  CredentialsManager AbstractPropertyAuthenticatedDeployer.createCredentialsManager()
          Creates a CredentialsManager.
 

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

Fields in com.uwyn.rife.authentication.sessionvalidators declared as CredentialsManager
protected  CredentialsManager DatabaseSessionValidator.mCredentialsManager
           
protected  CredentialsManager AbstractSessionValidator.mCredentialsManager
           
 

Methods in com.uwyn.rife.authentication.sessionvalidators that return CredentialsManager
 CredentialsManager DatabaseSessionValidator.getCredentialsManager()
           
 CredentialsManager AbstractSessionValidator.getCredentialsManager()
          Retrieves this validator's credentials manager.
 

Methods in com.uwyn.rife.authentication.sessionvalidators with parameters of type CredentialsManager
 void DatabaseSessionValidator.setCredentialsManager(CredentialsManager credentialsManager)
           
 void AbstractSessionValidator.setCredentialsManager(CredentialsManager credentialsManager)
          Set's this validator's credentials manager.
 



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