| java.lang.Object com.uwyn.rife.database.DbQueryManagerFactory com.uwyn.rife.authentication.credentialsmanagers.DatabaseUsersFactory
DatabaseUsersFactory | public class DatabaseUsersFactory extends DbQueryManagerFactory implements CredentialsManagerFactory(Code) | | Factory for
DatabaseUsers manager instances that creates singletons
based on the
Datasource and an optional differentiating
identifier.
author: Steven Grimm (koreth[remove] at midwinter dot com) author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3643 $ since: 1.0 |
MANAGER_PACKAGE_NAME | final public static String MANAGER_PACKAGE_NAME(Code) | | The package name of the datasource-specific implementations
|
getInstance | public static DatabaseUsers getInstance(Datasource datasource)(Code) | | Return an instance of
DatabaseUsers for the provided
Datasource .
Parameters: datasource - the datasource that will be used to create the manager the requested DatabaseUsers instance since: 1.0 |
getInstance | public static DatabaseUsers getInstance(Datasource datasource, String identifier)(Code) | | Return an instance of
DatabaseUsers for the provided
Datasource and identifier.
Parameters: datasource - the datasource that will be used to create the manager Parameters: identifier - the identifier that will be used to differentiate themanager when different ones are needed for the same datasource the requested DatabaseUsers instance since: 1.0 |
|
|