org.mftech.dawn.server.factories.impl
Class UserFactoryImpl

java.lang.Object
  extended by org.mftech.dawn.server.factories.impl.UserFactoryImpl
All Implemented Interfaces:
UserFactory

public class UserFactoryImpl
extends java.lang.Object
implements UserFactory


Field Summary
 
Fields inherited from interface org.mftech.dawn.server.factories.UserFactory
mfINSTANCE
 
Constructor Summary
UserFactoryImpl()
           
 
Method Summary
 User createUser(java.lang.String name)
           
static UserFactory init()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserFactoryImpl

public UserFactoryImpl()
Method Detail

createUser

public User createUser(java.lang.String name)
Specified by:
createUser in interface UserFactory

init

public static UserFactory init()