| |
|
| java.lang.Object com.uwyn.rife.authentication.credentialsmanagers.CredentialsManagerFactoryFactory
CredentialsManagerFactoryFactory | abstract public class CredentialsManagerFactoryFactory (Code) | | Creates CredentialsManager factories based on configuration options.
Element properties used:
-
- The name of the class that will be used to instantiate
CredentialsManager objects. If not fully qualified, the package name
com.uwyn.rife.authentication.credentialsmanagers will be
assumed.
author: Steven Grimm (koreth[remove] at midwinter dot com) author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: $ See Also: DatabaseUsersFactory See Also: MemoryUsersFactory since: 1.6 |
PROPERTYNAME_FACTORY_CLASS | final public static String PROPERTYNAME_FACTORY_CLASS(Code) | | Name of the element property that controls the factory class to instantiate.
|
|
|
|