com.uwyn.rife.authentication.credentialsmanagers
Class MemoryUsersFactory
java.lang.Object
com.uwyn.rife.authentication.credentialsmanagers.MemoryUsersFactory
- All Implemented Interfaces:
- CredentialsManagerFactory
public class MemoryUsersFactory
- extends Object
- implements CredentialsManagerFactory
Factory for MemoryUsers manager instances that basically retrieves
the current memory credential from the default repository participant.
- Since:
- 1.6
- Version:
- $Revision: $
- Author:
- Steven Grimm (koreth[remove] at midwinter dot com), Geert Bevin (gbevin[remove] at uwyn dot com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MemoryUsersFactory
public MemoryUsersFactory()
getCredentialsManager
public CredentialsManager getCredentialsManager(HierarchicalProperties properties)
throws PropertyValueException
- Description copied from interface:
CredentialsManagerFactory
- Returns the manager specified by properties.
The specific properties that are used are determined by the
implementation class.
- Specified by:
getCredentialsManager in interface CredentialsManagerFactory
- Parameters:
properties - the properties that will setup the manager
- Throws:
PropertyValueException - when an error occurred during the retrieval
of the property values
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.