org.eclipse.higgins.user.account
Class UserAccountServiceFactory

java.lang.Object
  extended by org.eclipse.higgins.user.account.UserAccountServiceFactory

public class UserAccountServiceFactory
extends Object

Helps to instantiate IUserAccountService authentication service


Field Summary
static String SERVICE_NAME
           
 
Constructor Summary
UserAccountServiceFactory()
           
 
Method Summary
static IUserAccountService getService(Map settings)
          Looks in configuration map for setting with name SERVICE_NAME which should be an instance of IUserAccountService
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static final String SERVICE_NAME
See Also:
Constant Field Values
Constructor Detail

UserAccountServiceFactory

public UserAccountServiceFactory()
Method Detail

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