Uses of Package
org.apache.wiki.auth

Packages that use org.apache.wiki.auth
org.apache.wiki The chief package of JSPWiki. 
org.apache.wiki.auth Authentication, Authorization and the third A thing. 
org.apache.wiki.auth.acl Access Control List implementation. 
org.apache.wiki.auth.authorize Authorizer implementation. 
org.apache.wiki.auth.login Provides the different login modules that JSPWiki uses. 
org.apache.wiki.auth.user   
org.apache.wiki.tags Provides standard JSP tags for JSPWiki. 
org.apache.wiki.ui Java classes for management of the JSP user interface. 
 

Classes in org.apache.wiki.auth used by org.apache.wiki
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 obtaining user information.
 

Classes in org.apache.wiki.auth used by org.apache.wiki.auth
Authorizer
          Interface for service providers of authorization information.
NoSuchPrincipalException
          Thrown in some error situations where a WikiPrincipal object does not exist.
SessionMonitor
          Manages WikiSession's for different WikiEngine's.
UserManager
          Provides a facade for obtaining user information.
WikiSecurityException
          Indicates an authentication or authorization error or exception.
 

Classes in org.apache.wiki.auth used by org.apache.wiki.auth.acl
WikiSecurityException
          Indicates an authentication or authorization error or exception.
 

Classes in org.apache.wiki.auth used by org.apache.wiki.auth.authorize
Authorizer
          Interface for service providers of authorization information.
NoSuchPrincipalException
          Thrown in some error situations where a WikiPrincipal object does not exist.
WikiSecurityException
          Indicates an authentication or authorization error or exception.
 

Classes in org.apache.wiki.auth used by org.apache.wiki.auth.login
Authorizer
          Interface for service providers of authorization information.
 

Classes in org.apache.wiki.auth used by org.apache.wiki.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 org.apache.wiki.auth used by org.apache.wiki.tags
WikiSecurityException
          Indicates an authentication or authorization error or exception.
 

Classes in org.apache.wiki.auth used by org.apache.wiki.ui
WikiSecurityException
          Indicates an authentication or authorization error or exception.
 



Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.