Package com.ecyrd.jspwiki.auth

Interface Summary
Authorizer Interface for service providers of authorization information.
 

Class Summary
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.
GroupPrincipal Implements an immutable Principal that represents a Group.
PolicyLoader Initializes JVM configurations for JAAS and Java 2 security policy.
SecurityVerifier Helper class for verifying JSPWiki's security configuration.
UserManager Provides a facade for user and group information.
WikiPrincipal A lightweight, immutable Principal class.
WikiPrincipal.PrincipalComparator Tiny little class that compares objects of type Principal.
WikiSecurityEvent Event class for security events: login/logout, wiki group adds/changes, and authorization decisions.
 

Exception Summary
NoSuchPrincipalException Thrown in some error situations where a WikiPrincipal object does not exist.
WikiSecurityException Indicates an authentication or authorization error or exception.