Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.acegisecurity

Interface Summary
AccessDecisionManager Makes a final access control (authorization) decision.
AfterInvocationManager Reviews the Object returned from a secure object invocation, being able to modify the Object or throw an AccessDeniedException.
Authentication Represents an authentication request.
AuthenticationManager Processes an Authentication request.
AuthenticationTrustResolver Evaluates Authentication tokens
RunAsManager Creates a new temporary Authentication object for the current secure object invocation only.
 

Class Summary
AbstractAuthenticationManager An abstract implementation of the AuthenticationManager.
AcegiMessageSource The default MessageSource used by Acegi Security.
AuthenticationTrustResolverImpl Basic implementation of AuthenticationTrustResolver.
SecurityConfig Stores a ConfigAttribute as a String.
 

Exception Summary
AccessDeniedException Thrown if an Authentication object does not hold a required authority.
AccountExpiredException Thrown if an authentication request is rejected because the account has expired.
AcegiSecurityException Abstract superclass for all exceptions thrown in the security package and subpackages.
AuthenticationCredentialsNotFoundException Thrown if an authentication request is rejected because there is no Authentication object in the SecurityContext.
AuthenticationException Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
AuthenticationServiceException Thrown if an authentication request could not be processed due to a system problem.
AuthorizationServiceException Thrown if an authorization request could not be processed due to a system problem.
BadCredentialsException Thrown if an authentication request is rejected because the credentials are invalid.