|
|||||||||
| Home >> All >> org >> [ acegisecurity overview ] | PREV NEXT | ||||||||
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
AccessDeniedExceptionwith the specified message. - AccessDeniedException(String, Throwable) - Constructor for class org.acegisecurity.AccessDeniedException
- Constructs an
AccessDeniedExceptionwith 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
AccountExpiredExceptionwith the specified message. - AccountExpiredException(String, Throwable) - Constructor for class org.acegisecurity.AccountExpiredException
- Constructs a
AccountExpiredExceptionwith the specified message and root cause. - AcegiMessageSource - class org.acegisecurity.AcegiMessageSource.
- The default
MessageSourceused 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
AcegiSecurityExceptionwith the specified message and root cause. - AcegiSecurityException(String) - Constructor for class org.acegisecurity.AcegiSecurityException
- Constructs an
AcegiSecurityExceptionwith the specified message and no root cause. - AfterInvocationManager - interface org.acegisecurity.AfterInvocationManager.
- Reviews the
Objectreturned from a secure object invocation, being able to modify theObjector 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
AuthenticationCredentialsNotFoundExceptionwith the specified message. - AuthenticationCredentialsNotFoundException(String, Throwable) - Constructor for class org.acegisecurity.AuthenticationCredentialsNotFoundException
- Constructs an
AuthenticationCredentialsNotFoundExceptionwith 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
AuthenticationExceptionwith the specified message and root cause. - AuthenticationException(String) - Constructor for class org.acegisecurity.AuthenticationException
- Constructs an
AuthenticationExceptionwith 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
AuthenticationServiceExceptionwith the specified message. - AuthenticationServiceException(String, Throwable) - Constructor for class org.acegisecurity.AuthenticationServiceException
- Constructs an
AuthenticationServiceExceptionwith the specified message and root cause. - AuthenticationTrustResolver - interface org.acegisecurity.AuthenticationTrustResolver.
- Evaluates
Authenticationtokens - 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
AuthorizationServiceExceptionwith the specified message. - AuthorizationServiceException(String, Throwable) - Constructor for class org.acegisecurity.AuthorizationServiceException
- Constructs an
AuthorizationServiceExceptionwith 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
authenticatemethod that calls the abstract methoddoAuthenticatationto do its work. - authenticate(Authentication) - Method in interface org.acegisecurity.AuthenticationManager
- Attempts to authenticate the passed Authentication object,
returning a fully populated
Authenticationobject (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
BadCredentialsExceptionwith the specified message. - BadCredentialsException(String, Object) - Constructor for class org.acegisecurity.BadCredentialsException
- BadCredentialsException(String, Throwable) - Constructor for class org.acegisecurity.BadCredentialsException
- Constructs a
BadCredentialsExceptionwith the specified message and root cause. - buildRunAs(Authentication, Object, ConfigAttributeDefinition) - Method in interface org.acegisecurity.RunAsManager
- Returns a replacement
Authenticationobject for the current secure object invocation, ornullif 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 returnedObject. - 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
AuthenticationManagerto 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
Authenticationtoken represents an anonymous user. - isAnonymous(Authentication) - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
- isAuthenticated() - Method in interface org.acegisecurity.Authentication
- Used to indicate to
AbstractSecurityInterceptorwhether it should present the authentication token to theAuthenticationManager. - isRememberMe(Authentication) - Method in interface org.acegisecurity.AuthenticationTrustResolver
- Indicates whether the passed
Authenticationtoken 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
ConfigAttributeas aString. - 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
AccessDecisionManageris able to process authorization requests presented with the passedConfigAttribute. - supports(ConfigAttribute) - Method in interface org.acegisecurity.AfterInvocationManager
- Indicates whether this
AfterInvocationManageris able to process "after invocation" requests presented with the passedConfigAttribute. - supports(ConfigAttribute) - Method in interface org.acegisecurity.RunAsManager
- Indicates whether this
RunAsManageris able to process the passedConfigAttribute.
T
- toString() - Method in class org.acegisecurity.SecurityConfig
A B D E G H I O R S T
|
|||||||||
| Home >> All >> org >> [ acegisecurity overview ] | PREV NEXT | ||||||||