org.mftech.dawn.server.projects.impl
Class UserManagerFactoryImpl

java.lang.Object
  extended by org.mftech.dawn.server.projects.impl.UserManagerFactoryImpl
All Implemented Interfaces:
UserManagerFactory

public class UserManagerFactoryImpl
extends java.lang.Object
implements UserManagerFactory


Field Summary
 
Fields inherited from interface org.mftech.dawn.server.projects.UserManagerFactory
GLOBAL_USERMANAGER, mfInstance, NULL_USER_MANAGER, STANDARD_USER_MANAGER
 
Constructor Summary
UserManagerFactoryImpl()
           
 
Method Summary
 UserManager create(int id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserManagerFactoryImpl

public UserManagerFactoryImpl()
Method Detail

create

public UserManager create(int id)
Specified by:
create in interface UserManagerFactory