Uses of Package
com.taggercat.security

Packages that use com.taggercat.security
com.taggercat Classes and properties used for configuration and message reporting. 
com.taggercat.model The model layer of Tagger Cat's web framework 
com.taggercat.security Tagger Cat's authentication and authorization 
 

Classes in com.taggercat.security used by com.taggercat
LoginInfo
          This class represents a collection of information about a user's login request and subsequent login status.
PermissionReader
          The Permission Reader interface.
 

Classes in com.taggercat.security used by com.taggercat.model
LoginInfo
          This class represents a collection of information about a user's login request and subsequent login status.
PermissionReader
          The Permission Reader interface.
 

Classes in com.taggercat.security used by com.taggercat.security
LoginInfo
          This class represents a collection of information about a user's login request and subsequent login status.
PermissionReader
          The Permission Reader interface.
SecurityProvider
          This is the interface that Tagger Cat Security providers must implement.