org.eclipse.higgins.user.account
Class UserAccountServiceFactory
java.lang.Object
org.eclipse.higgins.user.account.UserAccountServiceFactory
public class UserAccountServiceFactory
- extends Object
Helps to instantiate IUserAccountService authentication service
|
Method Summary |
static IUserAccountService |
getService(Map settings)
Looks in configuration map for setting with name
SERVICE_NAME which should be an instance of
IUserAccountService |
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
UserAccountServiceFactory
public UserAccountServiceFactory()
getService
public static IUserAccountService getService(Map settings)
throws UserAccountException
- Looks in configuration map for setting with name
SERVICE_NAME which should be an instance of
IUserAccountService
- Parameters:
settings -
- Returns:
-
- Throws:
UserAccountException