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

A

abort() - Method in class org.springframework.security.providers.jaas.SecurityContextLoginModule
Abort the authentication process by forgetting the Spring Security Authentication.
AbstractAccessDecisionManager - Class in org.springframework.security.vote
Abstract implementation of AccessDecisionManager.
AbstractAccessDecisionManager() - Constructor for class org.springframework.security.vote.AbstractAccessDecisionManager
 
AbstractAclProvider - Class in org.springframework.security.afterinvocation
Abstract AfterInvocationProvider which provides commonly-used ACL-related services.
AbstractAclProvider(AclService, String, Permission[]) - Constructor for class org.springframework.security.afterinvocation.AbstractAclProvider
 
AbstractAclVoter - Class in org.springframework.security.vote
Provides helper methods for writing domain object ACL voters.
AbstractAclVoter() - Constructor for class org.springframework.security.vote.AbstractAclVoter
 
AbstractAdapterAuthenticationToken - Class in org.springframework.security.adapters
Convenience superclass for AuthByAdapter implementations.
AbstractAdapterAuthenticationToken() - Constructor for class org.springframework.security.adapters.AbstractAdapterAuthenticationToken
 
AbstractAdapterAuthenticationToken(String, GrantedAuthority[]) - Constructor for class org.springframework.security.adapters.AbstractAdapterAuthenticationToken
The only way an AbstractAdapterAuthentication should be constructed.
AbstractAuthenticationEvent - Class in org.springframework.security.event.authentication
Represents an application authentication event.
AbstractAuthenticationEvent(Authentication) - Constructor for class org.springframework.security.event.authentication.AbstractAuthenticationEvent
 
AbstractAuthenticationFailureEvent - Class in org.springframework.security.event.authentication
Abstract application event which indicates authentication failure for some reason.
AbstractAuthenticationFailureEvent(Authentication, AuthenticationException) - Constructor for class org.springframework.security.event.authentication.AbstractAuthenticationFailureEvent
 
AbstractAuthenticationManager - Class in org.springframework.security
An abstract implementation of the AuthenticationManager.
AbstractAuthenticationManager() - Constructor for class org.springframework.security.AbstractAuthenticationManager
 
AbstractAuthenticationToken - Class in org.springframework.security.providers
Base class for Authentication objects.
AbstractAuthenticationToken() - Constructor for class org.springframework.security.providers.AbstractAuthenticationToken
Deprecated. in favour of the constructor which takes a GrantedAuthority[] argument.
AbstractAuthenticationToken(GrantedAuthority[]) - Constructor for class org.springframework.security.providers.AbstractAuthenticationToken
Creates a token with the supplied array of authorities.
AbstractAuthorizationEvent - Class in org.springframework.security.event.authorization
Abstract superclass for all security interception related events.
AbstractAuthorizationEvent(Object) - Constructor for class org.springframework.security.event.authorization.AbstractAuthorizationEvent
Construct the event, passing in the secure object being intercepted.
AbstractBasicAclEntry - Class in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
AbstractBasicAclEntry(Object, AclObjectIdentity, AclObjectIdentity, int) - Constructor for class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
AbstractBasicAclEntry() - Constructor for class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated. A protected constructor for use by Hibernate.
AbstractFallbackMethodDefinitionSource - Class in org.springframework.security.intercept.method
Abstract implementation of MethodDefinitionSource that supports both Spring AOP and AspectJ and caches configuration attribute resolution from: 1.
AbstractFallbackMethodDefinitionSource() - Constructor for class org.springframework.security.intercept.method.AbstractFallbackMethodDefinitionSource
 
AbstractLdapAuthenticator - Class in org.springframework.security.providers.ldap.authenticator
Base class for the authenticator implementations.
AbstractLdapAuthenticator(ContextSource) - Constructor for class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
Create an initialized instance with the ContextSource provided.
AbstractMethodDefinitionSource - Class in org.springframework.security.intercept.method
Abstract implementation of MethodDefinitionSource.
AbstractMethodDefinitionSource() - Constructor for class org.springframework.security.intercept.method.AbstractMethodDefinitionSource
 
AbstractPermission - Class in org.springframework.security.acls.domain
Provides an abstract superclass for Permission implementations.
AbstractPermission(int, char) - Constructor for class org.springframework.security.acls.domain.AbstractPermission
 
AbstractPreAuthenticatedAuthenticationDetailsSource - Class in org.springframework.security.ui.preauth.j2ee
Base implementation for classes scenarios where the authentication details object is used to store a list of authorities obtained from the context object (such as an HttpServletRequest) passed to AbstractPreAuthenticatedAuthenticationDetailsSource.buildDetails(Object).
AbstractPreAuthenticatedAuthenticationDetailsSource() - Constructor for class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
 
AbstractPreAuthenticatedProcessingFilter - Class in org.springframework.security.ui.preauth
Base class for processing filters that handle pre-authenticated authentication requests.
AbstractPreAuthenticatedProcessingFilter() - Constructor for class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
 
AbstractProcessingFilter - Class in org.springframework.security.ui
Abstract processor of browser-based HTTP-based authentication requests.
AbstractProcessingFilter() - Constructor for class org.springframework.security.ui.AbstractProcessingFilter
 
AbstractRememberMeServices - Class in org.springframework.security.ui.rememberme
Base class for RememberMeServices implementations.
AbstractRememberMeServices() - Constructor for class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
AbstractRetryEntryPoint - Class in org.springframework.security.securechannel
 
AbstractRetryEntryPoint(String, int) - Constructor for class org.springframework.security.securechannel.AbstractRetryEntryPoint
 
AbstractSecurityInterceptor - Class in org.springframework.security.intercept
Abstract class that implements security interception for secure objects.
AbstractSecurityInterceptor() - Constructor for class org.springframework.security.intercept.AbstractSecurityInterceptor
 
AbstractUserDetailsAuthenticationProvider - Class in org.springframework.security.providers.dao
A base AuthenticationProvider that allows subclasses to override and work with UserDetails objects.
AbstractUserDetailsAuthenticationProvider() - Constructor for class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
AbstractUserDetailsServiceBeanDefinitionParser - Class in org.springframework.security.config
 
AbstractUserDetailsServiceBeanDefinitionParser() - Constructor for class org.springframework.security.config.AbstractUserDetailsServiceBeanDefinitionParser
 
ACCESS_ABSTAIN - Static variable in interface org.springframework.security.vote.AccessDecisionVoter
 
ACCESS_DENIED - Static variable in interface org.springframework.security.vote.AccessDecisionVoter
 
ACCESS_GRANTED - Static variable in interface org.springframework.security.vote.AccessDecisionVoter
 
ACCESS_MANAGER - Static variable in class org.springframework.security.config.BeanIds
 
AccessControlEntry - Interface in org.springframework.security.acls
Represents an individual permission assignment within an Acl.
AccessControlEntryImpl - Class in org.springframework.security.acls.domain
An immutable default implementation of AccessControlEntry.
AccessControlEntryImpl(Serializable, Acl, Sid, Permission, boolean, boolean, boolean) - Constructor for class org.springframework.security.acls.domain.AccessControlEntryImpl
 
AccessControlListTag - Class in org.springframework.security.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.springframework.security.taglibs.authz.AccessControlListTag
 
AccessDecisionManager - Interface in org.springframework.security
Makes a final access control (authorization) decision.
AccessDecisionVoter - Interface in org.springframework.security.vote
Indicates a class is responsible for voting on authorization decisions.
AccessDeniedException - Exception in org.springframework.security
Thrown if an Authentication object does not hold a required authority.
AccessDeniedException(String) - Constructor for exception org.springframework.security.AccessDeniedException
Constructs an AccessDeniedException with the specified message.
AccessDeniedException(String, Throwable) - Constructor for exception org.springframework.security.AccessDeniedException
Constructs an AccessDeniedException with the specified message and root cause.
AccessDeniedHandler - Interface in org.springframework.security.ui
Used by ExceptionTranslationFilter to handle an AccessDeniedException.
AccessDeniedHandlerImpl - Class in org.springframework.security.ui
Base implementation of AccessDeniedHandler.
AccessDeniedHandlerImpl() - Constructor for class org.springframework.security.ui.AccessDeniedHandlerImpl
 
AccountExpiredException - Exception in org.springframework.security
Thrown if an authentication request is rejected because the account has expired.
AccountExpiredException(String) - Constructor for exception org.springframework.security.AccountExpiredException
Constructs a AccountExpiredException with the specified message.
AccountExpiredException(String, Throwable) - Constructor for exception org.springframework.security.AccountExpiredException
Constructs a AccountExpiredException with the specified message and root cause.
AccountExpiredException(String, Object) - Constructor for exception org.springframework.security.AccountExpiredException
 
AccountStatusException - Exception in org.springframework.security
Base class for authentication exceptions which are caused by a particular user account status (locked, disabled etc).
AccountStatusException(String) - Constructor for exception org.springframework.security.AccountStatusException
 
AccountStatusException(String, Throwable) - Constructor for exception org.springframework.security.AccountStatusException
 
AccountStatusException(String, Object) - Constructor for exception org.springframework.security.AccountStatusException
 
AccountStatusUserDetailsChecker - Class in org.springframework.security.userdetails.checker
 
AccountStatusUserDetailsChecker() - Constructor for class org.springframework.security.userdetails.checker.AccountStatusUserDetailsChecker
 
Acl - Interface in org.springframework.security.acls
Represents an access control list (ACL) for a domain object.
AclAuthorizationStrategy - Interface in org.springframework.security.acls.domain
Strategy used by AclImpl to determine whether a principal is permitted to call adminstrative methods on the AclImpl.
AclAuthorizationStrategyImpl - Class in org.springframework.security.acls.domain
Default implementation of AclAuthorizationStrategy.
AclAuthorizationStrategyImpl(GrantedAuthority[]) - Constructor for class org.springframework.security.acls.domain.AclAuthorizationStrategyImpl
Constructor.
AclCache - Interface in org.springframework.security.acls.jdbc
A caching layer for JdbcAclService.
AclEntry - Interface in org.springframework.security.acl
Deprecated. Use new spring-security-acl module instead
AclEntryAfterInvocationCollectionFilteringProvider - Class in org.springframework.security.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.springframework.security.afterinvocation.AclEntryAfterInvocationCollectionFilteringProvider
 
AclEntryAfterInvocationProvider - Class in org.springframework.security.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.springframework.security.afterinvocation.AclEntryAfterInvocationProvider
 
AclEntryVoter - Class in org.springframework.security.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.springframework.security.vote.AclEntryVoter
 
AclFormattingUtils - Class in org.springframework.security.acls
Utility methods for displaying ACL information.
AclFormattingUtils() - Constructor for class org.springframework.security.acls.AclFormattingUtils
 
AclImpl - Class in org.springframework.security.acls.domain
Base implementation of Acl.
AclImpl(ObjectIdentity, Serializable, AclAuthorizationStrategy, AuditLogger) - Constructor for class org.springframework.security.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.springframework.security.acls.domain.AclImpl
Full constructor, which should be used by persistence tools that do not provide field-level access features.
AclManager - Interface in org.springframework.security.acl
Deprecated. Use new spring-security-acl module instead
AclObjectIdentity - Interface in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
AclObjectIdentityAware - Interface in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
AclProvider - Interface in org.springframework.security.acl
Deprecated. Use new spring-security-acl module instead
AclProviderManager - Class in org.springframework.security.acl
Deprecated. Use new spring-security-acl module instead
AclProviderManager() - Constructor for class org.springframework.security.acl.AclProviderManager
Deprecated.  
aclsByObjectIdentity - Variable in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
AclService - Interface in org.springframework.security.acls
Provides retrieval of Acl instances.
aclService - Variable in class org.springframework.security.afterinvocation.AbstractAclProvider
 
AclTag - Class in org.springframework.security.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.springframework.security.taglibs.authz.AclTag
 
addAuthorities(DistinguishedName, GrantedAuthority[]) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
addAuthority(GrantedAuthority) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
Adds the authority to the list, unless it is already there, in which case it is ignored
addAuthority(GrantedAuthority) - Method in class org.springframework.security.userdetails.memory.UserAttribute
 
addCn(String) - Method in class org.springframework.security.userdetails.ldap.Person.Essence
 
addCustomAuthorities(String, List) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
Allows subclasses to add their own granted authorities to the list to be returned in the User.
addGroupAuthority(String, GrantedAuthority) - Method in interface org.springframework.security.userdetails.GroupManager
Assigns a new authority to a group.
addGroupAuthority(String, GrantedAuthority) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.springframework.security.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.springframework.security.providers.dao.DaoAuthenticationProvider
 
addPermission(int) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
addPermissions(int[]) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
addSecureMethod(String, ConfigAttributeDefinition) - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
Add configuration attributes for a secure method.
addSecureMethod(Class, String, ConfigAttributeDefinition) - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
Add configuration attributes for a secure method.
addSecureMethod(Class, Method, ConfigAttributeDefinition) - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
Adds configuration attributes for a specific method, for example where the method has been matched using a pointcut expression.
addUser(UserDetails) - Method in class org.springframework.security.userdetails.memory.UserMap
Adds a user to the in-memory map.
addUsersFromProperties(UserMap, Properties) - Static method in class org.springframework.security.userdetails.memory.UserMapEditor
 
addUserToGroup(String, String) - Method in interface org.springframework.security.userdetails.GroupManager
Makes a user a member of a particular group.
addUserToGroup(String, String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
addVoter(BeanDefinition, ParserContext) - Static method in class org.springframework.security.config.ConfigUtils
 
ADMINISTRATION - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
ADMINISTRATION - Static variable in class org.springframework.security.acls.domain.BasePermission
 
AffirmativeBased - Class in org.springframework.security.vote
Simple concrete implementation of AccessDecisionManager that grants access if any AccessDecisionVoter returns an affirmative response.
AffirmativeBased() - Constructor for class org.springframework.security.vote.AffirmativeBased
 
AFTER_INVOCATION_MANAGER - Static variable in class org.springframework.security.config.BeanIds
 
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
 
afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
 
afterInvocation(InterceptorStatusToken, Object) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
Completes the work of the AbstractSecurityInterceptor after the secure object invocation has been completed.
AfterInvocationManager - Interface in org.springframework.security
Reviews the Object returned from a secure object invocation, being able to modify the Object or throw an AccessDeniedException.
AfterInvocationProvider - Interface in org.springframework.security.afterinvocation
Indicates a class is responsible for participating in an AfterInvocationProviderManager decision.
AfterInvocationProviderManager - Class in org.springframework.security.afterinvocation
Provider-based implementation of AfterInvocationManager.
AfterInvocationProviderManager() - Constructor for class org.springframework.security.afterinvocation.AfterInvocationProviderManager
 
afterPropertiesSet() - Method in class org.springframework.security.acl.AclProviderManager
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.security.acl.basic.cache.EhCacheBasedAclEntryCache
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.security.adapters.AuthByAdapterProvider
 
afterPropertiesSet() - Method in class org.springframework.security.afterinvocation.AfterInvocationProviderManager
 
afterPropertiesSet() - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.security.authoritymapping.MapBasedAttributes2GrantedAuthoritiesMapper
Check whether all properties have been set to correct values, and do some preprocessing.
afterPropertiesSet() - Method in class org.springframework.security.authoritymapping.SimpleAttributes2GrantedAuthoritiesMapper
Check whether all properties have been set to correct values.
afterPropertiesSet() - Method in class org.springframework.security.authoritymapping.XmlMappableAttributesRetriever
Check whether all required properties have been set.
afterPropertiesSet() - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
 
afterPropertiesSet() - Method in class org.springframework.security.concurrent.ConcurrentSessionFilter
 
afterPropertiesSet() - Method in class org.springframework.security.config.NamespaceAuthenticationManager
 
afterPropertiesSet() - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
afterPropertiesSet() - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
 
afterPropertiesSet() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
afterPropertiesSet() - Method in class org.springframework.security.intercept.method.DelegatingMethodDefinitionSource
 
afterPropertiesSet() - Method in class org.springframework.security.intercept.method.MethodDefinitionAttributes
 
afterPropertiesSet() - Method in class org.springframework.security.intercept.method.MethodInvocationPrivilegeEvaluator
 
afterPropertiesSet() - Method in class org.springframework.security.intercept.web.WebInvocationPrivilegeEvaluator
 
afterPropertiesSet() - Method in class org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider
 
afterPropertiesSet() - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.providers.cas.cache.EhCacheBasedTicketCache
 
afterPropertiesSet() - Method in class org.springframework.security.providers.cas.CasAuthenticationProvider
 
afterPropertiesSet() - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
afterPropertiesSet() - Method in class org.springframework.security.providers.dao.cache.EhCacheBasedUserCache
 
afterPropertiesSet() - Method in class org.springframework.security.providers.dao.salt.ReflectionSaltSource
 
afterPropertiesSet() - Method in class org.springframework.security.providers.dao.salt.SystemWideSaltSource
 
afterPropertiesSet() - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
afterPropertiesSet() - Method in class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
 
afterPropertiesSet() - Method in class org.springframework.security.providers.openid.OpenIDAuthenticationProvider
 
afterPropertiesSet() - Method in class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationProvider
Check whether all required properties have been set.
afterPropertiesSet() - Method in class org.springframework.security.providers.ProviderManager
 
afterPropertiesSet() - Method in class org.springframework.security.providers.rcp.RemoteAuthenticationManagerImpl
 
afterPropertiesSet() - Method in class org.springframework.security.providers.rcp.RemoteAuthenticationProvider
 
afterPropertiesSet() - Method in class org.springframework.security.providers.rememberme.RememberMeAuthenticationProvider
 
afterPropertiesSet() - Method in class org.springframework.security.providers.x509.cache.EhCacheBasedX509UserCache
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.security.providers.x509.populator.DaoX509AuthoritiesPopulator
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.security.providers.x509.X509AuthenticationProvider
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.security.runas.RunAsImplAuthenticationProvider
 
afterPropertiesSet() - Method in class org.springframework.security.runas.RunAsManagerImpl
 
afterPropertiesSet() - Method in class org.springframework.security.securechannel.ChannelDecisionManagerImpl
 
afterPropertiesSet() - Method in class org.springframework.security.securechannel.ChannelProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.securechannel.InsecureChannelProcessor
 
afterPropertiesSet() - Method in class org.springframework.security.securechannel.SecureChannelProcessor
 
afterPropertiesSet() - Method in class org.springframework.security.token.KeyBasedPersistenceTokenService
 
afterPropertiesSet() - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilterEntryPoint
 
afterPropertiesSet() - Method in class org.springframework.security.ui.cas.CasProcessingFilterEntryPoint
 
afterPropertiesSet() - Method in class org.springframework.security.ui.cas.ServiceProperties
 
afterPropertiesSet() - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
afterPropertiesSet() - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
afterPropertiesSet() - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
Ensures an AuthenticationManager and authentication failure URL have been provided in the bean configuration file.
afterPropertiesSet() - Method in class org.springframework.security.ui.openid.OpenIDAuthenticationProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
 
afterPropertiesSet() - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
Check whether all required properties have been set.
afterPropertiesSet() - Method in class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
Check that all required properties have been set.
afterPropertiesSet() - Method in class org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedAuthenticationDetailsSource
Check that all required properties have been set.
afterPropertiesSet() - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
afterPropertiesSet() - Method in class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
afterPropertiesSet() - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
afterPropertiesSet() - Method in class org.springframework.security.ui.x509.X509ProcessingFilter
Deprecated.  
afterPropertiesSet() - Method in class org.springframework.security.userdetails.memory.InMemoryDaoImpl
 
afterPropertiesSet() - Method in class org.springframework.security.userdetails.UserDetailsByNameServiceWrapper
Check whether all required properties have been set.
afterPropertiesSet() - Method in class org.springframework.security.util.FilterChainProxy
 
afterPropertiesSet() - Method in class org.springframework.security.vote.AbstractAccessDecisionManager
 
afterPropertiesSet() - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
 
afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
 
allGranted(String) - Method in interface org.springframework.security.taglibs.velocity.Authz
all the listed roles must be granted to return true, otherwise fasle;
allGranted(String) - Method in class org.springframework.security.taglibs.velocity.AuthzImpl
 
allocateToken(String) - Method in class org.springframework.security.token.KeyBasedPersistenceTokenService
 
allocateToken(String) - Method in interface org.springframework.security.token.TokenService
Forces the allocation of a new Token.
allowableSessionsExceeded(String, SessionInformation[], int, SessionRegistry) - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
Allows subclasses to customise behaviour when too many sessions are detected.
AlreadyExistsException - Exception in org.springframework.security.acls
Thrown if an Acl entry already exists for the object.
AlreadyExistsException(String) - Constructor for exception org.springframework.security.acls.AlreadyExistsException
Constructs an AlreadyExistsException with the specified message.
AlreadyExistsException(String, Throwable) - Constructor for exception org.springframework.security.acls.AlreadyExistsException
Constructs an AlreadyExistsException with the specified message and root cause.
ANONYMOUS_AUTHENTICATION_PROVIDER - Static variable in class org.springframework.security.config.BeanIds
 
ANONYMOUS_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
ANONYMOUS_PROCESSING_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
AnonymousAuthenticationProvider - Class in org.springframework.security.providers.anonymous
An AuthenticationProvider implementation that validates AnonymousAuthenticationTokens.
AnonymousAuthenticationProvider() - Constructor for class org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider
 
AnonymousAuthenticationToken - Class in org.springframework.security.providers.anonymous
Represents an anonymous Authentication.
AnonymousAuthenticationToken(String, Object, GrantedAuthority[]) - Constructor for class org.springframework.security.providers.anonymous.AnonymousAuthenticationToken
Constructor.
AnonymousBeanDefinitionParser - Class in org.springframework.security.config
 
AnonymousBeanDefinitionParser() - Constructor for class org.springframework.security.config.AnonymousBeanDefinitionParser
 
AnonymousProcessingFilter - Class in org.springframework.security.providers.anonymous
Detects if there is no Authentication object in the SecurityContextHolder, and populates it with one if needed.
AnonymousProcessingFilter() - Constructor for class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
AntUrlPathMatcher - Class in org.springframework.security.util
Ant path strategy for URL matching.
AntUrlPathMatcher() - Constructor for class org.springframework.security.util.AntUrlPathMatcher
 
AntUrlPathMatcher(boolean) - Constructor for class org.springframework.security.util.AntUrlPathMatcher
 
ANY_CHANNEL - Static variable in class org.springframework.security.securechannel.ChannelDecisionManagerImpl
 
anyGranted(String) - Method in interface org.springframework.security.taglibs.velocity.Authz
any the listed roles must be granted to return true, otherwise fasle;
anyGranted(String) - Method in class org.springframework.security.taglibs.velocity.AuthzImpl
 
applyAnonymousForThisRequest(HttpServletRequest) - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
Enables subclasses to determine whether or not an anonymous authentication token should be setup for this request.
AspectJAnnotationCallback - Interface in org.springframework.security.intercept.method.aspectj
Called by the AspectJAnnotationSecurityInterceptor when it wishes for the AspectJ processing to continue.
AspectJAnnotationSecurityInterceptor - Class in org.springframework.security.intercept.method.aspectj
AspectJ interceptor that supports @Aspect notation.
AspectJAnnotationSecurityInterceptor() - Constructor for class org.springframework.security.intercept.method.aspectj.AspectJAnnotationSecurityInterceptor
 
AspectJCallback - Interface in org.springframework.security.intercept.method.aspectj
Called by the AspectJSecurityInterceptor when it wishes for the AspectJ processing to continue.
AspectJSecurityInterceptor - Class in org.springframework.security.intercept.method.aspectj
Provides security interception of AspectJ method invocations.
AspectJSecurityInterceptor() - Constructor for class org.springframework.security.intercept.method.aspectj.AspectJSecurityInterceptor
 
ATT_AFTER - Static variable in class org.springframework.security.config.OrderedFilterBeanDefinitionDecorator
 
ATT_BEFORE - Static variable in class org.springframework.security.config.OrderedFilterBeanDefinitionDecorator
 
ATT_GROUP_ROLE_ATTRIBUTE - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
ATT_GROUP_SEARCH_BASE - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
ATT_GROUP_SEARCH_FILTER - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
ATT_HTTP_PORT - Static variable in class org.springframework.security.config.PortMappingsBeanDefinitionParser
 
ATT_HTTPS_PORT - Static variable in class org.springframework.security.config.PortMappingsBeanDefinitionParser
 
ATT_LDIF_FILE - Static variable in class org.springframework.security.config.LdapServerBeanDefinitionParser
Optionally defines an ldif resource to be loaded.
ATT_PORT - Static variable in class org.springframework.security.config.LdapServerBeanDefinitionParser
Defines the port the LDAP_PROVIDER server should run on
ATT_POSITION - Static variable in class org.springframework.security.config.OrderedFilterBeanDefinitionDecorator
 
ATT_REGEX - Static variable in class org.springframework.security.config.X509BeanDefinitionParser
 
ATT_ROOT_SUFFIX - Static variable in class org.springframework.security.config.LdapServerBeanDefinitionParser
sets the configuration suffix (default is "dc=springframework,dc=org").
ATT_SERVER - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
ATT_USER_SEARCH_BASE - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
ATT_USER_SEARCH_FILTER - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
ATT_USER_SERVICE_REF - Static variable in class org.springframework.security.config.X509BeanDefinitionParser
 
attemptAuthentication(String, String) - Method in interface org.springframework.security.providers.rcp.RemoteAuthenticationManager
Attempts to authenticate the remote client using the presented username and password.
attemptAuthentication(String, String) - Method in class org.springframework.security.providers.rcp.RemoteAuthenticationManagerImpl
 
attemptAuthentication(HttpServletRequest) - Method in class org.springframework.security.ui.AbstractProcessingFilter
Performs actual authentication.
attemptAuthentication(HttpServletRequest) - Method in class org.springframework.security.ui.cas.CasProcessingFilter
 
attemptAuthentication(HttpServletRequest) - Method in class org.springframework.security.ui.openid.OpenIDAuthenticationProcessingFilter
 
attemptAuthentication(HttpServletRequest) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
 
attemptExitUser(HttpServletRequest) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
Attempt to exit from an already switched user.
attemptSwitchUser(HttpServletRequest) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
Attempt to switch to another user.
Attributes2GrantedAuthoritiesMapper - Interface in org.springframework.security.authoritymapping
Interface to be implemented by classes that can map a list of security attributes (such as roles or group names) to a list of Spring Security GrantedAuthorities.
AuditableAccessControlEntry - Interface in org.springframework.security.acls
Represents an ACE that provides auditing information.
AuditableAcl - Interface in org.springframework.security.acls
A mutable ACL that provides audit capabilities.
AuditLogger - Interface in org.springframework.security.acls.domain
Used by AclImpl to log audit events.
AuthByAdapter - Interface in org.springframework.security.adapters
Indicates a specialized, immutable, server-side only Authentication class.
AuthByAdapterProvider - Class in org.springframework.security.adapters
An AuthenticationProvider implementation that can authenticate an AuthByAdapter.
AuthByAdapterProvider() - Constructor for class org.springframework.security.adapters.AuthByAdapterProvider
 
authenticate(Authentication) - Method in class org.springframework.security.AbstractAuthenticationManager
An implementation of the authenticate method that calls the abstract method doAuthenticatation to do its work.
authenticate(Authentication) - Method in class org.springframework.security.adapters.AuthByAdapterProvider
 
authenticate(String, String) - Method in class org.springframework.security.adapters.catalina.CatalinaSpringSecurityUserRealm
 
authenticate(String, byte[]) - Method in class org.springframework.security.adapters.catalina.CatalinaSpringSecurityUserRealm
 
authenticate(String, String, String, String, String, String, String, String) - Method in class org.springframework.security.adapters.catalina.CatalinaSpringSecurityUserRealm
Not supported, returns null
authenticate(X509Certificate[]) - Method in class org.springframework.security.adapters.catalina.CatalinaSpringSecurityUserRealm
Not supported, returns null
authenticate(String, Object, HttpRequest) - Method in class org.springframework.security.adapters.jetty.JettySpringSecurityUserRealm
 
authenticate(Authentication) - Method in interface org.springframework.security.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.springframework.security.providers.anonymous.AnonymousAuthenticationProvider
 
authenticate(Authentication) - Method in interface org.springframework.security.providers.AuthenticationProvider
Performs authentication with the same contract as AuthenticationManager.authenticate(Authentication).
authenticate(Authentication) - Method in class org.springframework.security.providers.cas.CasAuthenticationProvider
 
authenticate(Authentication) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
authenticate(Authentication) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Attempts to login the user given the Authentication objects principal and credential
authenticate(Authentication) - Method in class org.springframework.security.providers.ldap.authenticator.BindAuthenticator
 
authenticate(Authentication) - Method in class org.springframework.security.providers.ldap.authenticator.PasswordComparisonAuthenticator