Uses of Package
com.ecyrd.jspwiki.auth

Packages that use com.ecyrd.jspwiki.auth
com.ecyrd.jspwiki   
com.ecyrd.jspwiki.auth   
com.ecyrd.jspwiki.auth.acl   
com.ecyrd.jspwiki.auth.authorize   
com.ecyrd.jspwiki.auth.login   
com.ecyrd.jspwiki.auth.user   
com.ecyrd.jspwiki.tags   
 

Classes in com.ecyrd.jspwiki.auth used by com.ecyrd.jspwiki
AuthenticationManager
          Manages authentication activities for a WikiEngine: user login, logout, and credential refreshes.
AuthorizationManager
          Manages all access control and authorization; determines what authenticated users are allowed to do.
UserManager
          Provides a facade for user and group information.
 

Classes in com.ecyrd.jspwiki.auth used by com.ecyrd.jspwiki.auth
Authorizer
          Interface for service providers of authorization information.
NoSuchPrincipalException
          Thrown in some error situations where a WikiPrincipal object does not exist.
WikiSecurityEvent
          Event class for security events: login/logout, wiki group adds/changes, and authorization decisions.
WikiSecurityException
          Indicates an authentication or authorization error or exception.
 

Classes in com.ecyrd.jspwiki.auth used by com.ecyrd.jspwiki.auth.acl
WikiSecurityException
          Indicates an authentication or authorization error or exception.
 

Classes in com.ecyrd.jspwiki.auth used by com.ecyrd.jspwiki.auth.authorize
Authorizer
          Interface for service providers of authorization information.
WikiSecurityEvent
          Event class for security events: login/logout, wiki group adds/changes, and authorization decisions.
 

Classes in com.ecyrd.jspwiki.auth used by com.ecyrd.jspwiki.auth.login
Authorizer
          Interface for service providers of authorization information.
 

Classes in com.ecyrd.jspwiki.auth used by com.ecyrd.jspwiki.auth.user
NoSuchPrincipalException
          Thrown in some error situations where a WikiPrincipal object does not exist.
WikiSecurityException
          Indicates an authentication or authorization error or exception.
 

Classes in com.ecyrd.jspwiki.auth used by com.ecyrd.jspwiki.tags
WikiSecurityException
          Indicates an authentication or authorization error or exception.