SalesPoint Framework v3.0

Uses of Class
users.UserCreator

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

Uses of UserCreator in users
 

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

Constructors in users with parameters of type UserCreator
UserManager.UserManager(UserCreator ucCreator)
          Create a new UserManager with an empty set of default capabilities.
UserManager.UserManager(Map mpDefaultCaps, UserCreator ucCreator)
          Create a new UserManager providing both a set of default capabilities and a User creation factory.
 


SalesPoint Framework v3.0