org.mftech.dawn.server.projects
Interface UserManagerFactory

All Known Implementing Classes:
UserManagerFactoryImpl

public interface UserManagerFactory


Field Summary
static int GLOBAL_USERMANAGER
           
static UserManagerFactory mfInstance
           
static int NULL_USER_MANAGER
           
static int STANDARD_USER_MANAGER
           
 
Method Summary
 UserManager create(int id)
           
 

Field Detail

mfInstance

static final UserManagerFactory mfInstance

GLOBAL_USERMANAGER

static final int GLOBAL_USERMANAGER
See Also:
Constant Field Values

STANDARD_USER_MANAGER

static final int STANDARD_USER_MANAGER
See Also:
Constant Field Values

NULL_USER_MANAGER

static final int NULL_USER_MANAGER
See Also:
Constant Field Values
Method Detail

create

UserManager create(int id)