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

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

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

Subclasses of AbstractPropertyAuthenticatedDeployer 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 FactoryPropertyAuthenticatedDeployer
          Deployer for Authenticated elements that uses properties to determine which factory classes will create the various authentication objects.
 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.