com.uwyn.rife.authentication.elements
Class FactoryPropertyAuthenticatedDeployer
java.lang.Object
com.uwyn.rife.engine.ElementDeployer
com.uwyn.rife.authentication.elements.AuthenticatedDeployer
com.uwyn.rife.authentication.elements.AbstractPropertyAuthenticatedDeployer
com.uwyn.rife.authentication.elements.FactoryPropertyAuthenticatedDeployer
- Direct Known Subclasses:
- DatabaseAuthenticatedDeployer, MemoryAuthenticatedDeployer, MixedAuthenticatedDeployer
public class FactoryPropertyAuthenticatedDeployer
- extends AbstractPropertyAuthenticatedDeployer
Deployer for Authenticated elements that uses properties to determine
which factory classes will create the various authentication objects.
- Since:
- 1.6
- Version:
- $Revision: 3643 $
- Author:
- Steven Grimm (koreth[remove] at midwinter dot com), Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
SessionManagerFactoryFactory,
SessionValidatorFactoryFactory,
CredentialsManagerFactoryFactory,
RememberManagerFactoryFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FactoryPropertyAuthenticatedDeployer
public FactoryPropertyAuthenticatedDeployer()
createSessionManager
public SessionManager createSessionManager()
- Description copied from class:
AbstractPropertyAuthenticatedDeployer
- Creates a
SessionManager.
- Specified by:
createSessionManager in class AbstractPropertyAuthenticatedDeployer
- Returns:
- a
SessionManager instance
createSessionValidator
public SessionValidator createSessionValidator()
- Description copied from class:
AbstractPropertyAuthenticatedDeployer
- Creates a
SessionValidator.
- Specified by:
createSessionValidator in class AbstractPropertyAuthenticatedDeployer
- Returns:
- a
SessionValidator instance
createCredentialsManager
public CredentialsManager createCredentialsManager()
- Description copied from class:
AbstractPropertyAuthenticatedDeployer
- Creates a
CredentialsManager.
- Specified by:
createCredentialsManager in class AbstractPropertyAuthenticatedDeployer
- Returns:
- a
CredentialsManager instance
createRememberManager
public RememberManager createRememberManager()
- Description copied from class:
AbstractPropertyAuthenticatedDeployer
- Creates a
RememberManager.
- Specified by:
createRememberManager in class AbstractPropertyAuthenticatedDeployer
- Returns:
- a
RememberManager instance
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.