Uses of Class
com.uwyn.rife.authentication.elements.FactoryPropertyAuthenticatedDeployer

Packages that use FactoryPropertyAuthenticatedDeployer
com.uwyn.rife.authentication.elements Provides elements for authentication and logout, using the variety of backend stores available. 
 

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

Subclasses of FactoryPropertyAuthenticatedDeployer in com.uwyn.rife.authentication.elements
 class DatabaseAuthenticatedDeployer
          Deployer for Authenticated elements that by default sets up all the authentication managers for database storage.
 class MemoryAuthenticatedDeployer
          Deployer for Authenticated elements that by default sets up all the authentication managers for memory storage.
 class MixedAuthenticatedDeployer
          Deployer for Authenticated elements that by default sets up the credentials and remember-me managers for database storage, but the session managers for memory storage.
 class PurgingDatabaseAuthenticatedDeployer
          Deployer for Authenticated elements that by default sets up all the authentication managers for database storage and enables automatic in-process purging.
 class PurgingMemoryAuthenticatedDeployer
          Deployer for Authenticated elements that by default sets up all the authentication managers for memory storage and enables automatic in-process purging.
 class PurgingMixedAuthenticatedDeployer
          Deployer for Authenticated elements that by default sets up the credentials and remember-me managers for database storage, the session managers for memory storage and enables automatic in-process purging.
 



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