SalesPoint Framework v3.0

Uses of Package
users

Packages that use users
sale This package contains the central classes of the Framework. 
users Contains all the classes for managing users and their capabilities. 
users.events Contains events and listeners needed by classes in the users package. 
users.stdforms Standard FormSheets that can be used together with the user management classes. 
users.swing Provides swing interfaces and models for displaying users and capabilities. 
 

Classes in users used by sale
User
          A user, having a name, a password for log-in purposes, and a set of capabilities.
 

Classes in users used by users
AbstractCapability
          Convenience class implementing basic capability behavior.
Capability
          Capabilities guard activities and restrict the users' options in an application.
PassWDGarbler
          Strategy to be used when garbling passwords.
User
          A user, having a name, a password for log-in purposes, and a set of capabilities.
UserCreator
          A factory that can create User objects.
UserManager
          Manages users, their capabilities and their associations to other objects.
 

Classes in users used by users.events
Capability
          Capabilities guard activities and restrict the users' options in an application.
User
          A user, having a name, a password for log-in purposes, and a set of capabilities.
 

Classes in users used by users.stdforms
User
          A user, having a name, a password for log-in purposes, and a set of capabilities.
UserManager
          Manages users, their capabilities and their associations to other objects.
 

Classes in users used by users.swing
User
          A user, having a name, a password for log-in purposes, and a set of capabilities.
UserManager
          Manages users, their capabilities and their associations to other objects.
 


SalesPoint Framework v3.0