Uses of Package
org.salespointframework.core.users

Packages that use org.salespointframework.core.users
org.salespointframework.core This package contains the central classes of the Framework. 
org.salespointframework.core.data.database Database connection implementations 
org.salespointframework.core.users Contains all the classes for managing users and their capabilities. 
org.salespointframework.core.users.events Contains events and listeners needed by classes in the users package. 
org.salespointframework.desktop   
org.salespointframework.desktop.formsheets   
org.salespointframework.desktop.models   
org.salespointframework.desktop.renderer   
org.salespointframework.web.helper   
 

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

Classes in org.salespointframework.core.users used by org.salespointframework.core.data.database
User
          A user, having a name, a password for log-in purposes, and a set of capabilities.
 

Classes in org.salespointframework.core.users used by org.salespointframework.core.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 org.salespointframework.core.users used by org.salespointframework.core.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 org.salespointframework.core.users used by org.salespointframework.desktop
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 org.salespointframework.core.users used by org.salespointframework.desktop.formsheets
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 org.salespointframework.core.users used by org.salespointframework.desktop.models
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 org.salespointframework.core.users used by org.salespointframework.desktop.renderer
User
          A user, having a name, a password for log-in purposes, and a set of capabilities.
 

Classes in org.salespointframework.core.users used by org.salespointframework.web.helper
AbstractCapability
          Convenience class implementing basic capability behavior.
Capability
          Capabilities guard activities and restrict the users' options in an application.