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

Quick Search    Search Deep
A B D E G H I O R S T

A

AbstractAuthenticationManager - class org.acegisecurity.AbstractAuthenticationManager.
An abstract implementation of the AuthenticationManager.
AbstractAuthenticationManager() - Constructor for class org.acegisecurity.AbstractAuthenticationManager
 
AccessDecisionManager - interface org.acegisecurity.AccessDecisionManager.
Makes a final access control (authorization) decision.
AccessDeniedException - exception org.acegisecurity.AccessDeniedException.
Thrown if an Authentication object does not hold a required authority.
AccessDeniedException(String) - Constructor for class org.acegisecurity.AccessDeniedException
Constructs an AccessDeniedException with the specified message.
AccessDeniedException(String, Throwable) - Constructor for class org.acegisecurity.AccessDeniedException
Constructs an AccessDeniedException with the specified message and root cause.
AccountExpiredException - exception org.acegisecurity.AccountExpiredException.
Thrown if an authentication request is rejected because the account has expired.
AccountExpiredException(String) - Constructor for class org.acegisecurity.AccountExpiredException
Constructs a AccountExpiredException with the specified message.
AccountExpiredException(String, Throwable) - Constructor for class org.acegisecurity.AccountExpiredException
Constructs a AccountExpiredException with the specified message and root cause.
AcegiMessageSource - class org.acegisecurity.AcegiMessageSource.
The default MessageSource used by Acegi Security.
AcegiMessageSource() - Constructor for class org.acegisecurity.AcegiMessageSource
 
AcegiSecurityException - exception org.acegisecurity.AcegiSecurityException.
Abstract superclass for all exceptions thrown in the security package and subpackages.
AcegiSecurityException(String, Throwable) - Constructor for class org.acegisecurity.AcegiSecurityException
Constructs an AcegiSecurityException with the specified message and root cause.
AcegiSecurityException(String) - Constructor for class org.acegisecurity.AcegiSecurityException
Constructs an AcegiSecurityException with the specified message and no root cause.
AfterInvocationManager - interface org.acegisecurity.AfterInvocationManager.
Reviews the Object returned from a secure object invocation, being able to modify the Object or throw an AccessDeniedException.
Authentication - interface org.acegisecurity.Authentication.
Represents an authentication request.
AuthenticationCredentialsNotFoundException - exception org.acegisecurity.AuthenticationCredentialsNotFoundException.
Thrown if an authentication request is rejected because there is no Authentication object in the SecurityContext.
AuthenticationCredentialsNotFoundException(String) - Constructor for class org.acegisecurity.AuthenticationCredentialsNotFoundException
Constructs an AuthenticationCredentialsNotFoundException with the specified message.
AuthenticationCredentialsNotFoundException(String, Throwable) - Constructor for class org.acegisecurity.AuthenticationCredentialsNotFoundException
Constructs an AuthenticationCredentialsNotFoundException with the specified message and root cause.
AuthenticationException - exception org.acegisecurity.AuthenticationException.
Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
AuthenticationException(String, Throwable) - Constructor for class org.acegisecurity.AuthenticationException
Constructs an AuthenticationException with the specified message and root cause.
AuthenticationException(String) - Constructor for class org.acegisecurity.AuthenticationException
Constructs an AuthenticationException with the specified message and no root cause.
AuthenticationManager - interface org.acegisecurity.AuthenticationManager.
Processes an Authentication request.
AuthenticationServiceException - exception org.acegisecurity.AuthenticationServiceException.
Thrown if an authentication request could not be processed due to a system problem.
AuthenticationServiceException(String) - Constructor for class org.acegisecurity.AuthenticationServiceException
Constructs an AuthenticationServiceException with the specified message.
AuthenticationServiceException(String, Throwable) - Constructor for class org.acegisecurity.AuthenticationServiceException
Constructs an AuthenticationServiceException with the specified message and root cause.
AuthenticationTrustResolver - interface org.acegisecurity.AuthenticationTrustResolver.
Evaluates Authentication tokens
AuthenticationTrustResolverImpl - class org.acegisecurity.AuthenticationTrustResolverImpl.
Basic implementation of AuthenticationTrustResolver.
AuthenticationTrustResolverImpl() - Constructor for class org.acegisecurity.AuthenticationTrustResolverImpl
 
AuthorizationServiceException - exception org.acegisecurity.AuthorizationServiceException.
Thrown if an authorization request could not be processed due to a system problem.
AuthorizationServiceException(String) - Constructor for class org.acegisecurity.AuthorizationServiceException
Constructs an AuthorizationServiceException with the specified message.
AuthorizationServiceException(String, Throwable) - Constructor for class org.acegisecurity.AuthorizationServiceException
Constructs an AuthorizationServiceException with the specified message and root cause.
anonymousClass - Variable in class org.acegisecurity.AuthenticationTrustResolverImpl
 
attrib - Variable in class org.acegisecurity.SecurityConfig
 
authenticate(Authentication) - Method in class org.acegisecurity.AbstractAuthenticationManager
An implementation of the authenticate method that calls the abstract method doAuthenticatation to do its work.
authenticate(Authentication) - Method in interface org.acegisecurity.AuthenticationManager
Attempts to authenticate the passed Authentication object, returning a fully populated Authentication object (including granted authorities) if successful.
authentication - Variable in class org.acegisecurity.AuthenticationException
The authentication that related to this exception (may be null)

B

BadCredentialsException - exception org.acegisecurity.BadCredentialsException.
Thrown if an authentication request is rejected because the credentials are invalid.
BadCredentialsException(String) - Constructor for class org.acegisecurity.BadCredentialsException
Constructs a BadCredentialsException with the specified message.
BadCredentialsException(String, Object) - Constructor for class org.acegisecurity.BadCredentialsException
 
BadCredentialsException(String, Throwable) - Constructor for class org.acegisecurity.BadCredentialsException
Constructs a BadCredentialsException with the specified message and root cause.
buildRunAs(Authentication, Object, ConfigAttributeDefinition) - Method in interface org.acegisecurity.RunAsManager
Returns a replacement Authentication object for the current secure object invocation, or null if replacement not required.

D

decide(Authentication, Object, ConfigAttributeDefinition) - Method in interface org.acegisecurity.AccessDecisionManager
Resolves an access control decision for the passed parameters.
decide(Authentication, Object, ConfigAttributeDefinition, Object) - Method in interface org.acegisecurity.AfterInvocationManager
Given the details of a secure object invocation including its returned Object, make an access control decision or optionally modify the returned Object.
doAuthentication(Authentication) - Method in class org.acegisecurity.AbstractAuthenticationManager
Concrete implementations of this class override this method to provide the authentication service.

E

equals(Object) - Method in class org.acegisecurity.SecurityConfig
 
extraInformation - Variable in class org.acegisecurity.BadCredentialsException
 

G

getAccessor() - Static method in class org.acegisecurity.AcegiMessageSource
 
getAnonymousClass() - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
 
getAttribute() - Method in class org.acegisecurity.SecurityConfig
 
getAuthentication() - Method in class org.acegisecurity.AuthenticationException
 
getAuthorities() - Method in interface org.acegisecurity.Authentication
Set by an AuthenticationManager to indicate the authorities that the principal has been granted.
getCredentials() - Method in interface org.acegisecurity.Authentication
The credentials that prove the principal is correct.
getDetails() - Method in interface org.acegisecurity.Authentication
Stores additional details about the authentication request.
getExtraInformation() - Method in class org.acegisecurity.BadCredentialsException
Any additional information about the exception.
getPrincipal() - Method in interface org.acegisecurity.Authentication
The identity of the principal being authenticated.
getRememberMeClass() - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
 

H

hashCode() - Method in class org.acegisecurity.SecurityConfig
 

I

isAnonymous(Authentication) - Method in interface org.acegisecurity.AuthenticationTrustResolver
Indicates whether the passed Authentication token represents an anonymous user.
isAnonymous(Authentication) - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
 
isAuthenticated() - Method in interface org.acegisecurity.Authentication
Used to indicate to AbstractSecurityInterceptor whether it should present the authentication token to the AuthenticationManager.
isRememberMe(Authentication) - Method in interface org.acegisecurity.AuthenticationTrustResolver
Indicates whether the passed Authentication token represents user that has been remembered (ie not a user that has been fully authenticated).
isRememberMe(Authentication) - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
 

O

org.acegisecurity - package org.acegisecurity
 

R

RunAsManager - interface org.acegisecurity.RunAsManager.
Creates a new temporary Authentication object for the current secure object invocation only.
rememberMeClass - Variable in class org.acegisecurity.AuthenticationTrustResolverImpl
 

S

SecurityConfig - class org.acegisecurity.SecurityConfig.
Stores a ConfigAttribute as a String.
SecurityConfig(String) - Constructor for class org.acegisecurity.SecurityConfig
 
SecurityConfig() - Constructor for class org.acegisecurity.SecurityConfig
 
setAnonymousClass(Class) - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
 
setAuthenticated(boolean) - Method in interface org.acegisecurity.Authentication
See Authentication.isAuthenticated() 55 for a full description.
setAuthentication(Authentication) - Method in class org.acegisecurity.AuthenticationException
 
setRememberMeClass(Class) - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
 
supports(ConfigAttribute) - Method in interface org.acegisecurity.AccessDecisionManager
Indicates whether this AccessDecisionManager is able to process authorization requests presented with the passed ConfigAttribute.
supports(ConfigAttribute) - Method in interface org.acegisecurity.AfterInvocationManager
Indicates whether this AfterInvocationManager is able to process "after invocation" requests presented with the passed ConfigAttribute.
supports(ConfigAttribute) - Method in interface org.acegisecurity.RunAsManager
Indicates whether this RunAsManager is able to process the passed ConfigAttribute.

T

toString() - Method in class org.acegisecurity.SecurityConfig
 

A B D E G H I O R S T