A B C D E F G H I J L M N O P R S T U V W X

A

abort() - Method in class org.acegisecurity.providers.jaas.SecurityContextLoginModule
Abort the authentication process by forgetting the Acegi Security Authentication.
AbstractAccessDecisionManager - Class in org.acegisecurity.vote
Abstract implementation of AccessDecisionManager.
AbstractAccessDecisionManager() - Constructor for class org.acegisecurity.vote.AbstractAccessDecisionManager
 
AbstractAclProvider - Class in org.acegisecurity.afterinvocation
DOCUMENT ME!
AbstractAclProvider(AclService, String, Permission[]) - Constructor for class org.acegisecurity.afterinvocation.AbstractAclProvider
 
AbstractAclVoter - Class in org.acegisecurity.vote
Provides helper methods for writing domain object ACL voters.
AbstractAclVoter() - Constructor for class org.acegisecurity.vote.AbstractAclVoter
 
AbstractAdapterAuthenticationToken - Class in org.acegisecurity.adapters
Convenience superclass for AuthByAdapter implementations.
AbstractAdapterAuthenticationToken() - Constructor for class org.acegisecurity.adapters.AbstractAdapterAuthenticationToken
 
AbstractAdapterAuthenticationToken(String, GrantedAuthority[]) - Constructor for class org.acegisecurity.adapters.AbstractAdapterAuthenticationToken
The only way an AbstractAdapterAuthentication should be constructed.
AbstractAuthenticationEvent - Class in org.acegisecurity.event.authentication
Represents an application authentication event.
AbstractAuthenticationEvent(Authentication) - Constructor for class org.acegisecurity.event.authentication.AbstractAuthenticationEvent
 
AbstractAuthenticationFailureEvent - Class in org.acegisecurity.event.authentication
Abstract application event which indicates authentication failure for some reason.
AbstractAuthenticationFailureEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AbstractAuthenticationFailureEvent
 
AbstractAuthenticationManager - Class in org.acegisecurity
An abstract implementation of the AuthenticationManager.
AbstractAuthenticationManager() - Constructor for class org.acegisecurity.AbstractAuthenticationManager
 
AbstractAuthenticationToken - Class in org.acegisecurity.providers
Base class for Authentication objects.
AbstractAuthenticationToken() - Constructor for class org.acegisecurity.providers.AbstractAuthenticationToken
Deprecated. in favour of the constructor which takes a GrantedAuthority[] argument.
AbstractAuthenticationToken(GrantedAuthority[]) - Constructor for class org.acegisecurity.providers.AbstractAuthenticationToken
Creates a token with the supplied array of authorities.
AbstractAuthorizationEvent - Class in org.acegisecurity.event.authorization
Abstract superclass for all security interception related events.
AbstractAuthorizationEvent(Object) - Constructor for class org.acegisecurity.event.authorization.AbstractAuthorizationEvent
Construct the event, passing in the secure object being intercepted.
AbstractBasicAclEntry - Class in org.acegisecurity.acl.basic
Abstract implementation of BasicAclEntry.
AbstractBasicAclEntry(Object, AclObjectIdentity, AclObjectIdentity, int) - Constructor for class org.acegisecurity.acl.basic.AbstractBasicAclEntry
 
AbstractBasicAclEntry() - Constructor for class org.acegisecurity.acl.basic.AbstractBasicAclEntry
A protected constructor for use by Hibernate.
AbstractFilterInvocationDefinitionSource - Class in org.acegisecurity.intercept.web
Abstract implementation of FilterInvocationDefinitionSource.
AbstractFilterInvocationDefinitionSource() - Constructor for class org.acegisecurity.intercept.web.AbstractFilterInvocationDefinitionSource
 
AbstractLdapAuthenticator - Class in org.acegisecurity.providers.ldap.authenticator
Base class for the authenticator implementations.
AbstractLdapAuthenticator(InitialDirContextFactory) - Constructor for class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
Create an initialized instance to the InitialDirContextFactory provided.
AbstractMethodDefinitionSource - Class in org.acegisecurity.intercept.method
Abstract implementation of MethodDefinitionSource.
AbstractMethodDefinitionSource() - Constructor for class org.acegisecurity.intercept.method.AbstractMethodDefinitionSource
 
AbstractProcessingFilter - Class in org.acegisecurity.ui
Abstract processor of browser-based HTTP-based authentication requests.
AbstractProcessingFilter() - Constructor for class org.acegisecurity.ui.AbstractProcessingFilter
 
AbstractSecurityInterceptor - Class in org.acegisecurity.intercept
Abstract class that implements security interception for secure objects.
AbstractSecurityInterceptor() - Constructor for class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
AbstractTicketValidator - Class in org.acegisecurity.providers.cas.ticketvalidator
Convenience abstract base for TicketValidators.
AbstractTicketValidator() - Constructor for class org.acegisecurity.providers.cas.ticketvalidator.AbstractTicketValidator
 
AbstractUserDetailsAuthenticationProvider - Class in org.acegisecurity.providers.dao
A base AuthenticationProvider that allows subclasses to override and work with UserDetails objects.
AbstractUserDetailsAuthenticationProvider() - Constructor for class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
 
AcceptAnyCasProxy - Class in org.acegisecurity.providers.cas.proxy
Accepts a proxied request from any other service.
AcceptAnyCasProxy() - Constructor for class org.acegisecurity.providers.cas.proxy.AcceptAnyCasProxy
 
ACCESS_ABSTAIN - Static variable in interface org.acegisecurity.vote.AccessDecisionVoter
 
ACCESS_DENIED - Static variable in interface org.acegisecurity.vote.AccessDecisionVoter
 
ACCESS_GRANTED - Static variable in interface org.acegisecurity.vote.AccessDecisionVoter
 
AccessControlEntry - Interface in org.acegisecurity.acls
Represents an individual permission assignment within an Acl.
AccessControlEntryImpl - Class in org.acegisecurity.acls.domain
An immutable default implementation of AccessControlEntry.
AccessControlEntryImpl(Serializable, Acl, Sid, Permission, boolean, boolean, boolean) - Constructor for class org.acegisecurity.acls.domain.AccessControlEntryImpl
 
AccessControlListTag - Class in org.acegisecurity.taglibs.authz
An implementation of Tag that allows its body through if some authorizations are granted to the request's principal.
AccessControlListTag() - Constructor for class org.acegisecurity.taglibs.authz.AccessControlListTag
 
AccessDecisionManager - Interface in org.acegisecurity
Makes a final access control (authorization) decision.
AccessDecisionVoter - Interface in org.acegisecurity.vote
Indicates a class is responsible for voting on authorization decisions.
AccessDeniedException - Exception in org.acegisecurity
Thrown if an Authentication object does not hold a required authority.
AccessDeniedException(String) - Constructor for exception org.acegisecurity.AccessDeniedException
Constructs an AccessDeniedException with the specified message.
AccessDeniedException(String, Throwable) - Constructor for exception org.acegisecurity.AccessDeniedException
Constructs an AccessDeniedException with the specified message and root cause.
AccessDeniedHandler - Interface in org.acegisecurity.ui
Used by ExceptionTranslationFilter to handle an AccessDeniedException.
AccessDeniedHandlerImpl - Class in org.acegisecurity.ui
Base implementation of AccessDeniedHandler.
AccessDeniedHandlerImpl() - Constructor for class org.acegisecurity.ui.AccessDeniedHandlerImpl
 
AccountExpiredException - Exception in org.acegisecurity
Thrown if an authentication request is rejected because the account has expired.
AccountExpiredException(String) - Constructor for exception org.acegisecurity.AccountExpiredException
Constructs a AccountExpiredException with the specified message.
AccountExpiredException(String, Throwable) - Constructor for exception org.acegisecurity.AccountExpiredException
Constructs a AccountExpiredException with the specified message and root cause.
AccountExpiredException(String, Object) - Constructor for exception org.acegisecurity.AccountExpiredException
 
AccountStatusUserDetailsChecker - Class in org.acegisecurity.userdetails.checker
 
AccountStatusUserDetailsChecker() - Constructor for class org.acegisecurity.userdetails.checker.AccountStatusUserDetailsChecker
 
ACEGI_SAVED_REQUEST_KEY - Static variable in class org.acegisecurity.ui.AbstractProcessingFilter
 
ACEGI_SECURITY_ACCESS_DENIED_EXCEPTION_KEY - Static variable in class org.acegisecurity.ui.AccessDeniedHandlerImpl
 
ACEGI_SECURITY_CONTEXT_KEY - Static variable in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
 
ACEGI_SECURITY_FORM_PASSWORD_KEY - Static variable in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
 
ACEGI_SECURITY_FORM_USERNAME_KEY - Static variable in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
 
ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE_KEY - Static variable in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
 
ACEGI_SECURITY_LAST_EXCEPTION_KEY - Static variable in class org.acegisecurity.ui.AbstractProcessingFilter
 
ACEGI_SECURITY_LAST_USERNAME_KEY - Static variable in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
 
ACEGI_SECURITY_SWITCH_USERNAME_KEY - Static variable in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
 
AcegiMessageSource - Class in org.acegisecurity
The default MessageSource used by Acegi Security.
AcegiMessageSource() - Constructor for class org.acegisecurity.AcegiMessageSource
 
AcegiSecurityException - Exception in org.acegisecurity
Abstract superclass for all exceptions thrown in the security package and subpackages.
AcegiSecurityException(String, Throwable) - Constructor for exception org.acegisecurity.AcegiSecurityException
Constructs an AcegiSecurityException with the specified message and root cause.
AcegiSecurityException(String) - Constructor for exception org.acegisecurity.AcegiSecurityException
Constructs an AcegiSecurityException with the specified message and no root cause.
Acl - Interface in org.acegisecurity.acls
Represents an access control list (ACL) for a domain object.
AclAuthorizationStrategy - Interface in org.acegisecurity.acls.domain
Strategy used by AclImpl to determine whether a principal is permitted to call adminstrative methods on the AclImpl.
AclAuthorizationStrategyImpl - Class in org.acegisecurity.acls.domain
Default implementation of AclAuthorizationStrategy.
AclAuthorizationStrategyImpl(GrantedAuthority[]) - Constructor for class org.acegisecurity.acls.domain.AclAuthorizationStrategyImpl
Constructor.
AclCache - Interface in org.acegisecurity.acls.jdbc
A caching layer for JdbcAclService.
AclEntry - Interface in org.acegisecurity.acl
Marker interface representing an access control list entry associated with a specific domain object instance.
AclEntryAfterInvocationCollectionFilteringProvider - Class in org.acegisecurity.afterinvocation
Given a Collection of domain object instances returned from a secure object invocation, remove any Collection elements the principal does not have appropriate permission to access as defined by the AclService.
AclEntryAfterInvocationCollectionFilteringProvider(AclService, Permission[]) - Constructor for class org.acegisecurity.afterinvocation.AclEntryAfterInvocationCollectionFilteringProvider
 
AclEntryAfterInvocationProvider - Class in org.acegisecurity.afterinvocation
Given a domain object instance returned from a secure object invocation, ensures the principal has appropriate permission as defined by the AclService.
AclEntryAfterInvocationProvider(AclService, Permission[]) - Constructor for class org.acegisecurity.afterinvocation.AclEntryAfterInvocationProvider
 
AclEntryVoter - Class in org.acegisecurity.vote
Given a domain object instance passed as a method argument, ensures the principal has appropriate permission as indicated by the AclService.
AclEntryVoter(AclService, String, Permission[]) - Constructor for class org.acegisecurity.vote.AclEntryVoter
 
AclFormattingUtils - Class in org.acegisecurity.acls
Utility methods for displaying ACL information.
AclImpl - Class in org.acegisecurity.acls.domain
Base implementation of Acl.
AclImpl(ObjectIdentity, Serializable, AclAuthorizationStrategy, AuditLogger) - Constructor for class org.acegisecurity.acls.domain.AclImpl
Minimal constructor, which should be used MutableAclService.createAcl(ObjectIdentity).
AclImpl(ObjectIdentity, Serializable, AclAuthorizationStrategy, AuditLogger, Acl, Sid[], boolean, Sid) - Constructor for class org.acegisecurity.acls.domain.AclImpl
Full constructor, which should be used by persistence tools that do not provide field-level access features.
AclManager - Interface in org.acegisecurity.acl
Obtains the AclEntry instances that apply to a particular domain object instance.
AclObjectIdentity - Interface in org.acegisecurity.acl.basic
Interface representing the identity of an individual domain object instance.
AclObjectIdentityAware - Interface in org.acegisecurity.acl.basic
Indicates a domain object instance is able to provide AclObjectIdentity information.
AclProvider - Interface in org.acegisecurity.acl
Indicates a class can process a given domain object instance and authoritatively return the ACLs that apply.
AclProviderManager - Class in org.acegisecurity.acl
Iterates through a list of AclProviders to locate the ACLs that apply to a given domain object instance.
AclProviderManager() - Constructor for class org.acegisecurity.acl.AclProviderManager
 
aclsByObjectIdentity - Variable in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
 
AclService - Interface in org.acegisecurity.acls
Provides retrieval of Acl instances.
AclTag - Class in org.acegisecurity.taglibs.authz
An implementation of Tag that allows its body through if some authorizations are granted to the request's principal.
AclTag() - Constructor for class org.acegisecurity.taglibs.authz.AclTag
 
addAuthority(GrantedAuthority) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
 
addAuthority(GrantedAuthority) - Method in class org.acegisecurity.userdetails.memory.UserAttribute
 
addConfigAttribute(ConfigAttribute) - Method in class org.acegisecurity.ConfigAttributeDefinition
Adds a ConfigAttribute that is related to the secure object method.
addConfigAttribute(String) - Method in class org.acegisecurity.intercept.method.MethodDefinitionSourceMapping
Add a ConfigAttribute as String
addConfigAttribute(String) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionSourceMapping
Add a ConfigAttribute as String
addCustomAuthorities(String, List) - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
Allows subclasses to add their own granted authorities to the list to be returned in the User.
additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
Allows subclasses to perform any additional checks of a returned (or cached) UserDetails for a given authentication request.
additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
 
additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.ldap.LdapAuthenticationProvider
 
additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.siteminder.SiteminderAuthenticationProvider
 
addPermission(int) - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
 
addPermissions(int[]) - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
 
addSecureMethod(Method, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.method.MethodDefinitionMap
Add configuration attributes for a secure method.
addSecureMethod(String, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.method.MethodDefinitionMap
Add configuration attributes for a secure method.
addSecureMethod(Class, String, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.method.MethodDefinitionMap
Add configuration attributes for a secure method.
addSecureUrl(String, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
Delegate to decorated object
addSecureUrl(String, ConfigAttributeDefinition) - Method in interface org.acegisecurity.intercept.web.FilterInvocationDefinitionMap
 
addSecureUrl(String, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.web.PathBasedFilterInvocationDefinitionMap
 
addSecureUrl(String, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.web.RegExpBasedFilterInvocationDefinitionMap
 
addUser(UserDetails) - Method in class org.acegisecurity.userdetails.memory.UserMap
Adds a user to the in-memory map.
addUsersFromProperties(UserMap, Properties) - Static method in class org.acegisecurity.userdetails.memory.UserMapEditor
 
ADMINISTRATION - Static variable in class org.acegisecurity.acl.basic.SimpleAclEntry
 
ADMINISTRATION - Static variable in class org.acegisecurity.acls.domain.BasePermission
 
AffirmativeBased - Class in org.acegisecurity.vote
Simple concrete implementation of AccessDecisionManager that grants access if any AccessDecisionVoter returns an affirmative response.
AffirmativeBased() - Constructor for class org.acegisecurity.vote.AffirmativeBased
 
afterInvocation(InterceptorStatusToken, Object) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
Completes the work of the AbstractSecurityInterceptor after the secure object invocation has been complete
AfterInvocationManager - Interface in org.acegisecurity
Reviews the Object returned from a secure object invocation, being able to modify the Object or throw an AccessDeniedException.
AfterInvocationProvider - Interface in org.acegisecurity.afterinvocation
Indicates a class is responsible for participating in an AfterInvocationProviderManager decision.
AfterInvocationProviderManager - Class in org.acegisecurity.afterinvocation
Provider-based implementation of AfterInvocationManager.
AfterInvocationProviderManager() - Constructor for class org.acegisecurity.afterinvocation.AfterInvocationProviderManager
 
afterPropertiesSet() - Method in class org.acegisecurity.acl.AclProviderManager
 
afterPropertiesSet() - Method in class org.acegisecurity.acl.basic.BasicAclProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.acl.basic.cache.EhCacheBasedAclEntryCache
 
afterPropertiesSet() - Method in class org.acegisecurity.adapters.AuthByAdapterProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.afterinvocation.AfterInvocationProviderManager
 
afterPropertiesSet() - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.captcha.AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
Verify if thresold is > 0
afterPropertiesSet() - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
Verify if entryPoint and keyword are ok
afterPropertiesSet() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
 
afterPropertiesSet() - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
 
afterPropertiesSet() - Method in class org.acegisecurity.concurrent.ConcurrentSessionFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
 
afterPropertiesSet() - Method in class org.acegisecurity.intercept.method.MethodInvocationPrivilegeEvaluator
 
afterPropertiesSet() - Method in class org.acegisecurity.intercept.web.WebInvocationPrivilegeEvaluator
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.cache.EhCacheBasedTicketCache
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.populator.DaoCasAuthoritiesPopulator
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.proxy.NamedCasProxyDecider
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.proxy.RejectProxyTickets
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.ticketvalidator.AbstractTicketValidator
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.cache.EhCacheBasedUserCache
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.ProviderManager
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationManagerImpl
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.x509.cache.EhCacheBasedX509UserCache
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.x509.populator.DaoX509AuthoritiesPopulator
 
afterPropertiesSet() - Method in class org.acegisecurity.providers.x509.X509AuthenticationProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.runas.RunAsImplAuthenticationProvider
 
afterPropertiesSet() - Method in class org.acegisecurity.runas.RunAsManagerImpl
 
afterPropertiesSet() - Method in class org.acegisecurity.securechannel.ChannelDecisionManagerImpl
 
afterPropertiesSet() - Method in class org.acegisecurity.securechannel.ChannelProcessingFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.securechannel.InsecureChannelProcessor
 
afterPropertiesSet() - Method in class org.acegisecurity.securechannel.RetryWithHttpEntryPoint
 
afterPropertiesSet() - Method in class org.acegisecurity.securechannel.RetryWithHttpsEntryPoint
 
afterPropertiesSet() - Method in class org.acegisecurity.securechannel.SecureChannelProcessor
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilterEntryPoint
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.cas.CasProcessingFilterEntryPoint
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.cas.ServiceProperties
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.rememberme.RememberMeProcessingFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
afterPropertiesSet() - Method in class org.acegisecurity.ui.x509.X509ProcessingFilter
 
afterPropertiesSet() - Method in class org.acegisecurity.userdetails.memory.InMemoryDaoImpl
 
afterPropertiesSet() - Method in class org.acegisecurity.util.FilterChainProxy
 
afterPropertiesSet() - Method in class org.acegisecurity.util.PortResolverImpl
 
afterPropertiesSet() - Method in class org.acegisecurity.vote.AbstractAccessDecisionManager
 
afterPropertiesSet() - Method in class org.acegisecurity.vote.BasicAclEntryVoter
 
allGranted(String) - Method in interface org.acegisecurity.taglibs.velocity.Authz
all the listed roles must be granted to return true, otherwise fasle;
allGranted(String) - Method in class org.acegisecurity.taglibs.velocity.AuthzImpl
 
allowableSessionsExceeded(String, SessionInformation[], int, SessionRegistry) - Method in class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
Allows subclasses to customise behaviour when too many sessions are detected.
AlreadyExistsException - Exception in org.acegisecurity.acls
Thrown if an Acl entry already exists for the object.
AlreadyExistsException(String) - Constructor for exception org.acegisecurity.acls.AlreadyExistsException
Constructs an AlreadyExistsException with the specified message.
AlreadyExistsException(String, Throwable) - Constructor for exception org.acegisecurity.acls.AlreadyExistsException
Constructs an AlreadyExistsException with the specified message and root cause.
AlwaysTestAfterMaxRequestsCaptchaChannelProcessor - Class in org.acegisecurity.captcha
return false if ny CaptchaChannelProcessorTemplate of mapped urls has been requested more than thresold;
Default keyword : REQUIRES_CAPTCHA_ABOVE_THRESOLD_REQUESTS
AlwaysTestAfterMaxRequestsCaptchaChannelProcessor() - Constructor for class org.acegisecurity.captcha.AlwaysTestAfterMaxRequestsCaptchaChannelProcessor
Constructor
AlwaysTestAfterTimeInMillisCaptchaChannelProcessor - Class in org.acegisecurity.captcha
return false if thresold is greater than millis since last captcha test has occured;
Default keyword : REQUIRES_CAPTCHA_AFTER_THRESOLD_IN_MILLIS
AlwaysTestAfterTimeInMillisCaptchaChannelProcessor() - Constructor for class org.acegisecurity.captcha.AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
Constructor
AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor - Class in org.acegisecurity.captcha
return false if thresold is lower than average time millis between any CaptchaChannelProcessorTemplate mapped urls requests and is human;
Default keyword : REQUIRES_CAPTCHA_BELOW_AVERAGE_TIME_IN_MILLIS_REQUESTS
Note : before first humanity check
AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor() - Constructor for class org.acegisecurity.captcha.AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
Constructor
AnonymousAuthenticationProvider - Class in org.acegisecurity.providers.anonymous
An AuthenticationProvider implementation that validates AnonymousAuthenticationTokens.
AnonymousAuthenticationProvider() - Constructor for class org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider
 
AnonymousAuthenticationToken - Class in org.acegisecurity.providers.anonymous
Represents an anonymous Authentication.
AnonymousAuthenticationToken(String, Object, GrantedAuthority[]) - Constructor for class org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken
Constructor.
AnonymousProcessingFilter - Class in org.acegisecurity.providers.anonymous
Detects if there is no Authentication object in the SecurityContextHolder, and populates it with one if needed.
AnonymousProcessingFilter() - Constructor for class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
 
anyGranted(String) - Method in interface org.acegisecurity.taglibs.velocity.Authz
any the listed roles must be granted to return true, otherwise fasle;
anyGranted(String) - Method in class org.acegisecurity.taglibs.velocity.AuthzImpl
 
applyAnonymousForThisRequest(ServletRequest) - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
Enables subclasses to determine whether or not an anonymous authentication token should be setup for this request.
AspectJCallback - Interface in org.acegisecurity.intercept.method.aspectj
Called by the AspectJSecurityInterceptor when it wishes for the AspectJ processing to continue.
AspectJSecurityInterceptor - Class in org.acegisecurity.intercept.method.aspectj
Provides security interception of AspectJ method invocations.
AspectJSecurityInterceptor() - Constructor for class org.acegisecurity.intercept.method.aspectj.AspectJSecurityInterceptor
 
attemptAuthentication(String, String) - Method in interface org.acegisecurity.providers.rcp.RemoteAuthenticationManager
Attempts to authenticate the remote client using the presented username and password.
attemptAuthentication(String, String) - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationManagerImpl
 
attemptAuthentication(HttpServletRequest) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
Performs actual authentication.
attemptAuthentication(HttpServletRequest) - Method in class org.acegisecurity.ui.cas.CasProcessingFilter
 
attemptAuthentication(HttpServletRequest) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
 
attemptAuthentication(HttpServletRequest) - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
 
attemptExitUser(HttpServletRequest) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
Attempt to exit from an already switched user.
attemptSwitchUser(HttpServletRequest) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
Attempt to switch to another user.
AuditableAccessControlEntry - Interface in org.acegisecurity.acls
Represents an ACE that provides auditing information.
AuditableAcl - Interface in org.acegisecurity.acls
A mutable ACL that provides audit capabilities.
AuditLogger - Interface in org.acegisecurity.acls.domain
Used by AclImpl to log audit events.
AuthByAdapter - Interface in org.acegisecurity.adapters
Indicates a specialized, immutable, server-side only Authentication class.
AuthByAdapterProvider - Class in org.acegisecurity.adapters
An AuthenticationProvider implementation that can authenticate an AuthByAdapter.
AuthByAdapterProvider() - Constructor for class org.acegisecurity.adapters.AuthByAdapterProvider
 
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 class org.acegisecurity.adapters.AuthByAdapterProvider
 
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.
authenticate(Authentication) - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider
 
authenticate(Authentication) - Method in interface org.acegisecurity.providers.AuthenticationProvider
Performs authentication with the same contract as AuthenticationManager.authenticate(Authentication).
authenticate(Authentication) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
 
authenticate(Authentication) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
 
authenticate(Authentication) - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
Attempts to login the user given the Authentication objects principal and credential
authenticate(String, String) - Method in class org.acegisecurity.providers.ldap.authenticator.BindAuthenticator
 
authenticate(String, String) - Method in class org.acegisecurity.providers.ldap.authenticator.PasswordComparisonAuthenticator
 
authenticate(String, String) - Method in interface org.acegisecurity.providers.ldap.LdapAuthenticator
Authenticates as a user and obtains additional user information from the directory.
authenticate(Authentication) - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationProvider
 
authenticate(Authentication) - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider
 
authenticate(Authentication) - Method in class org.acegisecurity.providers.TestingAuthenticationProvider
 
authenticate(Authentication) - Method in class org.acegisecurity.providers.x509.X509AuthenticationProvider
If the supplied authentication token contains a certificate then this will be passed to the configured X509AuthoritiesPopulator to obtain the user details and authorities for the user identified by the certificate.
authenticate(Authentication) - Method in class org.acegisecurity.runas.RunAsImplAuthenticationProvider
 
AuthenticatedVoter - Class in org.acegisecurity.vote
Votes if a ConfigAttribute.getAttribute() of IS_AUTHENTICATED_FULLY or IS_AUTHENTICATED_REMEMBERED or IS_AUTHENTICATED_ANONYMOUSLY is present.
AuthenticatedVoter() - Constructor for class org.acegisecurity.vote.AuthenticatedVoter
 
Authentication - Interface in org.acegisecurity
Represents an authentication request.
AuthenticationCredentialsNotFoundEvent - Class in org.acegisecurity.event.authorization
Indicates a secure object invocation failed because the Authentication could not be obtained from the SecurityContextHolder.
AuthenticationCredentialsNotFoundEvent(Object, ConfigAttributeDefinition, AuthenticationCredentialsNotFoundException) - Constructor for class org.acegisecurity.event.authorization.AuthenticationCredentialsNotFoundEvent
Construct the event.
AuthenticationCredentialsNotFoundException - Exception in org.acegisecurity
Thrown if an authentication request is rejected because there is no Authentication object in the SecurityContext.
AuthenticationCredentialsNotFoundException(String) - Constructor for exception org.acegisecurity.AuthenticationCredentialsNotFoundException
Constructs an AuthenticationCredentialsNotFoundException with the specified message.
AuthenticationCredentialsNotFoundException(String, Throwable) - Constructor for exception org.acegisecurity.AuthenticationCredentialsNotFoundException
Constructs an AuthenticationCredentialsNotFoundException with the specified message and root cause.
authenticationDetailsSource - Variable in class org.acegisecurity.ui.AbstractProcessingFilter
 
AuthenticationDetailsSource - Interface in org.acegisecurity.ui
Provides a Authentication.getDetails() object for a given web request.
authenticationDetailsSource - Variable in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
 
AuthenticationDetailsSourceImpl - Class in org.acegisecurity.ui
Base implementation of AuthenticationDetailsSource.
AuthenticationDetailsSourceImpl() - Constructor for class org.acegisecurity.ui.AuthenticationDetailsSourceImpl
 
AuthenticationEntryPoint - Interface in org.acegisecurity.ui
Used by ExceptionTranslationFilter to commence an authentication scheme.
AuthenticationException - Exception in org.acegisecurity
Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
AuthenticationException(String, Throwable) - Constructor for exception org.acegisecurity.AuthenticationException
Constructs an AuthenticationException with the specified message and root cause.
AuthenticationException(String) - Constructor for exception org.acegisecurity.AuthenticationException
Constructs an AuthenticationException with the specified message and no root cause.
AuthenticationException(String, Object) - Constructor for exception org.acegisecurity.AuthenticationException
 
AuthenticationFailureBadCredentialsEvent - Class in org.acegisecurity.event.authentication
Application event which indicates authentication failure due to invalid credentials being presented.
AuthenticationFailureBadCredentialsEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureBadCredentialsEvent
 
AuthenticationFailureConcurrentLoginEvent - Class in org.acegisecurity.event.authentication
Application event which indicates authentication failure due to the user attempting to login to too many concurrent sessions.
AuthenticationFailureConcurrentLoginEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureConcurrentLoginEvent
 
AuthenticationFailureCredentialsExpiredEvent - Class in org.acegisecurity.event.authentication
Application event which indicates authentication failure due to the user's credentials having expired.
AuthenticationFailureCredentialsExpiredEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureCredentialsExpiredEvent
 
AuthenticationFailureDisabledEvent - Class in org.acegisecurity.event.authentication
Application event which indicates authentication failure due to the user's account being disabled.
AuthenticationFailureDisabledEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureDisabledEvent
 
AuthenticationFailureExpiredEvent - Class in org.acegisecurity.event.authentication
Application event which indicates authentication failure due to the user's account having expired.
AuthenticationFailureExpiredEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureExpiredEvent
 
AuthenticationFailureLockedEvent - Class in org.acegisecurity.event.authentication
Application event which indicates authentication failure due to the user's account having been locked.
AuthenticationFailureLockedEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureLockedEvent
 
AuthenticationFailureProviderNotFoundEvent - Class in org.acegisecurity.event.authentication
Application event which indicates authentication failure due to there being no registered AuthenticationProvider that can process the request.
AuthenticationFailureProviderNotFoundEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureProviderNotFoundEvent
 
AuthenticationFailureProxyUntrustedEvent - Class in org.acegisecurity.event.authentication
Application event which indicates authentication failure due to the CAS user's ticket being generated by an untrusted proxy.
AuthenticationFailureProxyUntrustedEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureProxyUntrustedEvent
 
AuthenticationFailureServiceExceptionEvent - Class in org.acegisecurity.event.authentication
Application event which indicates authentication failure due to there being a problem internal to the AuthenticationManager.
AuthenticationFailureServiceExceptionEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureServiceExceptionEvent
 
AuthenticationManager - Interface in org.acegisecurity
Processes an Authentication request.
AuthenticationProcessingFilter - Class in org.acegisecurity.ui.webapp
Processes an authentication form.
AuthenticationProcessingFilter() - Constructor for class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
 
AuthenticationProcessingFilterEntryPoint - Class in org.acegisecurity.ui.webapp
Used by the SecurityEnforcementFilter to commence authentication via the AuthenticationProcessingFilter.
AuthenticationProcessingFilterEntryPoint() - Constructor for class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
AuthenticationProvider - Interface in org.acegisecurity.providers
Indicates a class can process a specific Authentication implementation.
AuthenticationServiceException - Exception in org.acegisecurity
Thrown if an authentication request could not be processed due to a system problem.
AuthenticationServiceException(String) - Constructor for exception org.acegisecurity.AuthenticationServiceException
Constructs an AuthenticationServiceException with the specified message.
AuthenticationServiceException(String, Throwable) - Constructor for exception org.acegisecurity.AuthenticationServiceException
Constructs an AuthenticationServiceException with the specified message and root cause.
AuthenticationSimpleHttpInvokerRequestExecutor - Class in org.acegisecurity.context.httpinvoker
Adds BASIC authentication support to SimpleHttpInvokerRequestExecutor.
AuthenticationSimpleHttpInvokerRequestExecutor() - Constructor for class org.acegisecurity.context.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor
 
AuthenticationSuccessEvent - Class in org.acegisecurity.event.authentication
Application event which indicates successful authentication.
AuthenticationSuccessEvent(Authentication) - Constructor for class org.acegisecurity.event.authentication.AuthenticationSuccessEvent
 
AuthenticationSwitchUserEvent - Class in org.acegisecurity.event.authentication
Application event which indicates that a user context switch.
AuthenticationSwitchUserEvent(Authentication, UserDetails) - Constructor for class org.acegisecurity.event.authentication.AuthenticationSwitchUserEvent
Switch user context event constructor
AuthenticationTag - Class in org.acegisecurity.taglibs.authz
An Tag implementation that allows convenient access to the current Authentication object.
AuthenticationTag() - Constructor for class org.acegisecurity.taglibs.authz.AuthenticationTag
 
AuthenticationTrustResolver - Interface in org.acegisecurity
Evaluates Authentication tokens
AuthenticationTrustResolverImpl - Class in org.acegisecurity
Basic implementation of AuthenticationTrustResolver.
AuthenticationTrustResolverImpl() - Constructor for class org.acegisecurity.AuthenticationTrustResolverImpl
 
authoritiesByUsernameMapping - Variable in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
 
AuthorityGranter - Interface in org.acegisecurity.providers.jaas
The AuthorityGranter interface is used to map a given principal to role names.
AuthorizationFailureEvent - Class in org.acegisecurity.event.authorization
Indicates a secure object invocation failed because the principal could not be authorized for the request.