Uses of Class
com.zphinx.spine.members.Identity

Packages that use Identity
com.zphinx.spine.members Classes and interfaces which provide identity management objects used by the Spine application framework. 
 

Uses of Identity in com.zphinx.spine.members
 

Subclasses of Identity in com.zphinx.spine.members
 class Administrator
          The adminstrator of a group or several groups within the spine framework.
 class Application
          Application represents an application module registered with spine.
 class Group
          The Object which represents a named group within the spine framework.
 class Identifier
          Identifier represents the identification values available to all members of this system.
 class Member
          A member object is the super object which dictates the properties of Users,Administrators,Groups and Applications registered within the Spine framework.
 class User
          A User object represents a registered user within the spine framework.