Package org.marketcetera.admin
Interface UserFactory
-
- All Known Subinterfaces:
MutableUserFactory
- All Known Implementing Classes:
SimpleUserFactory
public interface UserFactory extends Factory<User>
CreateUserobjects.- Since:
- $Release$
- Version:
- $Id$
- Author:
- Colin DuPlantis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Usercreate(String inName, String inHashedPassword, String inDescription, boolean inIsActive)Create user objects.
-