Uses of Class
org.salespointframework.core.users.UserCreator

Packages that use UserCreator
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
 

Uses of UserCreator in org.salespointframework.core.users
 

Methods in org.salespointframework.core.users with parameters of type UserCreator
 void UserManager.setUserCreator(UserCreator ucCreator)
          Set the factory to be used when creating new User objects.
 

Constructors in org.salespointframework.core.users with parameters of type UserCreator
UserManager(java.util.Map<java.lang.String,Capability> mpDefaultCaps, UserCreator ucCreator)
          Create a new UserManager providing both a set of default capabilities and a User creation factory.
UserManager(UserCreator ucCreator)
          Create a new UserManager with an empty set of default capabilities.