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

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

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

Subclasses of Authenticated in com.uwyn.rife.authentication.elements
 class DatabaseAuthenticated
          Sets up the standard Authenticated element for managers that work with a database back-end.
 class FactoryPropertyAuthenticated
           
 class MemoryAuthenticated
          Sets up the standard Authenticated element for managers that work with an in-memory back-end.
 class MixedAuthenticated
          Sets up the standard Authenticated element with credentials and remember-me managers for database storage, but the session managers for memory storage.
 class PurgingDatabaseAuthenticated
          Sets up the standard Authenticated element for managers that work with a database back-end and enables automatic in-process purging.
 class PurgingMemoryAuthenticated
          Sets up the standard Authenticated element for managers that work with an in-memory back-end and enables automatic in-process purging.
 class PurgingMixedAuthenticated
          Sets up the standard Authenticated element with credentials and remember-me managers for database storage, but the session managers for memory storage and enables automatic in-process purging.
 class RoleUserAuthenticated
          Extends the generic Authenticated element with support for a role property that will be used together with RoleUserCredentials credentials to only allow people with that role to access the child page.
 



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