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
 
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
 
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
 
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
 
AclEntry - Interface in org.springframework.security.acl
Deprecated. Use new spring-security-acl module instead
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.  
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.  
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
 
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.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.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.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.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.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.  
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.
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
 
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.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.
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(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.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
 
authenticate(Authentication) - Method in class org.springframework.security.providers.ldap.LdapAuthenticationProvider
 
authenticate(Authentication) - Method in interface org.springframework.security.providers.ldap.LdapAuthenticator
Authenticates as a user and obtains additional user information from the directory.
authenticate(Authentication) - Method in class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationProvider
Authenticate the given PreAuthenticatedAuthenticationToken.
authenticate(Authentication) - Method in class org.springframework.security.providers.rcp.RemoteAuthenticationProvider
 
authenticate(Authentication) - Method in class org.springframework.security.providers.rememberme.RememberMeAuthenticationProvider
 
authenticate(Authentication) - Method in class org.springframework.security.providers.x509.X509AuthenticationProvider
Deprecated. 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.springframework.security.runas.RunAsImplAuthenticationProvider
 
AuthenticatedVoter - Class in org.springframework.security.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.springframework.security.vote.AuthenticatedVoter
 
Authentication - Interface in org.springframework.security
Represents an authentication request.
AUTHENTICATION_MANAGER - Static variable in class org.springframework.security.config.BeanIds
 
AUTHENTICATION_PROCESSING_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
AuthenticationCredentialsNotFoundEvent - Class in org.springframework.security.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.springframework.security.event.authorization.AuthenticationCredentialsNotFoundEvent
Construct the event.
AuthenticationCredentialsNotFoundException - Exception in org.springframework.security
Thrown if an authentication request is rejected because there is no Authentication object in the SecurityContext.
AuthenticationCredentialsNotFoundException(String) - Constructor for exception org.springframework.security.AuthenticationCredentialsNotFoundException
Constructs an AuthenticationCredentialsNotFoundException with the specified message.
AuthenticationCredentialsNotFoundException(String, Throwable) - Constructor for exception org.springframework.security.AuthenticationCredentialsNotFoundException
Constructs an AuthenticationCredentialsNotFoundException with the specified message and root cause.
AuthenticationDetails - Class in org.springframework.security.ui
A holder of the context as a string.
AuthenticationDetails(Object) - Constructor for class org.springframework.security.ui.AuthenticationDetails
Constructor.
AuthenticationDetails() - Constructor for class org.springframework.security.ui.AuthenticationDetails
 
authenticationDetailsSource - Variable in class org.springframework.security.ui.AbstractProcessingFilter
 
AuthenticationDetailsSource - Interface in org.springframework.security.ui
Provides a Authentication.getDetails() object for a given web request.
AuthenticationDetailsSourceImpl - Class in org.springframework.security.ui
Base implementation of AuthenticationDetailsSource.
AuthenticationDetailsSourceImpl() - Constructor for class org.springframework.security.ui.AuthenticationDetailsSourceImpl
 
AuthenticationEntryPoint - Interface in org.springframework.security.ui
Used by ExceptionTranslationFilter to commence an authentication scheme.
AuthenticationException - Exception in org.springframework.security
Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
AuthenticationException(String, Throwable) - Constructor for exception org.springframework.security.AuthenticationException
Constructs an AuthenticationException with the specified message and root cause.
AuthenticationException(String) - Constructor for exception org.springframework.security.AuthenticationException
Constructs an AuthenticationException with the specified message and no root cause.
AuthenticationException(String, Object) - Constructor for exception org.springframework.security.AuthenticationException
 
AuthenticationFailureBadCredentialsEvent - Class in org.springframework.security.event.authentication
Application event which indicates authentication failure due to invalid credentials being presented.
AuthenticationFailureBadCredentialsEvent(Authentication, AuthenticationException) - Constructor for class org.springframework.security.event.authentication.AuthenticationFailureBadCredentialsEvent
 
AuthenticationFailureConcurrentLoginEvent - Class in org.springframework.security.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.springframework.security.event.authentication.AuthenticationFailureConcurrentLoginEvent
 
AuthenticationFailureCredentialsExpiredEvent - Class in org.springframework.security.event.authentication
Application event which indicates authentication failure due to the user's credentials having expired.
AuthenticationFailureCredentialsExpiredEvent(Authentication, AuthenticationException) - Constructor for class org.springframework.security.event.authentication.AuthenticationFailureCredentialsExpiredEvent
 
AuthenticationFailureDisabledEvent - Class in org.springframework.security.event.authentication
Application event which indicates authentication failure due to the user's account being disabled.
AuthenticationFailureDisabledEvent(Authentication, AuthenticationException) - Constructor for class org.springframework.security.event.authentication.AuthenticationFailureDisabledEvent
 
AuthenticationFailureExpiredEvent - Class in org.springframework.security.event.authentication
Application event which indicates authentication failure due to the user's account having expired.
AuthenticationFailureExpiredEvent(Authentication, AuthenticationException) - Constructor for class org.springframework.security.event.authentication.AuthenticationFailureExpiredEvent
 
AuthenticationFailureLockedEvent - Class in org.springframework.security.event.authentication
Application event which indicates authentication failure due to the user's account having been locked.
AuthenticationFailureLockedEvent(Authentication, AuthenticationException) - Constructor for class org.springframework.security.event.authentication.AuthenticationFailureLockedEvent
 
AuthenticationFailureProviderNotFoundEvent - Class in org.springframework.security.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.springframework.security.event.authentication.AuthenticationFailureProviderNotFoundEvent
 
AuthenticationFailureProxyUntrustedEvent - Class in org.springframework.security.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.springframework.security.event.authentication.AuthenticationFailureProxyUntrustedEvent
 
AuthenticationFailureServiceExceptionEvent - Class in org.springframework.security.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.springframework.security.event.authentication.AuthenticationFailureServiceExceptionEvent
 
AuthenticationManager - Interface in org.springframework.security
Processes an Authentication request.
AuthenticationManagerBeanDefinitionParser - Class in org.springframework.security.config
Registers an alias name for the default ProviderManager used by the namespace configuration, allowing users to reference it in their beans and clearly see where the name is coming from.
AuthenticationManagerBeanDefinitionParser() - Constructor for class org.springframework.security.config.AuthenticationManagerBeanDefinitionParser
 
AuthenticationProcessingFilter - Class in org.springframework.security.ui.webapp
Processes an authentication form.
AuthenticationProcessingFilter() - Constructor for class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
 
AuthenticationProcessingFilterEntryPoint - Class in org.springframework.security.ui.webapp
Used by the SecurityEnforcementFilter to commence authentication via the AuthenticationProcessingFilter.
AuthenticationProcessingFilterEntryPoint() - Constructor for class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
AuthenticationProvider - Interface in org.springframework.security.providers
Indicates a class can process a specific Authentication implementation.
AuthenticationServiceException - Exception in org.springframework.security
Thrown if an authentication request could not be processed due to a system problem.
AuthenticationServiceException(String) - Constructor for exception org.springframework.security.AuthenticationServiceException
Constructs an AuthenticationServiceException with the specified message.
AuthenticationServiceException(String, Throwable) - Constructor for exception org.springframework.security.AuthenticationServiceException
Constructs an AuthenticationServiceException with the specified message and root cause.
AuthenticationSimpleHttpInvokerRequestExecutor - Class in org.springframework.security.context.httpinvoker
Adds BASIC authentication support to SimpleHttpInvokerRequestExecutor.
AuthenticationSimpleHttpInvokerRequestExecutor() - Constructor for class org.springframework.security.context.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor
 
AuthenticationSuccessEvent - Class in org.springframework.security.event.authentication
Application event which indicates successful authentication.
AuthenticationSuccessEvent(Authentication) - Constructor for class org.springframework.security.event.authentication.AuthenticationSuccessEvent
 
AuthenticationSwitchUserEvent - Class in org.springframework.security.event.authentication
Application event which indicates that a user context switch.
AuthenticationSwitchUserEvent(Authentication, UserDetails) - Constructor for class org.springframework.security.event.authentication.AuthenticationSwitchUserEvent
Switch user context event constructor
AuthenticationTrustResolver - Interface in org.springframework.security
Evaluates Authentication tokens
AuthenticationTrustResolverImpl - Class in org.springframework.security
Basic implementation of AuthenticationTrustResolver.
AuthenticationTrustResolverImpl() - Constructor for class org.springframework.security.AuthenticationTrustResolverImpl
 
AuthenticationUserDetailsService - Interface in org.springframework.security.userdetails
Interface that allows for retrieving a UserDetails object based on an Authentication object.
authorityArrayToSet(GrantedAuthority[]) - Static method in class org.springframework.security.util.AuthorityUtils
Converts an array of GrantedAuthority objects to a Set.
AuthorityGranter - Interface in org.springframework.security.providers.jaas
The AuthorityGranter interface is used to map a given principal to role names.
AuthorityUtils - Class in org.springframework.security.util
 
AuthorityUtils() - Constructor for class org.springframework.security.util.AuthorityUtils
 
AuthorizationFailureEvent - Class in org.springframework.security.event.authorization
Indicates a secure object invocation failed because the principal could not be authorized for the request.
AuthorizationFailureEvent(Object, ConfigAttributeDefinition, Authentication, AccessDeniedException) - Constructor for class org.springframework.security.event.authorization.AuthorizationFailureEvent
Construct the event.
AuthorizationServiceException - Exception in org.springframework.security
Thrown if an authorization request could not be processed due to a system problem.
AuthorizationServiceException(String) - Constructor for exception org.springframework.security.AuthorizationServiceException
Constructs an AuthorizationServiceException with the specified message.
AuthorizationServiceException(String, Throwable) - Constructor for exception org.springframework.security.AuthorizationServiceException
Constructs an AuthorizationServiceException with the specified message and root cause.
AuthorizedEvent - Class in org.springframework.security.event.authorization
Event indicating a secure object was invoked successfully.
AuthorizedEvent(Object, ConfigAttributeDefinition, Authentication) - Constructor for class org.springframework.security.event.authorization.AuthorizedEvent
Construct the event.
autoLogin(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Template implementation which locates the Spring Security cookie, decodes it into a delimited array of tokens and submits it to subclasses for processing via the processAutoLoginCookie method.
autoLogin(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.rememberme.NullRememberMeServices
 
autoLogin(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.security.ui.rememberme.RememberMeServices
This method will be called whenever the SecurityContextHolder does not contain an Authentication object and Spring Security wishes to provide an implementation with an opportunity to authenticate the request using remember-me capabilities.

B

BadCredentialsException - Exception in org.springframework.security
Thrown if an authentication request is rejected because the credentials are invalid.
BadCredentialsException(String) - Constructor for exception org.springframework.security.BadCredentialsException
Constructs a BadCredentialsException with the specified message.
BadCredentialsException(String, Object) - Constructor for exception org.springframework.security.BadCredentialsException
 
BadCredentialsException(String, Throwable) - Constructor for exception org.springframework.security.BadCredentialsException
Constructs a BadCredentialsException with the specified message and root cause.
BaseDigestPasswordEncoder - Class in org.springframework.security.providers.encoding
Convenience base for digest password encoders.
BaseDigestPasswordEncoder() - Constructor for class org.springframework.security.providers.encoding.BaseDigestPasswordEncoder
 
BasePasswordEncoder - Class in org.springframework.security.providers.encoding
Convenience base for all password encoders.
BasePasswordEncoder() - Constructor for class org.springframework.security.providers.encoding.BasePasswordEncoder
 
BASIC_AUTHENTICATION_ENTRY_POINT - Static variable in class org.springframework.security.config.BeanIds
 
BASIC_AUTHENTICATION_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
BASIC_PROCESSING_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
BasicAclDao - Interface in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
BasicAclEntry - Interface in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
BasicAclEntryAfterInvocationCollectionFilteringProvider - Class in org.springframework.security.afterinvocation
Deprecated. Use new spring-security-acl module instead
BasicAclEntryAfterInvocationCollectionFilteringProvider() - Constructor for class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
BasicAclEntryAfterInvocationProvider - Class in org.springframework.security.afterinvocation
Deprecated. Use new spring-security-acl module instead
BasicAclEntryAfterInvocationProvider() - Constructor for class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
BasicAclEntryCache - Interface in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
BasicAclEntryHolder - Class in org.springframework.security.acl.basic.cache
Deprecated. Use new spring-security-acl module instead
BasicAclEntryHolder(BasicAclEntry[]) - Constructor for class org.springframework.security.acl.basic.cache.BasicAclEntryHolder
Deprecated. Constructs the BasicAclEntryHolder.
BasicAclEntryVoter - Class in org.springframework.security.vote
Deprecated. Use new spring-security-acl module instead
BasicAclEntryVoter() - Constructor for class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
BasicAclExtendedDao - Interface in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
BasicAclProvider - Class in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
BasicAclProvider() - Constructor for class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
BasicAuthenticationBeanDefinitionParser - Class in org.springframework.security.config
Creates a BasicProcessingFilter and BasicProcessingFilterEntryPoint and registers them in the application context.
BasicAuthenticationBeanDefinitionParser(String) - Constructor for class org.springframework.security.config.BasicAuthenticationBeanDefinitionParser
 
BasicProcessingFilter - Class in org.springframework.security.ui.basicauth
Processes a HTTP request's BASIC authorization headers, putting the result into the SecurityContextHolder.
BasicProcessingFilter() - Constructor for class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
BasicProcessingFilterEntryPoint - Class in org.springframework.security.ui.basicauth
Used by the SecurityEnforcementFilter to commence authentication via the BasicProcessingFilter.
BasicProcessingFilterEntryPoint() - Constructor for class org.springframework.security.ui.basicauth.BasicProcessingFilterEntryPoint
 
BeanIds - Class in org.springframework.security.config
Contains all the default Bean IDs created by the namespace support in Spring Security 2.
BeanIds() - Constructor for class org.springframework.security.config.BeanIds
 
beforeInvocation(Object) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
BindAuthenticator - Class in org.springframework.security.providers.ldap.authenticator
An authenticator which binds as a user.
BindAuthenticator(SpringSecurityContextSource) - Constructor for class org.springframework.security.providers.ldap.authenticator.BindAuthenticator
Create an initialized instance using the SpringSecurityContextSource provided.
buildDetails(Object) - Method in interface org.springframework.security.ui.AuthenticationDetailsSource
Called by a class when it wishes a new authentication details instance to be created.
buildDetails(Object) - Method in class org.springframework.security.ui.AuthenticationDetailsSourceImpl
 
buildDetails(Object) - Method in class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
Build the authentication details object.
buildDetails(Object) - Method in class org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedAuthenticationDetailsSource
Build the authentication details object.
buildDetails(Object) - Method in class org.springframework.security.ui.WebAuthenticationDetailsSource
 
buildDn(String) - Method in class org.springframework.security.ldap.DefaultLdapUsernameToDnMapper
Assembles the Distinguished Name that should be used the given username.
buildDn(String) - Method in interface org.springframework.security.ldap.LdapUsernameToDnMapper
 
buildGroupDn(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
Creates a DN from a group name.
buildHttpsRedirectUrlForRequest(HttpServletRequest) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
Builds a URL to redirect the supplied request to HTTPS.
buildRedirectUrlToLoginPage(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
buildRunAs(Authentication, Object, ConfigAttributeDefinition) - Method in class org.springframework.security.runas.NullRunAsManager
 
buildRunAs(Authentication, Object, ConfigAttributeDefinition) - Method in class org.springframework.security.runas.RunAsManagerImpl
 
buildRunAs(Authentication, Object, ConfigAttributeDefinition) - Method in interface org.springframework.security.RunAsManager
Returns a replacement Authentication object for the current secure object invocation, or null if replacement not required.
byteArrayToString(byte[]) - Static method in class org.springframework.security.util.EncryptionUtils
Converts a byte array into a String using UTF-8, falling back to the platform's default character set if UTF-8 fails.

C

CACHING_SUFFIX - Static variable in class org.springframework.security.config.AbstractUserDetailsServiceBeanDefinitionParser
 
calculateLoginLifetime(HttpServletRequest, Authentication) - Method in class org.springframework.security.ui.rememberme.TokenBasedRememberMeServices
Calculates the validity period in seconds for a newly generated remember-me login.
cancelCookie(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Sets a "cancel cookie" (with maxAge = 0) on the response to disable persistent logins.
CAS_PROCESSING_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
changeMask(AclObjectIdentity, Object, Integer) - Method in interface org.springframework.security.acl.basic.BasicAclExtendedDao
Deprecated. Changes the permission mask assigned to the BasicAclEntry associated with the specified AclObjectIdentity and recipient Object.
changeMask(AclObjectIdentity, Object, Integer) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
changePassword(String, String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
changePassword(String, String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
Changes the password for the current user.
changePassword(String, String) - Method in interface org.springframework.security.userdetails.UserDetailsManager
Modify the current user's password.
CHANNEL_DECISION_MANAGER - Static variable in class org.springframework.security.config.BeanIds
 
CHANNEL_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
CHANNEL_PROCESSING_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
ChannelDecisionManager - Interface in org.springframework.security.securechannel
Decides whether a web channel provides sufficient security.
ChannelDecisionManagerImpl - Class in org.springframework.security.securechannel
Implementation of ChannelDecisionManager.
ChannelDecisionManagerImpl() - Constructor for class org.springframework.security.securechannel.ChannelDecisionManagerImpl
 
ChannelEntryPoint - Interface in org.springframework.security.securechannel
May be used by a ChannelProcessor to launch a web channel.
ChannelProcessingFilter - Class in org.springframework.security.securechannel
Ensures a web request is delivered over the required channel.
ChannelProcessingFilter() - Constructor for class org.springframework.security.securechannel.ChannelProcessingFilter
 
ChannelProcessor - Interface in org.springframework.security.securechannel
Decides whether a web channel meets a specific security condition.
check(UserDetails) - Method in class org.springframework.security.userdetails.checker.AccountStatusUserDetailsChecker
 
check(UserDetails) - Method in interface org.springframework.security.userdetails.UserDetailsChecker
 
checkAllowIfAllAbstainDecisions() - Method in class org.springframework.security.vote.AbstractAccessDecisionManager
 
checkAuthenticationAllowed(Authentication) - Method in interface org.springframework.security.concurrent.ConcurrentSessionController
Called by any class that wishes to know whether the current authentication request should be permitted.
checkAuthenticationAllowed(Authentication) - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
 
checkAuthenticationAllowed(Authentication) - Method in class org.springframework.security.concurrent.NullConcurrentSessionController
 
clearContext() - Method in class org.springframework.security.context.GlobalSecurityContextHolderStrategy
 
clearContext() - Method in class org.springframework.security.context.InheritableThreadLocalSecurityContextHolderStrategy
 
clearContext() - Static method in class org.springframework.security.context.SecurityContextHolder
Explicitly clears the context value from the current thread.
clearContext() - Method in interface org.springframework.security.context.SecurityContextHolderStrategy
Clears the current context.
clearContext() - Method in class org.springframework.security.context.ThreadLocalSecurityContextHolderStrategy
 
close() - Method in class org.springframework.security.authoritymapping.XmlMappableAttributesRetriever.IgnoreCloseInputStream
 
closeContext(Context) - Static method in class org.springframework.security.ldap.LdapUtils
 
commaSeparatedStringToAuthorityArray(String) - Static method in class org.springframework.security.util.AuthorityUtils
Creates a array of GrantedAuthority objects from a comma-separated string representation (e.g.
commence(ServletRequest, ServletResponse) - Method in class org.springframework.security.securechannel.AbstractRetryEntryPoint
 
commence(ServletRequest, ServletResponse) - Method in interface org.springframework.security.securechannel.ChannelEntryPoint
Commences a secure channel.
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in interface org.springframework.security.ui.AuthenticationEntryPoint
Commences an authentication scheme.
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilterEntryPoint
 
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.preauth.PreAuthenticatedProcessingFilterEntryPoint
Always returns a 403 error code to the client.
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
Performs the redirect (or forward) to the login form URL.
commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.x509.X509ProcessingFilterEntryPoint
Deprecated. Returns a 403 error code to the client.
commit() - Method in class org.springframework.security.providers.jaas.SecurityContextLoginModule
Authenticate the Subject (phase two) by adding the Spring Security Authentication to the Subject's principals.
compare(String, String, Object) - Method in class org.springframework.security.ldap.SpringSecurityLdapTemplate
Performs an LDAP compare operation of the value of an attribute for a particular directory entry.
compareTo(Object) - Method in class org.springframework.security.GrantedAuthorityImpl
 
compile(String) - Method in class org.springframework.security.util.AntUrlPathMatcher
 
compile(String) - Method in class org.springframework.security.util.RegexUrlPathMatcher
 
compile(String) - Method in interface org.springframework.security.util.UrlMatcher
 
CONCURRENT_SESSION_CONTROLLER - Static variable in class org.springframework.security.config.BeanIds
 
CONCURRENT_SESSION_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
CONCURRENT_SESSION_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
ConcurrentLoginException - Exception in org.springframework.security.concurrent
Thrown by ConcurrentSessionControllerImpl if an attempt is made to login and the user has already exceeded their maxmimum allowed sessions.
ConcurrentLoginException(String) - Constructor for exception org.springframework.security.concurrent.ConcurrentLoginException
 
ConcurrentSessionController - Interface in org.springframework.security.concurrent
Provides two methods that can be called by an AuthenticationManager to integrate with the concurrent session handling infrastructure.
ConcurrentSessionControllerImpl - Class in org.springframework.security.concurrent
Base implementation of ConcurrentSessionControllerImpl which prohibits simultaneous logins.
ConcurrentSessionControllerImpl() - Constructor for class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
 
ConcurrentSessionFilter - Class in org.springframework.security.concurrent
Filter required by concurrent session handling package.
ConcurrentSessionFilter() - Constructor for class org.springframework.security.concurrent.ConcurrentSessionFilter
 
ConcurrentSessionsBeanDefinitionParser - Class in org.springframework.security.config
Sets up support for concurrent session support control, creating ConcurrentSessionFilter, SessionRegistryImpl and ConcurrentSessionControllerImpl.
ConcurrentSessionsBeanDefinitionParser() - Constructor for class org.springframework.security.config.ConcurrentSessionsBeanDefinitionParser
 
ConfigAttribute - Interface in org.springframework.security
Stores a security system related configuration attribute.
ConfigAttributeDefinition - Class in org.springframework.security
Holds a group of ConfigAttributes that are associated with a given secure object target - effectively a Collection.
ConfigAttributeDefinition(String) - Constructor for class org.springframework.security.ConfigAttributeDefinition
Creates a ConfigAttributeDefinition containing a single attribute
ConfigAttributeDefinition(ConfigAttribute) - Constructor for class org.springframework.security.ConfigAttributeDefinition
Creates a ConfigAttributeDefinition containing a single attribute.
ConfigAttributeDefinition(String[]) - Constructor for class org.springframework.security.ConfigAttributeDefinition
Builds a collection of ConfigAttributes from an array of String tokens, each of which will be wrapped in a SecurityConfig instance.
ConfigAttributeDefinition(List) - Constructor for class org.springframework.security.ConfigAttributeDefinition
Creates an immutable ConfigAttributeDefinition from the supplied list of ConfigAttribute objects.
ConfigAttributeEditor - Class in org.springframework.security
A property editor that can create a populated ConfigAttributeDefinition from a comma separated list of values.
ConfigAttributeEditor() - Constructor for class org.springframework.security.ConfigAttributeEditor
 
configureJaas(Resource) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Hook method for configuring Jaas
ConfigUtils - Class in org.springframework.security.config
Utility methods used internally by the Spring Security namespace configuration code.
ConfigUtils() - Constructor for class org.springframework.security.config.ConfigUtils
 
ConfigUtils.FilterChainList - Class in org.springframework.security.config
Bean which holds the list of filters which are maintained in the context and modified by calls to addHttpFilter.
ConfigUtils.FilterChainList() - Constructor for class org.springframework.security.config.ConfigUtils.FilterChainList
 
ConsensusBased - Class in org.springframework.security.vote
Simple concrete implementation of AccessDecisionManager that uses a consensus-based approach.
ConsensusBased() - Constructor for class org.springframework.security.vote.ConsensusBased
 
contains(ConfigAttribute) - Method in class org.springframework.security.ConfigAttributeDefinition
Indicates whether the specified ConfigAttribute is contained within this ConfigAttributeDefinition.
CONTEXT_SOURCE - Static variable in class org.springframework.security.config.BeanIds
 
ContextPropagatingRemoteInvocation - Class in org.springframework.security.context.rmi
The actual RemoteInvocation that is passed from the client to the server.
ContextPropagatingRemoteInvocation(MethodInvocation) - Constructor for class org.springframework.security.context.rmi.ContextPropagatingRemoteInvocation
Constructs the object, storing the principal and credentials extracted from the client-side security context.
ContextPropagatingRemoteInvocationFactory - Class in org.springframework.security.context.rmi
Called by a client-side instance of org.springframework.remoting.rmi.RmiProxyFactoryBean when it wishes to create a remote invocation.
ContextPropagatingRemoteInvocationFactory() - Constructor for class org.springframework.security.context.rmi.ContextPropagatingRemoteInvocationFactory
 
convertAclObjectIdentityToString(AclObjectIdentity) - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated. Responsible for covering a AclObjectIdentity to a String that can be located in the RDBMS.
convertPasswordToString(Object) - Static method in class org.springframework.security.ldap.LdapUtils
 
CookieTheftException - Exception in org.springframework.security.ui.rememberme
 
CookieTheftException(String) - Constructor for exception org.springframework.security.ui.rememberme.CookieTheftException
 
copyToContext(UserDetails, DirContextAdapter) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
countNonEmpty(String[]) - Static method in class org.springframework.security.config.ConfigUtils
 
create(BasicAclEntry) - Method in interface org.springframework.security.acl.basic.BasicAclExtendedDao
Deprecated.  
create(BasicAclEntry) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
CREATE - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
create(String, String) - Static method in class org.springframework.security.util.FilterInvocationUtils
Creates a FilterInvocation for the specified contextPath and Uri.
create(String) - Static method in class org.springframework.security.util.FilterInvocationUtils
Creates a FilterInvocation for the specified Uri.
create(Object, String) - Static method in class org.springframework.security.util.MethodInvocationUtils
Generates a MethodInvocation for specified methodName on the passed object.
create(Object, String, Object[]) - Static method in class org.springframework.security.util.MethodInvocationUtils
Generates a MethodInvocation for specified methodName on the passed object, using the args to locate the method.
CREATE_TABLE_SQL - Static variable in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
Default SQL for creating the database table to store the tokens
createAuthentication(HttpServletRequest) - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
createAuthenticationRequest(String, String) - Method in class org.springframework.security.context.rmi.ContextPropagatingRemoteInvocation
Creates the server-side authentication request object.
createAuthority(Object) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsMapper
Creates a GrantedAuthority from a role attribute.
createFiltered(Collection) - Static method in class org.springframework.security.ConfigAttributeDefinition
Creates a ConfigAttributeDefinition by including only those attributes which implement ConfigAttribute.
createFromClass(Class, String) - Static method in class org.springframework.security.util.MethodInvocationUtils
Generates a MethodInvocation for specified methodName on the passed class.
createFromClass(Object, Class, String, Class[], Object[]) - Static method in class org.springframework.security.util.MethodInvocationUtils
Generates a MethodInvocation for specified methodName on the passed class, using the args to locate the method.
createGroup(String, GrantedAuthority[]) - Method in interface org.springframework.security.userdetails.GroupManager
Creates a new group with the specified list of authorities.
createGroup(String, GrantedAuthority[]) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
createNewAuthentication(Authentication, String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
createNewToken(PersistentRememberMeToken) - Method in class org.springframework.security.ui.rememberme.InMemoryTokenRepositoryImpl
 
createNewToken(PersistentRememberMeToken) - Method in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
 
createNewToken(PersistentRememberMeToken) - Method in interface org.springframework.security.ui.rememberme.PersistentTokenRepository
 
createRemoteInvocation(MethodInvocation) - Method in class org.springframework.security.context.rmi.ContextPropagatingRemoteInvocationFactory
 
createSuccessAuthentication(Object, Authentication, UserDetails) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
Creates a successful Authentication object.
createSuccessfulAuthentication(UsernamePasswordAuthenticationToken, UserDetails) - Method in class org.springframework.security.providers.ldap.LdapAuthenticationProvider
 
createTarget() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
createTarget() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
createTarget() - Method in class org.springframework.security.userdetails.ldap.Person.Essence
 
createUser(UserDetails) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
createUser(UserDetails) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
createUser(UserDetails) - Method in interface org.springframework.security.userdetails.UserDetailsManager
Create a new user with the supplied details.
createuserDetails(Authentication, GrantedAuthority[]) - Method in class org.springframework.security.providers.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService
Creates the final UserDetails object.
createUserDetails(String, UserDetails, GrantedAuthority[]) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
Can be overridden to customize the creation of the final UserDetailsObject returnd from loadUserByUsername.
createUserDetails() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
createUserDetails() - Method in class org.springframework.security.userdetails.ldap.Person.Essence
 
CredentialsExpiredException - Exception in org.springframework.security
Thrown if an authentication request is rejected because the account's credentials have expired.
CredentialsExpiredException(String) - Constructor for exception org.springframework.security.CredentialsExpiredException
Constructs a CredentialsExpiredException with the specified message.
CredentialsExpiredException(String, Throwable) - Constructor for exception org.springframework.security.CredentialsExpiredException
Constructs a CredentialsExpiredException with the specified message and root cause.
CredentialsExpiredException(String, Object) - Constructor for exception org.springframework.security.CredentialsExpiredException
 
currentDate - Static variable in class org.springframework.security.ui.savedrequest.FastHttpDateFormat
Current formatted date.
currentDateGenerated - Static variable in class org.springframework.security.ui.savedrequest.FastHttpDateFormat
Instant on which the currentDate object was generated.
CustomAfterInvocationProviderBeanDefinitionDecorator - Class in org.springframework.security.config
Adds the decorated AfterInvocationProvider to the AfterInvocationProviderManager's list.
CustomAfterInvocationProviderBeanDefinitionDecorator() - Constructor for class org.springframework.security.config.CustomAfterInvocationProviderBeanDefinitionDecorator
 
CustomAuthenticationProviderBeanDefinitionDecorator - Class in org.springframework.security.config
Adds the decorated AuthenticationProvider to the ProviderManager's list.
CustomAuthenticationProviderBeanDefinitionDecorator() - Constructor for class org.springframework.security.config.CustomAuthenticationProviderBeanDefinitionDecorator
 
CycleInRoleHierarchyException - Exception in org.springframework.security.userdetails.hierarchicalroles
Exception that is thrown because of a cycle in the role hierarchy definition
CycleInRoleHierarchyException() - Constructor for exception org.springframework.security.userdetails.hierarchicalroles.CycleInRoleHierarchyException
 

D

DaoAuthenticationProvider - Class in org.springframework.security.providers.dao
An AuthenticationProvider implementation that retrieves user details from an UserDetailsService.
DaoAuthenticationProvider() - Constructor for class org.springframework.security.providers.dao.DaoAuthenticationProvider
 
DaoX509AuthoritiesPopulator - Class in org.springframework.security.providers.x509.populator
Deprecated. This package is now deprecated. Use the X.509 authentication support in org.springframework.security.ui.preauth.x509 instead.
DaoX509AuthoritiesPopulator() - Constructor for class org.springframework.security.providers.x509.populator.DaoX509AuthoritiesPopulator
Deprecated.  
decide(Authentication, Object, ConfigAttributeDefinition) - Method in interface org.springframework.security.AccessDecisionManager
Resolves an access control decision for the passed parameters.
decide(Authentication, Object, ConfigAttributeDefinition, Object) - Method in interface org.springframework.security.afterinvocation.AfterInvocationProvider
 
decide(Authentication, Object, ConfigAttributeDefinition, Object) - Method in class org.springframework.security.afterinvocation.AfterInvocationProviderManager
 
decide(Authentication, Object, ConfigAttributeDefinition, Object) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
decide(Authentication, Object, ConfigAttributeDefinition, Object) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
decide(Authentication, Object, ConfigAttributeDefinition, Object) - Method in interface org.springframework.security.AfterInvocationManager
Given the details of a secure object invocation including its returned Object, make an access control decision or optionally modify the returned Object.
decide(FilterInvocation, ConfigAttributeDefinition) - Method in interface org.springframework.security.securechannel.ChannelDecisionManager
Decided whether the presented FilterInvocation provides the appropriate level of channel security based on the requested ConfigAttributeDefinition.
decide(FilterInvocation, ConfigAttributeDefinition) - Method in class org.springframework.security.securechannel.ChannelDecisionManagerImpl
 
decide(FilterInvocation, ConfigAttributeDefinition) - Method in interface org.springframework.security.securechannel.ChannelProcessor
Decided whether the presented FilterInvocation provides the appropriate level of channel security based on the requested ConfigAttributeDefinition.
decide(FilterInvocation, ConfigAttributeDefinition) - Method in class org.springframework.security.securechannel.InsecureChannelProcessor
 
decide(FilterInvocation, ConfigAttributeDefinition) - Method in class org.springframework.security.securechannel.SecureChannelProcessor
 
decide(Authentication, Object, ConfigAttributeDefinition) - Method in class org.springframework.security.vote.AffirmativeBased
This concrete implementation simply polls all configured AccessDecisionVoters and grants access if any AccessDecisionVoter voted affirmatively.
decide(Authentication, Object, ConfigAttributeDefinition) - Method in class org.springframework.security.vote.ConsensusBased
This concrete implementation simply polls all configured AccessDecisionVoters and upon completion determines the consensus of granted vs denied responses.
decide(Authentication, Object, ConfigAttributeDefinition) - Method in class org.springframework.security.vote.UnanimousBased
This concrete implementation polls all configured AccessDecisionVoters for each ConfigAttribute and grants access if only grant votes were received.
decodeCookie(String) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Decodes the cookie and splits it into a set of token strings using the ":" delimiter.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.security.config.CustomAfterInvocationProviderBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.security.config.CustomAuthenticationProviderBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.security.config.InterceptMethodsBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.security.config.OrderedFilterBeanDefinitionDecorator
 
decrypt(String, String) - Static method in class org.springframework.security.util.EncryptionUtils
Decrypts the inputString using the key.
decrypt(String, byte[]) - Static method in class org.springframework.security.util.EncryptionUtils
Decrypts the inputBytes using the key.
DEF_ACL_OBJECT_IDENTITY_DELETE_STATEMENT - Static variable in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
DEF_ACL_OBJECT_IDENTITY_INSERT_STATEMENT - Static variable in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
DEF_ACL_PERMISSION_DELETE_STATEMENT - Static variable in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
DEF_ACL_PERMISSION_INSERT_STATEMENT - Static variable in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
DEF_ACL_PERMISSION_UPDATE_STATEMENT - Static variable in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
DEF_ACLS_BY_OBJECT_IDENTITY_QUERY - Static variable in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
DEF_AUTHORITIES_BY_USERNAME_QUERY - Static variable in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
DEF_CHANGE_PASSWORD_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_CREATE_USER_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_DELETE_GROUP_AUTHORITIES_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_DELETE_GROUP_AUTHORITY_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_DELETE_GROUP_MEMBER_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_DELETE_GROUP_MEMBERS_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_DELETE_GROUP_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_DELETE_USER_AUTHORITIES_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_DELETE_USER_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_FIND_GROUP_ID_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_FIND_GROUPS_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_FIND_USERS_IN_GROUP_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_GROUP_AUTHORITIES_BY_USERNAME_QUERY - Static variable in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
DEF_GROUP_AUTHORITIES_QUERY_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_GROUP_SEARCH_BASE - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
DEF_GROUP_SEARCH_FILTER - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
DEF_INSERT_AUTHORITY_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_INSERT_GROUP_AUTHORITY_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_INSERT_GROUP_MEMBER_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_INSERT_GROUP_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_INSERT_TOKEN_SQL - Static variable in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
The default SQL used by createNewToken
DEF_LOOKUP_PERMISSION_ID_QUERY - Static variable in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
DEF_OBJECT_PROPERTIES_QUERY - Static variable in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
DEF_REMOVE_USER_TOKENS_SQL - Static variable in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
The default SQL used by removeUserTokens
DEF_RENAME_GROUP_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_TOKEN_BY_SERIES_SQL - Static variable in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
The default SQL used by the getTokenBySeries query
DEF_UPDATE_TOKEN_SQL - Static variable in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
The default SQL used by updateToken
DEF_UPDATE_USER_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_USER_EXISTS_SQL - Static variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
DEF_USER_SEARCH_BASE - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
DEF_USERS_BY_USERNAME_QUERY - Static variable in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
DEFAULT_EXTRACTOR - Static variable in class org.springframework.security.util.ThrowableAnalyzer
Default extractor for Throwable instances.
DEFAULT_LOGIN_PAGE_GENERATING_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
DEFAULT_LOGIN_PAGE_URL - Static variable in class org.springframework.security.ui.webapp.DefaultLoginPageGeneratingFilter
 
DEFAULT_PARAMETER - Static variable in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
DEFAULT_SERIES_LENGTH - Static variable in class org.springframework.security.ui.rememberme.PersistentTokenBasedRememberMeServices
 
DEFAULT_TARGET_PARAMETER - Static variable in class org.springframework.security.ui.TargetUrlResolverImpl
 
DEFAULT_TOKEN_LENGTH - Static variable in class org.springframework.security.ui.rememberme.PersistentTokenBasedRememberMeServices
 
DefaultFilterInvocationDefinitionSource - Class in org.springframework.security.intercept.web
Default implementation of FilterInvocationDefinitionSource.
DefaultFilterInvocationDefinitionSource(UrlMatcher, LinkedHashMap) - Constructor for class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
Builds the internal request map from the supplied map.
DefaultHttpFirewall - Class in org.springframework.security.firewall
Default implementation which wraps requests in order to provide consistent values of the servletPath and pathInfo, which do not contain path parameters (as defined in RFC 2396).
DefaultHttpFirewall() - Constructor for class org.springframework.security.firewall.DefaultHttpFirewall
 
DefaultInitialDirContextFactory - Class in org.springframework.security.ldap
Deprecated. use DefaultSpringSecurityContextSource instead.
DefaultInitialDirContextFactory(String) - Constructor for class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated. Create and initialize an instance to the LDAP url provided
DefaultLdapAuthoritiesPopulator - Class in org.springframework.security.ldap.populator
The default strategy for obtaining user role information from the directory.
DefaultLdapAuthoritiesPopulator(ContextSource, String) - Constructor for class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
Constructor for group search scenarios.
DefaultLdapUsernameToDnMapper - Class in org.springframework.security.ldap
This implementation appends a name component to the userDnBase context using the usernameAttributeName property.
DefaultLdapUsernameToDnMapper(String, String) - Constructor for class org.springframework.security.ldap.DefaultLdapUsernameToDnMapper
 
defaultLocale - Static variable in class org.springframework.security.wrapper.SavedRequestAwareWrapper
The default Locale if none are specified.
DefaultLoginExceptionResolver - Class in org.springframework.security.providers.jaas
This LoginExceptionResolver simply wraps the LoginException with an AuthenticationServiceException.
DefaultLoginExceptionResolver() - Constructor for class org.springframework.security.providers.jaas.DefaultLoginExceptionResolver
 
DefaultLoginPageGeneratingFilter - Class in org.springframework.security.ui.webapp
For internal use with namespace configuration in the case where a user doesn't configure a login page.
DefaultLoginPageGeneratingFilter(AbstractProcessingFilter) - Constructor for class org.springframework.security.ui.webapp.DefaultLoginPageGeneratingFilter
 
DefaultLoginPageGeneratingFilter(AuthenticationProcessingFilter, AbstractProcessingFilter) - Constructor for class org.springframework.security.ui.webapp.DefaultLoginPageGeneratingFilter
 
DefaultSpringSecurityContextSource - Class in org.springframework.security.ldap
SpringSecurityContextSource implementation which uses Spring LDAP's LdapContextSource as a base class.
DefaultSpringSecurityContextSource(String) - Constructor for class org.springframework.security.ldap.DefaultSpringSecurityContextSource
Create and initialize an instance which will connect to the supplied LDAP URL.
DefaultToken - Class in org.springframework.security.token
The default implementation of Token.
DefaultToken(String, long, String) - Constructor for class org.springframework.security.token.DefaultToken
 
DELEGATING_METHOD_DEFINITION_SOURCE - Static variable in class org.springframework.security.config.BeanIds
 
DelegatingMethodDefinitionSource - Class in org.springframework.security.intercept.method
Automatically tries a series of method definition sources, relying on the first source of metadata that provides a non-null response.
DelegatingMethodDefinitionSource() - Constructor for class org.springframework.security.intercept.method.DelegatingMethodDefinitionSource
 
delete(AclObjectIdentity) - Method in interface org.springframework.security.acl.basic.BasicAclExtendedDao
Deprecated. Deletes all entries associated with the specified AclObjectIdentity.
delete(AclObjectIdentity, Object) - Method in interface org.springframework.security.acl.basic.BasicAclExtendedDao
Deprecated. Deletes the BasicAclEntry associated with the specified AclObjectIdentity and recipient Object.
delete(Long) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.AclObjectIdentityDelete
Deprecated.  
delete(Long, String) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionDelete
Deprecated.  
delete(AclObjectIdentity) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
delete(AclObjectIdentity, Object) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
DELETE - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
deleteGroup(String) - Method in interface org.springframework.security.userdetails.GroupManager
Removes a group, including all members and authorities.
deleteGroup(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
deletePermission(int) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
deletePermissions(int[]) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
deleteUser(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
deleteUser(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
deleteUser(String) - Method in interface org.springframework.security.userdetails.UserDetailsManager
Remove the user with the given login name from the system.
demergePasswordAndSalt(String) - Method in class org.springframework.security.providers.encoding.BasePasswordEncoder
Used by subclasses to extract the password and salt from a merged String created using BasePasswordEncoder.mergePasswordAndSalt(String,Object,boolean).
destroy() - Method in class org.springframework.security.adapters.HttpRequestIntegrationFilter
Does nothing.
destroy() - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
Not used (we rely on IoC container lifecycle services instead)
destroy() - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
destroy() - Method in class org.springframework.security.ui.SpringSecurityFilter
Does nothing.
destroy() - Method in class org.springframework.security.ui.x509.X509ProcessingFilter
Deprecated.  
destroy() - Method in class org.springframework.security.util.FilterChainProxy
 
destroy() - Method in class org.springframework.security.util.FilterToBeanProxy
Deprecated.  
determineCauseChain(Throwable) - Method in class org.springframework.security.util.ThrowableAnalyzer
Determines the cause chain of the provided Throwable.
determineExpiredUrl(HttpServletRequest, SessionInformation) - Method in class org.springframework.security.concurrent.ConcurrentSessionFilter
 
determineFailureUrl(HttpServletRequest, AuthenticationException) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
determineTargetUrl(HttpServletRequest) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
determineTargetUrl(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.logout.LogoutFilter
Returns the target URL to redirect to after logout.
determineTargetUrl(SavedRequest, HttpServletRequest, Authentication) - Method in interface org.springframework.security.ui.TargetUrlResolver
 
determineTargetUrl(SavedRequest, HttpServletRequest, Authentication) - Method in class org.springframework.security.ui.TargetUrlResolverImpl
 
determineUrlToUseForThisRequest(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
Allows subclasses to modify the login form URL that should be applicable for a given request.
DigestProcessingFilter - Class in org.springframework.security.ui.digestauth
Processes a HTTP request's Digest authorization headers, putting the result into the SecurityContextHolder.
DigestProcessingFilter() - Constructor for class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
DigestProcessingFilterEntryPoint - Class in org.springframework.security.ui.digestauth
Used by the SecurityEnforcementFilter to commence authentication via the DigestProcessingFilter.
DigestProcessingFilterEntryPoint() - Constructor for class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
DIRECTIVE_CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON - Static variable in class org.springframework.security.intercept.web.FilterInvocationDefinitionSourceEditor
Deprecated.  
DIRECTIVE_PATTERN_TYPE_APACHE_ANT - Static variable in class org.springframework.security.intercept.web.FilterInvocationDefinitionSourceEditor
Deprecated.  
DisabledException - Exception in org.springframework.security
Thrown if an authentication request is rejected because the account is disabled.
DisabledException(String) - Constructor for exception org.springframework.security.DisabledException
Constructs a DisabledException with the specified message.
DisabledException(String, Throwable) - Constructor for exception org.springframework.security.DisabledException
Constructs a DisabledException with the specified message and root cause.
DisabledException(String, Object) - Constructor for exception org.springframework.security.DisabledException
 
doAfterPropertiesSet() - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
doAfterPropertiesSet() - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
 
doAuthentication(Authentication) - Method in class org.springframework.security.AbstractAuthenticationManager
Concrete implementations of this class override this method to provide the authentication service.
doAuthentication(Authentication) - Method in class org.springframework.security.MockAuthenticationManager
 
doAuthentication(Authentication) - Method in class org.springframework.security.providers.ProviderManager
Attempts to authenticate the passed Authentication object.
doesRequestMatch(HttpServletRequest, PortResolver) - Method in class org.springframework.security.ui.savedrequest.SavedRequest
Determines if the current request matches the SavedRequest.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.adapters.HttpRequestIntegrationFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
Method that is actually called by the filter chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.ui.SpringSecurityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.ui.x509.X509ProcessingFilter
Deprecated. This method first checks for an existing, non-null authentication in the secure context.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.util.FilterChainProxy
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.springframework.security.util.FilterToBeanProxy
Deprecated.  
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.concurrent.ConcurrentSessionFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.securechannel.ChannelProcessingFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.ui.logout.LogoutFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
Try to authenticate a pre-authenticated user with Spring Security if the user has not yet been authenticated.
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.ui.SessionFixationProtectionFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.ui.SpringSecurityFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.ui.webapp.DefaultLoginPageGeneratingFilter
 
doFilterHttp(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter
 
doInDirContext(DirContext) - Method in interface org.springframework.security.ldap.LdapCallback
Deprecated.  
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.config.AbstractUserDetailsServiceBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.config.FilterInvocationDefinitionSourceBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.config.JdbcUserServiceBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.security.config.UserServiceBeanDefinitionParser
 
doPopulateAdditionalInformation(Object) - Method in class org.springframework.security.ui.AuthenticationDetails
Provided so that subclasses can populate additional information.
doPopulateAdditionalInformation(HttpServletRequest) - Method in class org.springframework.security.ui.WebAuthenticationDetails
Provided so that subclasses can populate additional information.
doPrepareConnection(HttpURLConnection, int) - Method in class org.springframework.security.context.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor
Provided so subclasses can perform additional configuration if required (eg set additional request headers for non-security related information etc).

E

EffectiveAclsResolver - Interface in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
EhCacheBasedAclEntryCache - Class in org.springframework.security.acl.basic.cache
Deprecated. Use new spring-security-acl module instead
EhCacheBasedAclEntryCache() - Constructor for class org.springframework.security.acl.basic.cache.EhCacheBasedAclEntryCache
Deprecated.  
EhCacheBasedUserCache - Class in org.springframework.security.providers.dao.cache
Caches User objects using a Spring IoC defined EHCACHE.
EhCacheBasedUserCache() - Constructor for class org.springframework.security.providers.dao.cache.EhCacheBasedUserCache
 
EhCacheBasedX509UserCache - Class in org.springframework.security.providers.x509.cache
Deprecated. use the X509 preauthenticated
EhCacheBasedX509UserCache() - Constructor for class org.springframework.security.providers.x509.cache.EhCacheBasedX509UserCache
Deprecated.  
EMBEDDED_APACHE_DS - Static variable in class org.springframework.security.config.BeanIds
 
encodeCookie(String[]) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Inverse operation of decodeCookie.
encodePassword(String, Object) - Method in class org.springframework.security.providers.encoding.Md4PasswordEncoder
Encodes the rawPass using an MD4 message digest.
encodePassword(String, Object) - Method in class org.springframework.security.providers.encoding.MessageDigestPasswordEncoder
Encodes the rawPass using a MessageDigest.
encodePassword(String, Object) - Method in interface org.springframework.security.providers.encoding.PasswordEncoder
Encodes the specified raw password with an implementation specific algorithm.
encodePassword(String, Object) - Method in class org.springframework.security.providers.encoding.PlaintextPasswordEncoder
 
encodePassword(String, Object) - Method in class org.springframework.security.providers.ldap.authenticator.LdapShaPasswordEncoder
Calculates the hash of password (and salt bytes, if supplied) and returns a base64 encoded concatenation of the hash and salt, prefixed with {SHA} (or {SSHA} if salt was used).
encodePasswordInA1Format(String, String, String) - Static method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
encrypt(String, String) - Static method in class org.springframework.security.util.EncryptionUtils
Encrypts the inputString using the key.
encrypt(String, byte[]) - Static method in class org.springframework.security.util.EncryptionUtils
Encrypts the inputBytes using the key.
EncryptionUtils - Class in org.springframework.security.util
A static utility class that can encrypt and decrypt text.
EncryptionUtils.EncryptionException - Exception in org.springframework.security.util
 
EncryptionUtils.EncryptionException(String, Throwable) - Constructor for exception org.springframework.security.util.EncryptionUtils.EncryptionException
 
EncryptionUtils.EncryptionException(String) - Constructor for exception org.springframework.security.util.EncryptionUtils.EncryptionException
 
EntryPointInjectionBeanPostProcessor - Class in org.springframework.security.config
 
EntryPointInjectionBeanPostProcessor() - Constructor for class org.springframework.security.config.EntryPointInjectionBeanPostProcessor
 
Enumerator - Class in org.springframework.security.ui.savedrequest
Adapter that wraps an Enumeration around a Java 2 collection Iterator.
Enumerator(Collection) - Constructor for class org.springframework.security.ui.savedrequest.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Collection, boolean) - Constructor for class org.springframework.security.ui.savedrequest.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator) - Constructor for class org.springframework.security.ui.savedrequest.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator, boolean) - Constructor for class org.springframework.security.ui.savedrequest.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map) - Constructor for class org.springframework.security.ui.savedrequest.Enumerator
Return an Enumeration over the values of the specified Map.
Enumerator(Map, boolean) - Constructor for class org.springframework.security.ui.savedrequest.Enumerator
Return an Enumeration over the values of the specified Map.
equals(Object) - Method in interface org.springframework.security.acl.basic.AclObjectIdentity
Deprecated. Refer to the java.lang.Object documentation for the interface contract.
equals(Object) - Method in class org.springframework.security.acl.basic.NamedEntityObjectIdentity
Deprecated. Important so caching operates properly.
equals(Object) - Method in class org.springframework.security.adapters.AbstractAdapterAuthenticationToken
 
equals(Object) - Method in class org.springframework.security.ConfigAttributeDefinition
 
equals(Object) - Method in class org.springframework.security.context.SecurityContextImpl
 
equals(Object) - Method in class org.springframework.security.GrantedAuthorityImpl
 
equals(Object) - Method in class org.springframework.security.intercept.web.RequestKey
 
equals(Object) - Method in class org.springframework.security.providers.AbstractAuthenticationToken
 
equals(Object) - Method in class org.springframework.security.providers.anonymous.AnonymousAuthenticationToken
 
equals(Object) - Method in class org.springframework.security.providers.rememberme.RememberMeAuthenticationToken
 
equals(Object) - Method in class org.springframework.security.SecurityConfig
 
equals(Object) - Method in class org.springframework.security.token.DefaultToken
 
equals(Object) - Method in class org.springframework.security.ui.AuthenticationDetails
 
equals(Object) - Method in class org.springframework.security.ui.WebAuthenticationDetails
 
equals(Object) - Method in class org.springframework.security.userdetails.User
 
equals(Object) - Method in class org.springframework.security.util.InMemoryResource
 
ERROR_PARAMETER_NAME - Static variable in class org.springframework.security.ui.webapp.DefaultLoginPageGeneratingFilter
 
escapeEntities(String) - Static method in class org.springframework.security.util.TextUtils
 
eventPublisher - Variable in class org.springframework.security.ui.AbstractProcessingFilter
 
EXCEPTION_TRANSLATION_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
EXCEPTION_TRANSLATION_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
ExceptionTranslationFilter - Class in org.springframework.security.ui
Handles any AccessDeniedException and AuthenticationException thrown within the filter chain.
ExceptionTranslationFilter() - Constructor for class org.springframework.security.ui.ExceptionTranslationFilter
 
expireNow() - Method in class org.springframework.security.concurrent.SessionInformation
 
extractCause(Throwable) - Method in interface org.springframework.security.util.ThrowableCauseExtractor
Extracts the cause from the provided Throwable.
extractPrincipal(X509Certificate) - Method in class org.springframework.security.ui.preauth.x509.SubjectDnX509PrincipalExtractor
 
extractPrincipal(X509Certificate) - Method in interface org.springframework.security.ui.preauth.x509.X509PrincipalExtractor
Returns the principal (usually a String) for the given certificate.

F

FastHttpDateFormat - Class in org.springframework.security.ui.savedrequest
Utility class to generate HTTP dates.
FastHttpDateFormat() - Constructor for class org.springframework.security.ui.savedrequest.FastHttpDateFormat
 
FIDSToFilterChainMapConverter - Class in org.springframework.security.intercept.web
Used internally to provide backward compatibility for configuration of FilterChainProxy using a FilterInvocationDefinitionSource.
FIDSToFilterChainMapConverter(DefaultFilterInvocationDefinitionSource, ApplicationContext) - Constructor for class org.springframework.security.intercept.web.FIDSToFilterChainMapConverter
 
FieldUtils - Class in org.springframework.security.util
Offers static methods for directly manipulating static fields.
FILTER_CHAIN_FIRST - Static variable in class org.springframework.security.ui.FilterChainOrder
The first position at which a Spring Security filter will be found.
FILTER_CHAIN_PROXY - Static variable in class org.springframework.security.config.BeanIds
 
FILTER_SECURITY_INTERCEPTOR - Static variable in class org.springframework.security.config.BeanIds
 
FILTER_SECURITY_INTERCEPTOR - Static variable in class org.springframework.security.ui.FilterChainOrder
 
FilterBasedLdapUserSearch - Class in org.springframework.security.ldap.search
LdapUserSearch implementation which uses an Ldap filter to locate the user.
FilterBasedLdapUserSearch(String, String, BaseLdapPathContextSource) - Constructor for class org.springframework.security.ldap.search.FilterBasedLdapUserSearch
 
FilterChainOrder - Class in org.springframework.security.ui
Stores the default order numbers of all Spring Security filters for use in configuration.
FilterChainOrder() - Constructor for class org.springframework.security.ui.FilterChainOrder
 
FilterChainProxy - Class in org.springframework.security.util
Delegates Filter requests to a list of Spring-managed beans.
FilterChainProxy() - Constructor for class org.springframework.security.util.FilterChainProxy
 
FilterChainProxyPostProcessor - Class in org.springframework.security.config
 
FilterChainProxyPostProcessor() - Constructor for class org.springframework.security.config.FilterChainProxyPostProcessor
 
FilterInvocation - Class in org.springframework.security.intercept.web
Holds objects associated with a HTTP filter.
FilterInvocation(ServletRequest, ServletResponse, FilterChain) - Constructor for class org.springframework.security.intercept.web.FilterInvocation
 
FilterInvocationDefinitionSource - Interface in org.springframework.security.intercept.web
Marker interface for ObjectDefinitionSource implementations that are designed to perform lookups keyed on FilterInvocations.
FilterInvocationDefinitionSourceBeanDefinitionParser - Class in org.springframework.security.config
Allows for convenient creation of a FilterInvocationDefinitionSource bean for use with a FilterSecurityInterceptor.
FilterInvocationDefinitionSourceBeanDefinitionParser() - Constructor for class org.springframework.security.config.FilterInvocationDefinitionSourceBeanDefinitionParser
 
FilterInvocationDefinitionSourceEditor - Class in org.springframework.security.intercept.web
Deprecated. Use namespace configuration instead. May be removed in future versions.
FilterInvocationDefinitionSourceEditor() - Constructor for class org.springframework.security.intercept.web.FilterInvocationDefinitionSourceEditor
Deprecated.  
FilterInvocationUtils - Class in org.springframework.security.util
Static utility methods for creating FilterInvocations usable within Spring Security.
FilterSecurityInterceptor - Class in org.springframework.security.intercept.web
Performs security handling of HTTP resources via a filter implementation.
FilterSecurityInterceptor() - Constructor for class org.springframework.security.intercept.web.FilterSecurityInterceptor
 
FilterToBeanProxy - Class in org.springframework.security.util
Deprecated. use DelegatingFilterProxy instead
FilterToBeanProxy() - Constructor for class org.springframework.security.util.FilterToBeanProxy
Deprecated.  
findAllGroups() - Method in interface org.springframework.security.userdetails.GroupManager
Returns the names of all groups that this group manager controls.
findAllGroups() - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
findAttributes(Method, Class) - Method in class org.springframework.security.intercept.method.AbstractFallbackMethodDefinitionSource
Obtains the security metadata applicable to the specified method invocation.
findAttributes(Class) - Method in class org.springframework.security.intercept.method.AbstractFallbackMethodDefinitionSource
Obtains the security metadata registered against the specified class.
findAttributes(Class) - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
Implementation does not support class-level attributes.
findAttributes(Method, Class) - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
Will walk the method inheritance tree to find the most specific declaration applicable.
findAttributes(Class) - Method in class org.springframework.security.intercept.method.MethodDefinitionAttributes
 
findAttributes(Method, Class) - Method in class org.springframework.security.intercept.method.MethodDefinitionAttributes
 
findGroupAuthorities(String) - Method in interface org.springframework.security.userdetails.GroupManager
Obtains the list of authorities which are assigned to a group.
findGroupAuthorities(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
findUsersInGroup(String) - Method in interface org.springframework.security.userdetails.GroupManager
Locates the users who are members of a group
findUsersInGroup(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
FirewalledRequest - Class in org.springframework.security.firewall
Request wrapper which is returned by the HttpFirewall interface.
FirewalledRequest(HttpServletRequest) - Constructor for class org.springframework.security.firewall.FirewalledRequest
Constructs a request object wrapping the given request.
FORM_LOGIN_ENTRY_POINT - Static variable in class org.springframework.security.config.BeanIds
 
FORM_LOGIN_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
format - Static variable in class org.springframework.security.ui.savedrequest.FastHttpDateFormat
HTTP date format.
formatCache - Static variable in class org.springframework.security.ui.savedrequest.FastHttpDateFormat
Formatter cache.
formatDate(long, DateFormat) - Static method in class org.springframework.security.ui.savedrequest.FastHttpDateFormat
Formats a specified date to HTTP format.
formats - Static variable in class org.springframework.security.ui.savedrequest.FastHttpDateFormat
The set of SimpleDateFormat formats to use in getDateHeader().
formats - Variable in class org.springframework.security.wrapper.SavedRequestAwareWrapper
The set of SimpleDateFormat formats to use in getDateHeader().
FormLoginBeanDefinitionParser - Class in org.springframework.security.config
 

G

generateDigest(boolean, String, String, String, String, String, String, String, String, String) - Static method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
Computes the response portion of a Digest authentication header.
generateNewContext() - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
generateSeriesData() - Method in class org.springframework.security.ui.rememberme.PersistentTokenBasedRememberMeServices
 
generateTokenData() - Method in class org.springframework.security.ui.rememberme.PersistentTokenBasedRememberMeServices
 
getAccessDecisionManager() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
getAccessDeniedException() - Method in class org.springframework.security.event.authorization.AuthorizationFailureEvent
 
getAccessor() - Static method in class org.springframework.security.SpringSecurityMessageSource
 
getAccessorName(String, Class) - Static method in class org.springframework.security.util.FieldUtils
 
getAclClass() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
Deprecated.  
getAclManager() - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
getAclManager() - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
getAclManager() - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
getAclObjectIdentity() - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
getAclObjectIdentity() - Method in interface org.springframework.security.acl.basic.AclObjectIdentityAware
Deprecated. Retrieves the AclObjectIdentity for this instance.
getAclObjectIdentity() - Method in interface org.springframework.security.acl.basic.BasicAclEntry
Deprecated. Indicates the domain object instance that is subject of this BasicAclEntry.
getAclObjectIdentity() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
Deprecated.  
getAclObjectIdentityDelete() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getAclObjectIdentityDeleteStatement() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getAclObjectIdentityInsert() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getAclObjectIdentityInsertStatement() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getAclObjectParentIdentity() - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
getAclObjectParentIdentity() - Method in interface org.springframework.security.acl.basic.BasicAclEntry
Deprecated. Indicates any ACL parent of the domain object instance.
getAclObjectParentIdentity() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
Deprecated.  
getAclPermissionDelete() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getAclPermissionDeleteStatement() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getAclPermissionInsert() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getAclPermissionInsertStatement() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getAclPermissionUpdate() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getAclPermissionUpdateStatement() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getAcls(Object) - Method in interface org.springframework.security.acl.AclManager
Deprecated. Obtains the ACLs that apply to the specified domain instance.
getAcls(Object, Authentication) - Method in interface org.springframework.security.acl.AclManager
Deprecated. Obtains the ACLs that apply to the specified domain instance, but only including those ACLs which have been granted to the presented Authentication object
getAcls(Object) - Method in interface org.springframework.security.acl.AclProvider
Deprecated. Obtains the ACLs that apply to the specified domain instance.
getAcls(Object, Authentication) - Method in interface org.springframework.security.acl.AclProvider
Deprecated. Obtains the ACLs that apply to the specified domain instance and presented Authentication object.
getAcls(Object) - Method in class org.springframework.security.acl.AclProviderManager
Deprecated.  
getAcls(Object, Authentication) - Method in class org.springframework.security.acl.AclProviderManager
Deprecated.  
getAcls(AclObjectIdentity) - Method in interface org.springframework.security.acl.basic.BasicAclDao
Deprecated. Obtains the ACLs that apply to the specified domain instance.
getAcls(Object) - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
getAcls(Object, Authentication) - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
getAcls(AclObjectIdentity) - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated. Returns the ACLs associated with the requested AclObjectIdentity.
getAclsByObjectIdentity() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
getAclsByObjectIdentityQuery() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
getAdditionalRoles(DirContextOperations, String) - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
This method should be overridden if required to obtain any additional roles for the given user (on top of those obtained from the standard search implemented by this class).
getAdvice() - Method in class org.springframework.security.intercept.method.aopalliance.MethodDefinitionSourceAdvisor
 
getAfterInvocationManager() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
getAlgorithm() - Method in class org.springframework.security.providers.encoding.Md4PasswordEncoder
 
getAlgorithm() - Method in class org.springframework.security.providers.encoding.MessageDigestPasswordEncoder
 
getAllowSessionCreation() - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
getAllPrincipals() - Method in interface org.springframework.security.concurrent.SessionRegistry
Obtains all the known principals in the SessionRegistry.
getAllPrincipals() - Method in class org.springframework.security.concurrent.SessionRegistryImpl
 
getAllSessions(Object, boolean) - Method in interface org.springframework.security.concurrent.SessionRegistry
Obtains all the known sessions for the specified principal.
getAllSessions(Object, boolean) - Method in class org.springframework.security.concurrent.SessionRegistryImpl
 
getAnonymousClass() - Method in class org.springframework.security.AuthenticationTrustResolverImpl
 
getApplicationEventPublisher() - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
getArguments() - Method in class org.springframework.security.util.SimpleMethodInvocation
 
getAttr() - Method in class org.springframework.security.intercept.InterceptorStatusToken
 
getAttribute() - Method in interface org.springframework.security.ConfigAttribute
If the ConfigAttribute can be represented as a String and that String is sufficient in precision to be relied upon as a configuration parameter by a RunAsManager, AccessDecisionManager or AccessDecisionManager delegate, this method should return such a String.
getAttribute() - Method in class org.springframework.security.SecurityConfig
 
getAttributes(Object) - Method in class org.springframework.security.intercept.method.AbstractFallbackMethodDefinitionSource
 
getAttributes(Method, Class) - Method in class org.springframework.security.intercept.method.AbstractFallbackMethodDefinitionSource
 
getAttributes(Object) - Method in class org.springframework.security.intercept.method.AbstractMethodDefinitionSource
 
getAttributes(Method, Class) - Method in class org.springframework.security.intercept.method.DelegatingMethodDefinitionSource
 
getAttributes(Object) - Method in class org.springframework.security.intercept.method.DelegatingMethodDefinitionSource
 
getAttributes(Method, Class) - Method in interface org.springframework.security.intercept.method.MethodDefinitionSource
 
getAttributes(Object) - Method in interface org.springframework.security.intercept.ObjectDefinitionSource
Accesses the ConfigAttributeDefinition that applies to a given secure object.
getAttributes(Object) - Method in class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
 
getAttributes() - Method in interface org.springframework.security.userdetails.ldap.LdapUserDetails
Deprecated. Map additional attributes to user properties in a custom object rather than accessing them here.
getAttributes() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
getAttributes2grantedAuthoritiesMap() - Method in class org.springframework.security.authoritymapping.MapBasedAttributes2GrantedAuthoritiesMapper
 
getAuthentication() - Method in exception org.springframework.security.AuthenticationException
The authentication request which this exception corresponds to (may be null)
getAuthentication() - Method in interface org.springframework.security.context.SecurityContext
Obtains the currently authenticated principal, or an authentication request token.
getAuthentication() - Method in class org.springframework.security.context.SecurityContextImpl
 
getAuthentication() - Method in class org.springframework.security.event.authentication.AbstractAuthenticationEvent
Getters for the Authentication request that caused the event.
getAuthentication() - Method in class org.springframework.security.event.authorization.AuthorizationFailureEvent
 
getAuthentication() - Method in class org.springframework.security.event.authorization.AuthorizedEvent
 
getAuthentication() - Method in class org.springframework.security.providers.jaas.event.JaasAuthenticationEvent
Pre-casted method that returns the 'source' of the event.
getAuthenticationDetailsSource() - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
getAuthenticationDetailsSource() - Method in class org.springframework.security.ui.preauth.websphere.WebSphere2SpringSecurityPropagationInterceptor
 
getAuthenticationDetailsSource() - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
getAuthenticationEntryPoint() - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
getAuthenticationEntryPoint() - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
getAuthenticationEntryPoint() - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
getAuthenticationFailureUrl() - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
getAuthenticationManager() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
getAuthenticationManager() - Method in class org.springframework.security.providers.rcp.RemoteAuthenticationManagerImpl
 
getAuthenticationManager() - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
getAuthenticationManager() - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
getAuthenticationManager() - Method in class org.springframework.security.ui.preauth.websphere.WebSphere2SpringSecurityPropagationInterceptor
 
getAuthenticationTrustResolver() - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
getAuthorities() - Method in interface org.springframework.security.Authentication
Set by an AuthenticationManager to indicate the authorities that the principal has been granted.
getAuthorities() - Method in class org.springframework.security.providers.AbstractAuthenticationToken
 
getAuthorities() - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsWrapper
Deprecated.  
getAuthorities() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
getAuthorities() - Method in class org.springframework.security.userdetails.memory.UserAttribute
 
getAuthorities() - Method in class org.springframework.security.userdetails.User
 
getAuthorities() - Method in interface org.springframework.security.userdetails.UserDetails
Returns the authorities granted to the user.
getAuthoritiesByUsernameQuery() - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
getAuthoritiesPopulator() - Method in class org.springframework.security.providers.ldap.LdapAuthenticationProvider
 
getAuthority() - Method in interface org.springframework.security.GrantedAuthority
If the GrantedAuthority can be represented as a String and that String is sufficient in precision to be relied upon for an access control decision by an AccessDecisionManager (or delegate), this method should return such a String.
getAuthority() - Method in class org.springframework.security.GrantedAuthorityImpl
 
getAuthorityGranters() - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Returns the AuthorityGrannter array that was passed to the JaasAuthenticationProvider.setAuthorityGranters(AuthorityGranter[]) method, or null if it none were ever set.
getBaseLdapPath() - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated.  
getBaseLdapPathAsString() - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated.  
getBasicAclDao() - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
getBasicAclEntries() - Method in class org.springframework.security.acl.basic.cache.BasicAclEntryHolder
Deprecated.  
getBasicAclEntryCache() - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
getBasicAclEntryCache() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getBeanClassName(Element) - Method in class org.springframework.security.config.AbstractUserDetailsServiceBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.security.config.FilterInvocationDefinitionSourceBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.security.config.JdbcUserServiceBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
getBeanClassName(Element) - Method in class org.springframework.security.config.UserServiceBeanDefinitionParser
 
getCache() - Method in class org.springframework.security.acl.basic.cache.EhCacheBasedAclEntryCache
Deprecated.  
getCache() - Method in class org.springframework.security.providers.dao.cache.EhCacheBasedUserCache
 
getCallbackHandlers() - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Returns the current JaasAuthenticationCallbackHandler array, or null if none are set.
getCarLicense() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getChain() - Method in class org.springframework.security.intercept.web.FilterInvocation
 
getChannelDecisionManager() - Method in class org.springframework.security.securechannel.ChannelProcessingFilter
 
getChannelProcessors() - Method in class org.springframework.security.securechannel.ChannelDecisionManagerImpl
 
getClassname() - Method in class org.springframework.security.acl.basic.NamedEntityObjectIdentity
Deprecated. Indicates the classname portion of the object identity.
getCn() - Method in class org.springframework.security.userdetails.ldap.Person
 
getComment() - Method in class org.springframework.security.ui.savedrequest.SavedCookie
 
getConfigAttributeDefinition() - Method in class org.springframework.security.event.authorization.AuthenticationCredentialsNotFoundEvent
 
getConfigAttributeDefinition() - Method in class org.springframework.security.event.authorization.AuthorizationFailureEvent
 
getConfigAttributeDefinition() - Method in class org.springframework.security.event.authorization.AuthorizedEvent
 
getConfigAttributeDefinitions() - Method in class org.springframework.security.intercept.method.DelegatingMethodDefinitionSource
 
getConfigAttributeDefinitions() - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
Obtains the configuration attributes explicitly defined against this bean.
getConfigAttributeDefinitions() - Method in class org.springframework.security.intercept.method.MethodDefinitionAttributes
 
getConfigAttributeDefinitions() - Method in interface org.springframework.security.intercept.ObjectDefinitionSource
If available, returns all of the ConfigAttributeDefinitions defined by the implementing class.
getConfigAttributeDefinitions() - Method in class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
 
getConfigAttributes() - Method in class org.springframework.security.ConfigAttributeDefinition
Returns the internal collection of ConfigAttributes defined by this ConfigAttributeDefinition.
getConfigResources() - Method in class org.springframework.security.util.InMemoryXmlApplicationContext
 
getContext() - Method in class org.springframework.security.context.GlobalSecurityContextHolderStrategy
 
getContext() - Method in class org.springframework.security.context.InheritableThreadLocalSecurityContextHolderStrategy
 
getContext() - Static method in class org.springframework.security.context.SecurityContextHolder
Obtain the current SecurityContext.
getContext() - Method in interface org.springframework.security.context.SecurityContextHolderStrategy
Obtains the current context.
getContext() - Method in class org.springframework.security.context.ThreadLocalSecurityContextHolderStrategy
 
getContext() - Method in class org.springframework.security.ui.AuthenticationDetails
Indicates the context.
getContext(FilterConfig) - Method in class org.springframework.security.util.FilterToBeanProxy
Deprecated. Allows test cases to override where application context obtained from.
getContextClass() - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
getContextPath() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getContextSource() - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
 
getContextSource() - Method in class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
 
getCookie() - Method in class org.springframework.security.ui.savedrequest.SavedCookie
 
getCookieName() - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
getCookies() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getCookies() - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getCredentials() - Method in class org.springframework.security.adapters.PrincipalSpringSecurityUserToken
 
getCredentials() - Method in interface org.springframework.security.Authentication
The credentials that prove the principal is correct.
getCredentials() - Method in class org.springframework.security.ldap.SpringSecurityAuthenticationSource
 
getCredentials() - Method in class org.springframework.security.providers.anonymous.AnonymousAuthenticationToken
Always returns an empty String
getCredentials() - Method in class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationToken
Get the credentials
getCredentials() - Method in class org.springframework.security.providers.rememberme.RememberMeAuthenticationToken
Always returns an empty String
getCredentials() - Method in class org.springframework.security.providers.UsernamePasswordAuthenticationToken
 
getCredentials() - Method in class org.springframework.security.providers.x509.X509AuthenticationToken
Deprecated.  
getCredentials() - Method in class org.springframework.security.runas.RunAsUserToken
 
getCredentialsCharset(HttpServletRequest) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
getCredentialsNotFoundException() - Method in class org.springframework.security.event.authorization.AuthenticationCredentialsNotFoundEvent
 
getCurrentDate() - Static method in class org.springframework.security.ui.savedrequest.FastHttpDateFormat
Gets the current date in HTTP format.
getDate() - Method in class org.springframework.security.ui.rememberme.PersistentRememberMeToken
 
getDateHeader(String) - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getDecisionVoters() - Method in class org.springframework.security.vote.AbstractAccessDecisionManager
 
getDefaultAclObjectIdentityClass() - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
getDefaultFilterProcessesUrl() - Method in class org.springframework.security.ui.AbstractProcessingFilter
Specifies the default filterProcessesUrl for the implementation.
getDefaultFilterProcessesUrl() - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
This filter by default responds to /j_spring_security_check.
getDefaultTargetUrl() - Method in class org.springframework.security.ui.AbstractProcessingFilter
Supplies the default target Url that will be used if no saved request is found or the alwaysUseDefaultTargetUrl propert is set to true.
getDepartmentNumber() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getDescription() - Method in class org.springframework.security.userdetails.ldap.Person
 
getDescription() - Method in class org.springframework.security.util.InMemoryResource
 
getDestinationIndicator() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getDetails() - Method in interface org.springframework.security.Authentication
Stores additional details about the authentication request.
getDetails() - Method in class org.springframework.security.providers.AbstractAuthenticationToken
 
getDisplayName() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getDn() - Method in interface org.springframework.security.userdetails.ldap.LdapUserDetails
The DN of the entry for this user's account.
getDn() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
getDomain() - Method in class org.springframework.security.ui.savedrequest.SavedCookie
 
getDomainObjectInstance(Object) - Method in class org.springframework.security.vote.AbstractAclVoter
 
getEffectiveAclsResolver() - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
getEmployeeNumber() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getEnableAuthorities() - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
getEnableGroups() - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
getEncodeHashAsBase64() - Method in class org.springframework.security.providers.encoding.BaseDigestPasswordEncoder
 
getEntriesFromCache(AclObjectIdentity) - Method in interface org.springframework.security.acl.basic.BasicAclEntryCache
Deprecated. Obtains an array of BasicAclEntrys from the cache.
getEntriesFromCache(AclObjectIdentity) - Method in class org.springframework.security.acl.basic.cache.EhCacheBasedAclEntryCache
Deprecated.  
getEntriesFromCache(AclObjectIdentity) - Method in class org.springframework.security.acl.basic.cache.NullAclEntryCache
Deprecated. As nothing ever stored in the cache, will always return null.
getEntryPoint() - Method in class org.springframework.security.securechannel.InsecureChannelProcessor
 
getEntryPoint() - Method in class org.springframework.security.securechannel.SecureChannelProcessor
 
getEnvironment() - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated. Sets up the environment parameters for creating a new context.
getException() - Method in class org.springframework.security.event.authentication.AbstractAuthenticationFailureEvent
 
getException() - Method in class org.springframework.security.providers.jaas.event.JaasAuthenticationFailedEvent
 
getExceptionMappings() - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
getExtendedInformation() - Method in class org.springframework.security.token.DefaultToken
 
getExtendedInformation() - Method in interface org.springframework.security.token.Token
Obtains the extended information associated within the token, which was presented when the token was first created.
getExtraInformation() - Method in exception org.springframework.security.AuthenticationException
Any additional information about the exception.
getField(Class, String) - Static method in class org.springframework.security.util.FieldUtils
Attempts to locate the specified field on the class.
getFieldValue(Object, String) - Static method in class org.springframework.security.util.FieldUtils
Returns the value of a (nested) field on a bean.
getFilterChainMap() - Method in class org.springframework.security.intercept.web.FIDSToFilterChainMapConverter
 
getFilterChainMap() - Method in class org.springframework.security.util.FilterChainProxy
Returns a copy of the underlying filter chain map.
getFilterInvocationDefinitionSource() - Method in class org.springframework.security.securechannel.ChannelProcessingFilter
 
getFilterProcessesUrl() - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
getFilterProcessesUrl() - Method in class org.springframework.security.ui.logout.LogoutFilter
 
getFilters() - Method in class org.springframework.security.config.ConfigUtils.FilterChainList
 
getFilters(String) - Method in class org.springframework.security.util.FilterChainProxy
Returns the first filter chain matching the supplied URL.
getFirewalledRequest(HttpServletRequest) - Method in class org.springframework.security.firewall.DefaultHttpFirewall
 
getFirewalledRequest(HttpServletRequest) - Method in interface org.springframework.security.firewall.HttpFirewall
Provides the request object which will be passed through the filter chain.
getFirewalledResponse(HttpServletResponse) - Method in class org.springframework.security.firewall.DefaultHttpFirewall
 
getFirewalledResponse(HttpServletResponse) - Method in interface org.springframework.security.firewall.HttpFirewall
Provides the response which will be passed through the filter chain.
getFirstThrowableOfType(Class, Throwable[]) - Method in class org.springframework.security.util.ThrowableAnalyzer
Returns the first throwable from the passed in array that is assignable to the provided type.
getForeignKeyId() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
Deprecated.  
getFullDn(DistinguishedName, Context) - Static method in class org.springframework.security.ldap.LdapUtils
Gets the full dn of a name by prepending the name of the context it is relative to.
getFullRequestUrl() - Method in class org.springframework.security.intercept.web.FilterInvocation
Indicates the URL that the user agent used for this request.
getFullRequestUrl() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
Indicates the URL that the user agent used for this request.
getFullRequestUrl(FilterInvocation) - Static method in class org.springframework.security.util.UrlUtils
 
getFullRequestUrl(SavedRequest) - Static method in class org.springframework.security.util.UrlUtils
 
getGeneratedBy() - Method in class org.springframework.security.event.authentication.InteractiveAuthenticationSuccessEvent
Getter for the Class that generated this event.
getGrantedAuthorities(String[]) - Method in interface org.springframework.security.authoritymapping.Attributes2GrantedAuthoritiesMapper
Implementations of this method should map the given list of attributes to a list of Spring Security GrantedAuthorities.
getGrantedAuthorities(String[]) - Method in class org.springframework.security.authoritymapping.MapBasedAttributes2GrantedAuthoritiesMapper
Map the given array of attributes to Spring Security GrantedAuthorities.
getGrantedAuthorities(String[]) - Method in class org.springframework.security.authoritymapping.SimpleAttributes2GrantedAuthoritiesMapper
Map the given list of string attributes one-to-one to Spring Security GrantedAuthorities.
getGrantedAuthorities() - Method in interface org.springframework.security.GrantedAuthoritiesContainer
 
getGrantedAuthorities() - Method in class org.springframework.security.GrantedAuthoritiesContainerImpl
 
getGrantedAuthorities(DirContextOperations, String) - Method in interface org.springframework.security.ldap.LdapAuthoritiesPopulator
Get the list of authorities for the user.
getGrantedAuthorities(DirContextOperations, String) - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
Obtains the authorities for the user who's directory entry is represented by the supplied LdapUserDetails object.
getGrantedAuthorities(DirContextOperations, String) - Method in class org.springframework.security.ldap.populator.UserDetailsServiceLdapAuthoritiesPopulator
 
getGrantedAuthorities() - Method in class org.springframework.security.ui.preauth.PreAuthenticatedGrantedAuthoritiesAuthenticationDetails
 
getGrantedAuthorities() - Method in class org.springframework.security.ui.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
 
getGrantedAuthorities() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
getGroupMembershipRoles(String, String) - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
 
getGroupSearchBase() - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
 
getHeader(String) - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getHeaderNames() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getHeaderNames() - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getHeaders(String) - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getHeaderValues(String) - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getHomePhone() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getHomePostalAddress() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getHttpRequest() - Method in class org.springframework.security.intercept.web.FilterInvocation
 
getHttpResponse() - Method in class org.springframework.security.intercept.web.FilterInvocation
 
getId() - Method in class org.springframework.security.acl.basic.NamedEntityObjectIdentity
Deprecated. Indicates the instance identity portion of the object identity.
getInitializeCount() - Static method in class org.springframework.security.context.SecurityContextHolder
Primarily for troubleshooting purposes, this method shows how many times the class has reinitialized its SecurityContextHolderStrategy.
getInitials() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getInputStream() - Method in class org.springframework.security.util.InMemoryResource
 
getInsecureKeyword() - Method in class org.springframework.security.securechannel.InsecureChannelProcessor
 
getInternalMethod() - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated. Optionally specifies a method of the domain object that will be used to obtain a contained domain object.
getIntHeader(String) - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getKey() - Method in class org.springframework.security.adapters.AuthByAdapterProvider
 
getKey() - Method in class org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider
 
getKey() - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
getKey() - Method in class org.springframework.security.providers.rememberme.RememberMeAuthenticationProvider
 
getKey() - Method in class org.springframework.security.runas.RunAsImplAuthenticationProvider
 
getKey() - Method in class org.springframework.security.runas.RunAsManagerImpl
 
getKey() - Method in class org.springframework.security.token.DefaultToken
 
getKey() - Method in interface org.springframework.security.token.Token
Obtains the randomised, secure key assigned to this token.
getKey() - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
getKey() - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
getKeyCreationTime() - Method in class org.springframework.security.token.DefaultToken
 
getKeyCreationTime() - Method in interface org.springframework.security.token.Token
The time the token key was initially created is available from this method.
getKeyHash() - Method in class org.springframework.security.adapters.AbstractAdapterAuthenticationToken
 
getKeyHash() - Method in interface org.springframework.security.adapters.AuthByAdapter
Returns the hash code of the key that was passed to the constructor of the AuthByAdapter implementation.
getKeyHash() - Method in class org.springframework.security.providers.anonymous.AnonymousAuthenticationToken
 
getKeyHash() - Method in class org.springframework.security.providers.rememberme.RememberMeAuthenticationToken
 
getKeyHash() - Method in class org.springframework.security.runas.RunAsUserToken
 
getLabel(Method, Object) - Method in class org.springframework.security.vote.InterfaceBasedLabelParameterStrategy
Test if the argument is labeled, and if so, downcast to LabeledData and retrieve the domain object's labeled value.
getLabel() - Method in interface org.springframework.security.vote.LabeledData
Retrieve the domain object's data label.
getLabel(Method, Object) - Method in interface org.springframework.security.vote.LabelParameterStrategy
Get the actual label associated with the argument.
getLastRequest() - Method in class org.springframework.security.concurrent.SessionInformation
 
getLocale() - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getLocales() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getLocales() - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getLoginConfig() - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
getLoginContext() - Method in class org.springframework.security.providers.jaas.JaasAuthenticationToken
 
getLoginContextName() - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
getLoginExceptionResolver() - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
getLoginFormUrl() - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
getLogoutSuccessUrl() - Method in class org.springframework.security.ui.logout.LogoutFilter
 
getLookupPermissionIdMapping() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getLookupPermissionIdQuery() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
getMail() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getMappableAttributes() - Method in class org.springframework.security.authoritymapping.MapBasedAttributes2GrantedAuthoritiesMapper
 
getMappableAttributes() - Method in interface org.springframework.security.authoritymapping.MappableAttributesRetriever
Implementations of this method should return a list of all string attributes which can be mapped to GrantedAuthoritys.
getMappableAttributes() - Method in class org.springframework.security.authoritymapping.SimpleMappableAttributesRetriever
 
getMappableAttributes() - Method in class org.springframework.security.authoritymapping.XmlMappableAttributesRetriever
 
getMappedPort(Integer) - Method in class org.springframework.security.securechannel.AbstractRetryEntryPoint
 
getMappedPort(Integer) - Method in class org.springframework.security.securechannel.RetryWithHttpEntryPoint
 
getMappedPort(Integer) - Method in class org.springframework.security.securechannel.RetryWithHttpsEntryPoint
 
getMapSize() - Method in class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
 
getMask() - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
getMask() - Method in interface org.springframework.security.acl.basic.BasicAclEntry
Deprecated. Access control lists in this package are based on bit masking.
getMask() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
Deprecated.  
getMatcher() - Method in class org.springframework.security.intercept.web.FIDSToFilterChainMapConverter
 
getMatcher() - Method in class org.springframework.security.util.FilterChainProxy
 
getMaxAge() - Method in class org.springframework.security.ui.savedrequest.SavedCookie
 
getMaximumSessionsForThisUser(Authentication) - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
Method intended for use by subclasses to override the maximum number of sessions that are permitted for a particular authentication.
getMessageDigest() - Method in class org.springframework.security.providers.encoding.MessageDigestPasswordEncoder
Get a MessageDigest instance for the given algorithm.
getMethod() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getMethod() - Method in class org.springframework.security.util.SimpleMethodInvocation
 
getMethod() - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getMethodMapSize() - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
 
getMobile() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getMutatorName(String) - Static method in class org.springframework.security.util.FieldUtils
 
getName() - Method in class org.springframework.security.adapters.PrincipalSpringSecurityUserToken
 
getName() - Method in class org.springframework.security.providers.AbstractAuthenticationToken
 
getName() - Method in class org.springframework.security.ui.savedrequest.SavedCookie
 
getNoLabel() - Method in class org.springframework.security.vote.InterfaceBasedLabelParameterStrategy
 
getNonceValiditySeconds() - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
getO() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getObject() - Method in class org.springframework.security.token.SecureRandomFactoryBean
 
getObjectDefinitionSource() - Method in class org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor
 
getObjectDefinitionSource() - Method in class org.springframework.security.intercept.method.aspectj.AspectJAnnotationSecurityInterceptor
 
getObjectDefinitionSource() - Method in class org.springframework.security.intercept.method.aspectj.AspectJSecurityInterceptor
 
getObjectDefinitionSource() - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
 
getObjectPropertiesQuery() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
getObjectType() - Method in class org.springframework.security.token.SecureRandomFactoryBean
 
getOrder() - Method in class org.springframework.security.concurrent.ConcurrentSessionFilter
 
getOrder() - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
getOrder() - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
 
getOrder() - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
getOrder() - Method in class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationProvider
 
getOrder() - Method in class org.springframework.security.securechannel.ChannelProcessingFilter
 
getOrder() - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
getOrder() - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
getOrder() - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
getOrder(String) - Static method in class org.springframework.security.ui.FilterChainOrder
Allows filters to be used by name in the XSD file without explicit reference to Java constants
getOrder() - Method in class org.springframework.security.ui.logout.LogoutFilter
 
getOrder() - Method in class org.springframework.security.ui.preauth.header.RequestHeaderPreAuthenticatedProcessingFilter
 
getOrder() - Method in class org.springframework.security.ui.preauth.j2ee.J2eePreAuthenticatedProcessingFilter
 
getOrder() - Method in class org.springframework.security.ui.preauth.PreAuthenticatedProcessingFilterEntryPoint
 
getOrder() - Method in class org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedProcessingFilter
 
getOrder() - Method in class org.springframework.security.ui.preauth.x509.X509PreAuthenticatedProcessingFilter
 
getOrder() - Method in class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
 
getOrder() - Method in class org.springframework.security.ui.SessionFixationProtectionFilter
 
getOrder() - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
getOrder() - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
 
getOrder() - Method in class org.springframework.security.ui.webapp.DefaultLoginPageGeneratingFilter
 
getOrder() - Method in class org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter
 
getOriginalAuthentication() - Method in class org.springframework.security.runas.RunAsUserToken
 
getOu() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getParameter() - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
getParameter(String) - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
If the parameter is available from the wrapped request then either There is no saved request (it a normal request) There is a saved request, but the request has been forwarded/included to a URL with parameters, either supplementing or overriding the saved request values. In both cases the value from the wrapped request should be used.
getParameterMap() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getParameterMap() - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getParameterNames() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getParameterNames() - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getParameterValues(String) - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getParameterValues(String) - Method in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
getPassword() - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsWrapper
Deprecated.  
getPassword() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
getPassword() - Method in class org.springframework.security.userdetails.memory.UserAttribute
 
getPassword() - Method in class org.springframework.security.userdetails.User
 
getPassword() - Method in interface org.springframework.security.userdetails.UserDetails
Returns the password used to authenticate the user.
getPasswordEncoder() - Method in class org.springframework.security.config.PasswordEncoderParser
 
getPasswordEncoder() - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
 
getPath() - Method in class org.springframework.security.ui.savedrequest.SavedCookie
 
getPathInfo() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getPointcut() - Method in class org.springframework.security.intercept.method.aopalliance.MethodDefinitionSourceAdvisor
 
getPortMapper() - Method in class org.springframework.security.securechannel.AbstractRetryEntryPoint
 
getPortMapper() - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
getPortMapper() - Method in class org.springframework.security.util.PortResolverImpl
 
getPortResolver() - Method in class org.springframework.security.securechannel.AbstractRetryEntryPoint
 
getPortResolver() - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
getPortResolver() - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
getPostalAddress() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getPostalCode() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getPostAuthenticationChecks() - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
getPreAuthenticatedCredentials(HttpServletRequest) - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
Override to extract the credentials (if applicable) from the current request.
getPreAuthenticatedCredentials(HttpServletRequest) - Method in class org.springframework.security.ui.preauth.header.RequestHeaderPreAuthenticatedProcessingFilter
Credentials aren't usually applicable, but if a credentialsRequestHeader is set, this will be read and used as the credentials value.
getPreAuthenticatedCredentials(HttpServletRequest) - Method in class org.springframework.security.ui.preauth.j2ee.J2eePreAuthenticatedProcessingFilter
For J2EE container-based authentication there is no generic way to retrieve the credentials, as such this method returns a fixed dummy value.
getPreAuthenticatedCredentials(HttpServletRequest) - Method in class org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedProcessingFilter
For J2EE container-based authentication there is no generic way to retrieve the credentials, as such this method returns a fixed dummy value.
getPreAuthenticatedCredentials(HttpServletRequest) - Method in class org.springframework.security.ui.preauth.x509.X509PreAuthenticatedProcessingFilter
 
getPreAuthenticatedPrincipal(HttpServletRequest) - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
Override to extract the principal information from the current request
getPreAuthenticatedPrincipal(HttpServletRequest) - Method in class org.springframework.security.ui.preauth.header.RequestHeaderPreAuthenticatedProcessingFilter
Read and returns the header named by principalRequestHeader from the request.
getPreAuthenticatedPrincipal(HttpServletRequest) - Method in class org.springframework.security.ui.preauth.j2ee.J2eePreAuthenticatedProcessingFilter
Return the J2EE user name.
getPreAuthenticatedPrincipal(HttpServletRequest) - Method in class org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedProcessingFilter
Return the WebSphere user name.
getPreAuthenticatedPrincipal(HttpServletRequest) - Method in class org.springframework.security.ui.preauth.x509.X509PreAuthenticatedProcessingFilter
 
getPreAuthenticationChecks() - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
getPrincipal() - Method in class org.springframework.security.adapters.PrincipalSpringSecurityUserToken
 
getPrincipal() - Method in interface org.springframework.security.Authentication
The identity of the principal being authenticated.
getPrincipal() - Method in class org.springframework.security.concurrent.SessionInformation
 
getPrincipal() - Method in class org.springframework.security.ldap.SpringSecurityAuthenticationSource
Get the principals of the logged in user, in this case the distinguished name.
getPrincipal() - Method in class org.springframework.security.providers.anonymous.AnonymousAuthenticationToken
 
getPrincipal() - Method in class org.springframework.security.providers.jaas.JaasGrantedAuthority
 
getPrincipal() - Method in class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationToken
Get the principal
getPrincipal() - Method in class org.springframework.security.providers.rememberme.RememberMeAuthenticationToken
 
getPrincipal() - Method in class org.springframework.security.providers.UsernamePasswordAuthenticationToken
 
getPrincipal() - Method in class org.springframework.security.providers.x509.X509AuthenticationToken
Deprecated.  
getPrincipal() - Method in class org.springframework.security.runas.RunAsUserToken
 
getProcessConfigAttribute() - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
getProcessConfigAttribute() - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
getProcessConfigAttribute() - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
getProcessDomainObjectClass() - Method in class org.springframework.security.vote.AbstractAclVoter
 
getProtectedFieldValue(String, Object) - Static method in class org.springframework.security.util.FieldUtils
 
getProviders() - Method in class org.springframework.security.acl.AclProviderManager
Deprecated.  
getProviders() - Method in class org.springframework.security.afterinvocation.AfterInvocationProviderManager
 
getProviders() - Method in class org.springframework.security.config.NamespaceAuthenticationManager
Overridden to lazily-initialize the list of providers on first use.
getProviders() - Method in class org.springframework.security.providers.ProviderManager
 
getQueryString() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getReachableGrantedAuthorities(GrantedAuthority[]) - Method in interface org.springframework.security.userdetails.hierarchicalroles.RoleHierarchy
This method returns an array of all reachable authorities.
Reachable authorities are the directly assigned authorities plus all authorities that are (transitively) reachable from them in the role hierarchy.
Example:
Role hierarchy: ROLE_A > ROLE_B and ROLE_B > ROLE_C.
Directly assigned authority: ROLE_A.
Reachable authorities: ROLE_A, ROLE_B, ROLE_C.
getReachableGrantedAuthorities(GrantedAuthority[]) - Method in class org.springframework.security.userdetails.hierarchicalroles.RoleHierarchyImpl
 
getReadOnlyContext() - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated. Spring LDAP ContextSource method
getReadWriteContext() - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated. Spring LDAP ContextSource method
getReadWriteContext(String, Object) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated.  
getReadWriteContext(String, Object) - Method in class org.springframework.security.ldap.DefaultSpringSecurityContextSource
 
getReadWriteContext(String, Object) - Method in interface org.springframework.security.ldap.SpringSecurityContextSource
Obtains a context using the supplied distinguished name and credentials.
getRealmName() - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilterEntryPoint
 
getRealmName() - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
getRecipient() - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
getRecipient() - Method in interface org.springframework.security.acl.basic.BasicAclEntry
Deprecated. A domain object instance will usually have multiple BasicAclEntrys.
getRecipient() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
Deprecated.  
getRelativeName(String, Context) - Static method in class org.springframework.security.ldap.LdapUtils
Obtains the part of a DN relative to a supplied base context.
getRememberMeClass() - Method in class org.springframework.security.AuthenticationTrustResolverImpl
 
getRememberMeServices() - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
getRememberMeServices() - Method in class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
 
getRemoteAddress() - Method in class org.springframework.security.ui.WebAuthenticationDetails
Indicates the TCP/IP address the authentication request was received from.
getRemoteAuthenticationManager() - Method in class org.springframework.security.providers.rcp.RemoteAuthenticationProvider
 
getRemoteUser() - Method in class org.springframework.security.wrapper.SecurityContextHolderAwareRequestWrapper
Returns the principal's name, as obtained from the SecurityContextHolder.
getRequest() - Method in class org.springframework.security.intercept.web.FilterInvocation
 
getRequestURI() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getRequestUrl() - Method in class org.springframework.security.intercept.web.FilterInvocation
Obtains the web application-specific fragment of the URL.
getRequestURL() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getRequestUrl() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
Obtains the web application-specific fragment of the URL.
getRequestUrl(FilterInvocation) - Static method in class org.springframework.security.util.UrlUtils
 
getRequestUrl(SavedRequest) - Static method in class org.springframework.security.util.UrlUtils
 
getRequirePermission() - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
getRequirePermission() - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
getRequirePermission() - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
getResponse() - Method in class org.springframework.security.intercept.web.FilterInvocation
 
getRestrictSupportToClass() - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
getRolePrefix() - Method in class org.springframework.security.runas.RunAsManagerImpl
 
getRolePrefix() - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
getRolePrefix() - Method in class org.springframework.security.vote.RoleVoter
 
getRoomNumber() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getRootDn() - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated. Returns the root DN of the configured provider URL.
getRootDn() - Method in interface org.springframework.security.ldap.InitialDirContextFactory
Deprecated. Returns the root DN of the contexts supplied by this factory.
getRunAsManager() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
getSalt(UserDetails) - Method in class org.springframework.security.providers.dao.salt.ReflectionSaltSource
Performs reflection on the passed User to obtain the salt.
getSalt(UserDetails) - Method in class org.springframework.security.providers.dao.salt.SystemWideSaltSource
 
getSalt(UserDetails) - Method in interface org.springframework.security.providers.dao.SaltSource
Returns the salt to use for the indicated user.
getSaltSource() - Method in class org.springframework.security.config.PasswordEncoderParser
 
getSaltSource() - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
 
getScheme() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getSecureKeyword() - Method in class org.springframework.security.securechannel.SecureChannelProcessor
 
getSecureObject() - Method in class org.springframework.security.intercept.InterceptorStatusToken
 
getSecureObjectClass() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
Indicates the type of secure objects the subclass will be presenting to the abstract parent for processing.
getSecureObjectClass() - Method in class org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor
 
getSecureObjectClass() - Method in class org.springframework.security.intercept.method.aspectj.AspectJAnnotationSecurityInterceptor
 
getSecureObjectClass() - Method in class org.springframework.security.intercept.method.aspectj.AspectJSecurityInterceptor
 
getSecureObjectClass() - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
 
getSecurityContext() - Method in class org.springframework.security.intercept.InterceptorStatusToken
 
getSeries() - Method in class org.springframework.security.ui.rememberme.PersistentRememberMeToken
 
getServerName() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getServerPort() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getServerPort(ServletRequest) - Method in interface org.springframework.security.util.PortResolver
Indicates the port the ServletRequest was received on.
getServerPort(ServletRequest) - Method in class org.springframework.security.util.PortResolverImpl
 
getServletPath() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
getSession() - Method in class org.springframework.security.ui.session.HttpSessionApplicationEvent
Get the HttpSession that is the cause of the event
getSessionController() - Method in class org.springframework.security.providers.ProviderManager
The configured ConcurrentSessionController is returned or the NullConcurrentSessionController if a specific one has not been set.
getSessionId() - Method in interface org.springframework.security.concurrent.SessionIdentifierAware
Obtains the session ID.
getSessionId() - Method in class org.springframework.security.concurrent.SessionInformation
 
getSessionId() - Method in class org.springframework.security.ui.WebAuthenticationDetails
Indicates the HttpSession id the authentication request was received from.
getSessionInformation(String) - Method in interface org.springframework.security.concurrent.SessionRegistry
Obtains the session information for the specified sessionId.
getSessionInformation(String) - Method in class org.springframework.security.concurrent.SessionRegistryImpl
 
getSessionRegistry() - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
 
getSn() - Method in class org.springframework.security.userdetails.ldap.Person
 
getSource() - Method in class org.springframework.security.ui.switchuser.SwitchUserGrantedAuthority
Returns the original user associated with a successful user switch.
getStaticPart() - Method in class org.springframework.security.util.SimpleMethodInvocation
 
getStreet() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getStringSeparator() - Method in class org.springframework.security.authoritymapping.MapBasedAttributes2GrantedAuthoritiesMapper
 
getSystemWideSalt() - Method in class org.springframework.security.providers.dao.salt.SystemWideSaltSource
 
getTargetUrlResolver() - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
getTargetUser() - Method in class org.springframework.security.event.authentication.AuthenticationSwitchUserEvent
 
getTelephoneNumber() - Method in class org.springframework.security.userdetails.ldap.Person
 
getThis() - Method in class org.springframework.security.util.SimpleMethodInvocation
 
getTitle() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getTokenForSeries(String) - Method in class org.springframework.security.ui.rememberme.InMemoryTokenRepositoryImpl
 
getTokenForSeries(String) - Method in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
Loads the token data for the supplied series identifier.
getTokenForSeries(String) - Method in interface org.springframework.security.ui.rememberme.PersistentTokenRepository
 
getTokenValiditySeconds() - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
getTokenValue() - Method in class org.springframework.security.ui.rememberme.PersistentRememberMeToken
 
getTranslatedPortMappings() - Method in class org.springframework.security.util.PortMapperImpl
Returns the translated (Integer -> Integer) version of the original port mapping specified via setHttpsPortMapping()
getUid() - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
getUniversalMatchPattern() - Method in class org.springframework.security.util.AntUrlPathMatcher
 
getUniversalMatchPattern() - Method in class org.springframework.security.util.RegexUrlPathMatcher
 
getUniversalMatchPattern() - Method in interface org.springframework.security.util.UrlMatcher
Returns the path which matches every URL
getUnwrappedUserDetails() - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsWrapper
Deprecated.  
getUrl() - Method in class org.springframework.security.util.RedirectUrlBuilder
 
getUrlMatcher() - Method in class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
 
getUser(String) - Method in class org.springframework.security.userdetails.memory.UserMap
Locates the specified user by performing a case insensitive search by username.
getUserAttribute() - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
getUserAttributes() - Method in class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
 
getUserCache() - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
getUserCache() - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
getUserCount() - Method in class org.springframework.security.userdetails.memory.UserMap
Indicates the size of the user map.
getUserDetails(X509Certificate) - Method in class org.springframework.security.providers.x509.populator.DaoX509AuthoritiesPopulator
Deprecated.  
getUserDetails(X509Certificate) - Method in interface org.springframework.security.providers.x509.X509AuthoritiesPopulator
Deprecated. Obtains the granted authorities for the specified user.
getUserDetailsContextMapper() - Method in class org.springframework.security.providers.ldap.LdapAuthenticationProvider
 
getUserDetailsService() - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
 
getUserDetailsService() - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
getUserDetailsService() - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
getUserDns(String) - Method in class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
Builds list of possible DNs for the user, worked out from the userDnPatterns property.
getUserFromCache(String) - Method in class org.springframework.security.providers.dao.cache.EhCacheBasedUserCache
 
getUserFromCache(String) - Method in class org.springframework.security.providers.dao.cache.NullUserCache
 
getUserFromCache(String) - Method in interface org.springframework.security.providers.dao.UserCache
Obtains a UserDetails from the cache.
getUserFromCache(X509Certificate) - Method in class org.springframework.security.providers.x509.cache.EhCacheBasedX509UserCache
Deprecated.  
getUserFromCache(X509Certificate) - Method in class org.springframework.security.providers.x509.cache.NullX509UserCache
Deprecated.  
getUserFromCache(X509Certificate) - Method in interface org.springframework.security.providers.x509.X509UserCache
Deprecated.  
getUserMap() - Method in class org.springframework.security.userdetails.memory.InMemoryDaoImpl
 
getUsername() - Method in class org.springframework.security.ui.rememberme.PersistentRememberMeToken
 
getUsername() - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsWrapper
Deprecated.  
getUsername() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
getUsername() - Method in class org.springframework.security.userdetails.User
 
getUsername() - Method in interface org.springframework.security.userdetails.UserDetails
Returns the username used to authenticate the user.
getUserPrincipal() - Method in class org.springframework.security.wrapper.SecurityContextHolderAwareRequestWrapper
Returns the Authentication (which is a subclass of Principal), or null if unavailable.
getUserPropertyToUse() - Method in class org.springframework.security.providers.dao.salt.ReflectionSaltSource
 
getUserRoles(Object, String[]) - Method in class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
Allows the roles of the current user to be determined from the context object
getUserRoles(Object, String[]) - Method in class org.springframework.security.ui.preauth.j2ee.J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource
Obtains the list of user roles based on the current user's J2EE roles.
getUsersByUsernameQuery() - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
getUserSearch() - Method in class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
 
getUtf8Bytes(String) - Static method in class org.springframework.security.ldap.LdapUtils
 
getUtf8BytesAsString(byte[]) - Static method in class org.springframework.security.ldap.LdapUtils
 
getValidPermissions() - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated. Subclasses must indicate the permissions they support.
getValidPermissions() - Method in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
getValue() - Method in class org.springframework.security.ui.savedrequest.SavedCookie
 
getVersion() - Method in class org.springframework.security.ui.savedrequest.SavedCookie
 
getWrappedUserDetailsService() - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsServiceWrapper
Deprecated.  
GlobalSecurityContextHolderStrategy - Class in org.springframework.security.context
A static field-based implementation of SecurityContextHolderStrategy.
GlobalSecurityContextHolderStrategy() - Constructor for class org.springframework.security.context.GlobalSecurityContextHolderStrategy
 
GMT_ZONE - Static variable in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
gmtZone - Static variable in class org.springframework.security.ui.savedrequest.FastHttpDateFormat
GMT timezone - all HTTP dates are on GMT
grant(Principal) - Method in interface org.springframework.security.providers.jaas.AuthorityGranter
The grant method is called for each principal returned from the LoginContext subject.
GrantedAuthoritiesContainer - Interface in org.springframework.security
Indicates that a object stores GrantedAuthority objects.
GrantedAuthoritiesContainerImpl - Class in org.springframework.security
 
GrantedAuthoritiesContainerImpl() - Constructor for class org.springframework.security.GrantedAuthoritiesContainerImpl
 
GrantedAuthority - Interface in org.springframework.security
Represents an authority granted to an Authentication object.
GrantedAuthorityEffectiveAclsResolver - Class in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
GrantedAuthorityEffectiveAclsResolver() - Constructor for class org.springframework.security.acl.basic.GrantedAuthorityEffectiveAclsResolver
Deprecated.  
GrantedAuthorityImpl - Class in org.springframework.security
Basic concrete implementation of a GrantedAuthority.
GrantedAuthorityImpl(String) - Constructor for class org.springframework.security.GrantedAuthorityImpl
 
GroupManager - Interface in org.springframework.security.userdetails
Allows management of groups of authorities and their members.

H

handle(Callback, Authentication) - Method in interface org.springframework.security.providers.jaas.JaasAuthenticationCallbackHandler
Handle the Callback.
handle(Callback, Authentication) - Method in class org.springframework.security.providers.jaas.JaasNameCallbackHandler
If the callback passed to the 'handle' method is an instance of NameCallback, the JaasNameCallbackHandler will call, callback.setName(authentication.getPrincipal().toString()).
handle(Callback, Authentication) - Method in class org.springframework.security.providers.jaas.JaasPasswordCallbackHandler
If the callback passed to the 'handle' method is an instance of PasswordCallback, the JaasPasswordCallbackHandler will call, callback.setPassword(authentication.getCredentials().toString()).
handle(ServletRequest, ServletResponse, AccessDeniedException) - Method in interface org.springframework.security.ui.AccessDeniedHandler
Handles an access denied failure.
handle(ServletRequest, ServletResponse, AccessDeniedException) - Method in class org.springframework.security.ui.AccessDeniedHandlerImpl
 
handleBindException(String, String, Throwable) - Method in class org.springframework.security.providers.ldap.authenticator.BindAuthenticator
Allows subclasses to inspect the exception thrown by an attempt to bind with a particular DN.
handleLogout(HttpSessionDestroyedEvent) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Handles the logout by getting the SecurityContext for the session that was destroyed.
hashCode() - Method in interface org.springframework.security.acl.basic.AclObjectIdentity
Deprecated. Refer to the java.lang.Object documentation for the interface contract.
hashCode() - Method in class org.springframework.security.acl.basic.NamedEntityObjectIdentity
Deprecated. Important so caching operates properly.
hashCode() - Method in class org.springframework.security.context.SecurityContextImpl
 
hashCode() - Method in class org.springframework.security.GrantedAuthorityImpl
 
hashCode() - Method in class org.springframework.security.intercept.web.RequestKey
 
hashCode() - Method in class org.springframework.security.providers.AbstractAuthenticationToken
 
hashCode() - Method in class org.springframework.security.SecurityConfig
 
hashCode() - Method in class org.springframework.security.token.DefaultToken
 
hashCode() - Method in class org.springframework.security.ui.WebAuthenticationDetails
 
hashCode() - Method in class org.springframework.security.userdetails.User
 
hashCode() - Method in class org.springframework.security.util.InMemoryResource
 
hasMoreElements() - Method in class org.springframework.security.ui.savedrequest.Enumerator
Tests if this enumeration contains more elements.
hideUserNotFoundExceptions - Variable in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
HTTP_SESSION_CONTEXT_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
HTTP_SESSION_CONTEXT_INTEGRATION_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
HttpFirewall - Interface in org.springframework.security.firewall
Interface which can be used to reject potentially dangerous requests and/or wrap them to control their behaviour.
HttpFirewallBeanDefinitionParser - Class in org.springframework.security.config
Injects the supplied HttpFirewall bean reference into the FilterChainProxy.
HttpFirewallBeanDefinitionParser() - Constructor for class org.springframework.security.config.HttpFirewallBeanDefinitionParser
 
HttpFirewallInjectionBeanPostProcessor - Class in org.springframework.security.config
 
HttpFirewallInjectionBeanPostProcessor(String) - Constructor for class org.springframework.security.config.HttpFirewallInjectionBeanPostProcessor
 
HttpRequestIntegrationFilter - Class in org.springframework.security.adapters
Populates SecurityContext with the Authentication obtained from the container's HttpServletRequest.getUserPrincipal().
HttpRequestIntegrationFilter() - Constructor for class org.springframework.security.adapters.HttpRequestIntegrationFilter
 
HttpSecurityBeanDefinitionParser - Class in org.springframework.security.config
Sets up HTTP security: filter stack and protected URLs.
HttpSecurityBeanDefinitionParser() - Constructor for class org.springframework.security.config.HttpSecurityBeanDefinitionParser
 
HttpSessionApplicationEvent - Class in org.springframework.security.ui.session
Parent class for published HttpSession events
HttpSessionApplicationEvent(HttpSession) - Constructor for class org.springframework.security.ui.session.HttpSessionApplicationEvent
Base constructor for all subclasses must have an HttpSession
HttpSessionContextIntegrationFilter - Class in org.springframework.security.context
Populates the SecurityContextHolder with information obtained from the HttpSession.
HttpSessionContextIntegrationFilter() - Constructor for class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
HttpSessionCreatedEvent - Class in org.springframework.security.ui.session
Published by the HttpSessionEventPublisher when a HttpSession is destroyed by the container
HttpSessionCreatedEvent(HttpSession) - Constructor for class org.springframework.security.ui.session.HttpSessionCreatedEvent
 
HttpSessionDestroyedEvent - Class in org.springframework.security.ui.session
Published by the HttpSessionEventPublisher when a HttpSession is created in the container
HttpSessionDestroyedEvent(HttpSession) - Constructor for class org.springframework.security.ui.session.HttpSessionDestroyedEvent
 
HttpSessionEventPublisher - Class in org.springframework.security.ui.session
Declared in web.xml as
HttpSessionEventPublisher() - Constructor for class org.springframework.security.ui.session.HttpSessionEventPublisher
 

I

INET_ORG_PERSON_MAPPER_CLASS - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
InetOrgPerson - Class in org.springframework.security.userdetails.ldap
UserDetails implementation whose properties are based on a subset of the LDAP schema for inetOrgPerson.
InetOrgPerson() - Constructor for class org.springframework.security.userdetails.ldap.InetOrgPerson
 
InetOrgPerson.Essence - Class in org.springframework.security.userdetails.ldap
 
InetOrgPerson.Essence() - Constructor for class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
InetOrgPerson.Essence(InetOrgPerson) - Constructor for class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
InetOrgPerson.Essence(DirContextOperations) - Constructor for class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
InetOrgPersonContextMapper - Class in org.springframework.security.userdetails.ldap
 
InetOrgPersonContextMapper() - Constructor for class org.springframework.security.userdetails.ldap.InetOrgPersonContextMapper
 
InheritableThreadLocalSecurityContextHolderStrategy - Class in org.springframework.security.context
An InheritableThreadLocal-based implementation of SecurityContextHolderStrategy.
InheritableThreadLocalSecurityContextHolderStrategy() - Constructor for class org.springframework.security.context.InheritableThreadLocalSecurityContextHolderStrategy
 
init(FilterConfig) - Method in class org.springframework.security.adapters.HttpRequestIntegrationFilter
Does nothing.
init() - Method in class org.springframework.security.config.SecurityNamespaceHandler
 
init(FilterConfig) - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
Not used (we rely on IoC container lifecycle services instead)
init(FilterConfig) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
init(FilterConfig) - Method in class org.springframework.security.ui.SpringSecurityFilter
Does nothing.
init(FilterConfig) - Method in class org.springframework.security.ui.x509.X509ProcessingFilter
Deprecated.  
init(FilterConfig) - Method in class org.springframework.security.util.FilterChainProxy
 
init(FilterConfig) - Method in class org.springframework.security.util.FilterToBeanProxy
Deprecated.  
initDao() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
initDao() - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
initDao() - Method in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
 
initDao() - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
initDao() - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
initExtractorMap() - Method in class org.springframework.security.util.ThrowableAnalyzer
Initializes associations between Throwables and ThrowableCauseExtractors.
InitialDirContextFactory - Interface in org.springframework.security.ldap
Deprecated. Use SpringSecurityContextSource instead
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.springframework.security.providers.jaas.SecurityContextLoginModule
Initialize this LoginModule.
initMappingSqlQueries() - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated. Extension point to allow other MappingSqlQuery objects to be substituted in a subclass
InMemoryDaoImpl - Class in org.springframework.security.userdetails.memory
Retrieves user details from an in-memory list created by the bean context.
InMemoryDaoImpl() - Constructor for class org.springframework.security.userdetails.memory.InMemoryDaoImpl
 
InMemoryResource - Class in org.springframework.security.util
An in memory implementation of Spring's Resource interface.
InMemoryResource(String) - Constructor for class org.springframework.security.util.InMemoryResource
 
InMemoryResource(byte[]) - Constructor for class org.springframework.security.util.InMemoryResource
 
InMemoryResource(byte[], String) - Constructor for class org.springframework.security.util.InMemoryResource
 
InMemoryTokenRepositoryImpl - Class in org.springframework.security.ui.rememberme
Simple PersistentTokenRepository implementation backed by a Map.
InMemoryTokenRepositoryImpl() - Constructor for class org.springframework.security.ui.rememberme.InMemoryTokenRepositoryImpl
 
InMemoryXmlApplicationContext - Class in org.springframework.security.util
 
InMemoryXmlApplicationContext(String) - Constructor for class org.springframework.security.util.InMemoryXmlApplicationContext
 
InMemoryXmlApplicationContext(String, boolean) - Constructor for class org.springframework.security.util.InMemoryXmlApplicationContext
 
InsecureChannelProcessor - Class in org.springframework.security.securechannel
Ensures channel security is inactive by review of HttpServletRequest.isSecure() responses.
InsecureChannelProcessor() - Constructor for class org.springframework.security.securechannel.InsecureChannelProcessor
 
insert(String, Long, String) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.AclObjectIdentityInsert
Deprecated.  
insert(Long, String, Integer) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionInsert
Deprecated.  
insertToken - Variable in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
 
instance - Variable in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
InsufficientAuthenticationException - Exception in org.springframework.security
Thrown if an authentication request is rejected because the credentials are not sufficiently trusted.
InsufficientAuthenticationException(String) - Constructor for exception org.springframework.security.InsufficientAuthenticationException
Constructs an InsufficientAuthenticationException with the specified message.
InsufficientAuthenticationException(String, Throwable) - Constructor for exception org.springframework.security.InsufficientAuthenticationException
Constructs an InsufficientAuthenticationException with the specified message and root cause.
InteractiveAuthenticationSuccessEvent - Class in org.springframework.security.event.authentication
Indicates an interactive authentication was successful.
InteractiveAuthenticationSuccessEvent(Authentication, Class) - Constructor for class org.springframework.security.event.authentication.InteractiveAuthenticationSuccessEvent
 
InterceptMethodsBeanDefinitionDecorator - Class in org.springframework.security.config
 
InterceptMethodsBeanDefinitionDecorator() - Constructor for class org.springframework.security.config.InterceptMethodsBeanDefinitionDecorator
 
InterceptorStatusToken - Class in org.springframework.security.intercept
A return object received by AbstractSecurityInterceptor subclasses.
InterceptorStatusToken(SecurityContext, boolean, ConfigAttributeDefinition, Object) - Constructor for class org.springframework.security.intercept.InterceptorStatusToken
 
InterfaceBasedLabelParameterStrategy - Class in org.springframework.security.vote
This is a very useful implementation of the LabelParameterStrategy.
InterfaceBasedLabelParameterStrategy() - Constructor for class org.springframework.security.vote.InterfaceBasedLabelParameterStrategy
 
InvalidCookieException - Exception in org.springframework.security.ui.rememberme
Exception thrown by a RememberMeServices implementation to indicate that a submitted cookie is of an invalid format or has expired.
InvalidCookieException(String) - Constructor for exception org.springframework.security.ui.rememberme.InvalidCookieException
 
INVOCATIONTARGET_EXTRACTOR - Static variable in class org.springframework.security.util.ThrowableAnalyzer
Default extractor for InvocationTargetException instances.
invoke(Object) - Method in class org.springframework.security.context.rmi.ContextPropagatingRemoteInvocation
Invoked on the server-side.
invoke(MethodInvocation) - Method in class org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor
This method should be used to enforce security on a MethodInvocation.
invoke(JoinPoint, AspectJAnnotationCallback) - Method in class org.springframework.security.intercept.method.aspectj.AspectJAnnotationSecurityInterceptor
This method should be used to enforce security on a JoinPoint.
invoke(JoinPoint, AspectJCallback) - Method in class org.springframework.security.intercept.method.aspectj.AspectJSecurityInterceptor
This method should be used to enforce security on a JoinPoint.
invoke(FilterInvocation) - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.security.ui.preauth.websphere.WebSphere2SpringSecurityPropagationInterceptor
Authenticate with Spring Security based on WebSphere credentials before proceeding with method invocation, and clean up the Spring Security Context after method invocation finishes.
IS_AUTHENTICATED_ANONYMOUSLY - Static variable in class org.springframework.security.vote.AuthenticatedVoter
 
IS_AUTHENTICATED_FULLY - Static variable in class org.springframework.security.vote.AuthenticatedVoter
 
IS_AUTHENTICATED_REMEMBERED - Static variable in class org.springframework.security.vote.AuthenticatedVoter
 
isAccountNonExpired() - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsWrapper
Deprecated.  
isAccountNonExpired() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
isAccountNonExpired() - Method in class org.springframework.security.userdetails.User
 
isAccountNonExpired() - Method in interface org.springframework.security.userdetails.UserDetails
Indicates whether the user's account has expired.
isAccountNonLocked() - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsWrapper
Deprecated.  
isAccountNonLocked() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
isAccountNonLocked() - Method in class org.springframework.security.userdetails.User
 
isAccountNonLocked() - Method in interface org.springframework.security.userdetails.UserDetails
Indicates whether the user is locked or unlocked.
isAllowed(MethodInvocation, Authentication) - Method in class org.springframework.security.intercept.method.MethodInvocationPrivilegeEvaluator
 
isAllowed(FilterInvocation, Authentication) - Method in class org.springframework.security.intercept.web.WebInvocationPrivilegeEvaluator
 
isAllowIfAllAbstainDecisions() - Method in class org.springframework.security.vote.AbstractAccessDecisionManager
 
isAllowIfEqualGrantedDeniedDecisions() - Method in class org.springframework.security.vote.ConsensusBased
 
isAllowSessionCreation() - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
isAlwaysReauthenticate() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
isAnonymous(Authentication) - Method in interface org.springframework.security.AuthenticationTrustResolver
Indicates whether the passed Authentication token represents an anonymous user.
isAnonymous(Authentication) - Method in class org.springframework.security.AuthenticationTrustResolverImpl
 
isAuthenticated() - Method in class org.springframework.security.adapters.AbstractAdapterAuthenticationToken
Always returns true.
isAuthenticated() - Method in interface org.springframework.security.Authentication
Used to indicate to AbstractSecurityInterceptor whether it should present the authentication token to the AuthenticationManager.
isAuthenticated() - Method in class org.springframework.security.providers.AbstractAuthenticationToken
 
isCloneFromHttpSession() - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
isContextHolderRefreshRequired() - Method in class org.springframework.security.intercept.InterceptorStatusToken
 
isConvertUrlToLowercaseBeforeComparison() - Method in class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
 
isCreateSessionAllowed() - Method in class org.springframework.security.ui.ExceptionTranslationFilter
If true, indicates that SecurityEnforcementFilter is permitted to store the target URL and exception information in the HttpSession (the default).
isCredentialsNonExpired() - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsWrapper
Deprecated.  
isCredentialsNonExpired() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
isCredentialsNonExpired() - Method in class org.springframework.security.userdetails.User
 
isCredentialsNonExpired() - Method in interface org.springframework.security.userdetails.UserDetails
Indicates whether the user's credentials (password) has expired.
isEnabled() - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsWrapper
Deprecated.  
isEnabled() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
isEnabled() - Method in class org.springframework.security.userdetails.memory.UserAttribute
 
isEnabled() - Method in class org.springframework.security.userdetails.User
 
isEnabled() - Method in interface org.springframework.security.userdetails.UserDetails
Indicates whether the user is enabled or disabled.
isExpired() - Method in class org.springframework.security.concurrent.SessionInformation
 
isForceEagerSessionCreation() - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
isForceHttps() - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
isForcePrincipalAsString() - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
isHideUserNotFoundExceptions() - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
isIgnoreFailure() - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
isIgnorePasswordCase() - Method in class org.springframework.security.providers.encoding.PlaintextPasswordEncoder
 
isIncludeDetailsObject() - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
 
isInvalidateHttpSession() - Method in class org.springframework.security.ui.logout.SecurityContextLogoutHandler
 
isJustUseSavedRequestOnGet() - Method in class org.springframework.security.ui.TargetUrlResolverImpl
 
isLabeled(Method, Object) - Method in class org.springframework.security.vote.InterfaceBasedLabelParameterStrategy
Test if the argument implemented the LabeledData interface.
isLabeled(Method, Object) - Method in interface org.springframework.security.vote.LabelParameterStrategy
Evaluate if one particular argument is labeled.
isLogInteractiveAuthenticationSuccessEvents() - Method in class org.springframework.security.event.authentication.LoggerListener
 
isObserveOncePerRequest() - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
Indicates whether once-per-request handling will be observed.
isPasswordValid(String, String, Object) - Method in class org.springframework.security.providers.encoding.Md4PasswordEncoder
Takes a previously encoded password and compares it with a raw password after mixing in the salt and encoding that value.
isPasswordValid(String, String, Object) - Method in class org.springframework.security.providers.encoding.MessageDigestPasswordEncoder
Takes a previously encoded password and compares it with a rawpassword after mixing in the salt and encoding that value
isPasswordValid(String, String, Object) - Method in interface org.springframework.security.providers.encoding.PasswordEncoder
Validates a specified "raw" password against an encoded password.
isPasswordValid(String, String, Object) - Method in class org.springframework.security.providers.encoding.PlaintextPasswordEncoder
 
isPasswordValid(String, String, Object) - Method in class org.springframework.security.providers.ldap.authenticator.LdapShaPasswordEncoder
Checks the validity of an unencoded password against an encoded one in the form "{SSHA}sQuQF8vj8Eg2Y1hPdh3bkQhCKQBgjhQI".
isPermitted(int) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
isPermitted(int, int) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
isPermitted(int) - Method in interface org.springframework.security.acl.basic.BasicAclEntry
Deprecated. Determine if the mask of this entry includes this permission or not
isRejectPublicInvocations() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
isRememberMe(Authentication) - Method in interface org.springframework.security.AuthenticationTrustResolver
Indicates whether the passed Authentication token represents user that has been remembered (ie not a user that has been fully authenticated).
isRememberMe(Authentication) - Method in class org.springframework.security.AuthenticationTrustResolverImpl
 
isRemoveAfterRequest() - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
isSecure() - Method in class org.springframework.security.ui.savedrequest.SavedCookie
 
isServerSideRedirect() - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
isSingleton() - Method in class org.springframework.security.token.SecureRandomFactoryBean
 
isTokenExpired(long) - Method in class org.springframework.security.ui.rememberme.TokenBasedRememberMeServices
 
isUserInRole(String) - Method in class org.springframework.security.adapters.AbstractAdapterAuthenticationToken
Iterates the granted authorities and indicates whether or not the specified role is held.
isUserInRole(String) - Method in class org.springframework.security.wrapper.SecurityContextHolderAwareRequestWrapper
Simple searches for an exactly matching GrantedAuthority.getAuthority().
isUsernameBasedPrimaryKey() - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
isValid() - Method in class org.springframework.security.userdetails.memory.UserAttribute
 
isValidateConfigAttributes() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
isValidRedirectUrl(String) - Static method in class org.springframework.security.util.UrlUtils
 

J

J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource - Class in org.springframework.security.ui.preauth.j2ee
Implementation of AuthenticationDetailsSource which converts the user's J2EE roles (as obtained by calling HttpServletRequest.isUserInRole(String)) into GrantedAuthoritys and stores these in the authentication details object (.
J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource() - Constructor for class org.springframework.security.ui.preauth.j2ee.J2eeBasedPreAuthenticatedWebAuthenticationDetailsSource
Public constructor which overrides the default AuthenticationDetails class to be used.
j2eeMappableRoles - Variable in class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
 
J2eePreAuthenticatedProcessingFilter - Class in org.springframework.security.ui.preauth.j2ee
This AbstractPreAuthenticatedProcessingFilter implementation is based on the J2EE container-based authentication mechanism.
J2eePreAuthenticatedProcessingFilter() - Constructor for class org.springframework.security.ui.preauth.j2ee.J2eePreAuthenticatedProcessingFilter
 
j2eeUserRoles2GrantedAuthoritiesMapper - Variable in class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
 
JaasAuthenticationCallbackHandler - Interface in org.springframework.security.providers.jaas
The JaasAuthenticationCallbackHandler is similar to the javax.security.auth.callback.CallbackHandler interface in that it defines a handle method.
JaasAuthenticationEvent - Class in org.springframework.security.providers.jaas.event
Parent class for events fired by the JaasAuthenticationProvider.
JaasAuthenticationEvent(Authentication) - Constructor for class org.springframework.security.providers.jaas.event.JaasAuthenticationEvent
The Authentication object is stored as the ApplicationEvent 'source'.
JaasAuthenticationFailedEvent - Class in org.springframework.security.providers.jaas.event
Fired when LoginContext.login throws a LoginException, or if any other exception is thrown during that time.
JaasAuthenticationFailedEvent(Authentication, Exception) - Constructor for class org.springframework.security.providers.jaas.event.JaasAuthenticationFailedEvent
 
JaasAuthenticationProvider - Class in org.springframework.security.providers.jaas
An AuthenticationProvider implementation that retrieves user details from a JAAS login configuration.
JaasAuthenticationProvider() - Constructor for class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
JaasAuthenticationSuccessEvent - Class in org.springframework.security.providers.jaas.event
Fired by the JaasAuthenticationProvider after successfully logging the user into the LoginContext, handling all callbacks, and calling all AuthorityGranters.
JaasAuthenticationSuccessEvent(Authentication) - Constructor for class org.springframework.security.providers.jaas.event.JaasAuthenticationSuccessEvent
 
JaasAuthenticationToken - Class in org.springframework.security.providers.jaas
UsernamePasswordAuthenticationToken extension to carry the Jaas LoginContext that the user was logged into
JaasAuthenticationToken(Object, Object, LoginContext) - Constructor for class org.springframework.security.providers.jaas.JaasAuthenticationToken
 
JaasAuthenticationToken(Object, Object, GrantedAuthority[], LoginContext) - Constructor for class org.springframework.security.providers.jaas.JaasAuthenticationToken
 
JaasGrantedAuthority - Class in org.springframework.security.providers.jaas
Extends GrantedAuthorityImpl to hold the principal that an AuthorityGranter justified as a reason to grant this Authority.
JaasGrantedAuthority(String, Principal) - Constructor for class org.springframework.security.providers.jaas.JaasGrantedAuthority
 
JaasNameCallbackHandler - Class in org.springframework.security.providers.jaas
The most basic Callbacks to be handled when using a LoginContext from JAAS, are the NameCallback and PasswordCallback.
JaasNameCallbackHandler() - Constructor for class org.springframework.security.providers.jaas.JaasNameCallbackHandler
 
JaasPasswordCallbackHandler - Class in org.springframework.security.providers.jaas
The most basic Callbacks to be handled when using a LoginContext from JAAS, are the NameCallback and PasswordCallback.
JaasPasswordCallbackHandler() - Constructor for class org.springframework.security.providers.jaas.JaasPasswordCallbackHandler
 
JDBC_USER_DETAILS_MANAGER - Static variable in class org.springframework.security.config.BeanIds
 
JdbcDaoImpl - Class in org.springframework.security.acl.basic.jdbc
Deprecated. Use new spring-security-acl module instead
JdbcDaoImpl() - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
JdbcDaoImpl - Class in org.springframework.security.userdetails.jdbc
UserDetailsServiceRetrieves implementation which retrieves the user details (username, password, enabled flag, and authorities) from a database using JDBC queries.
JdbcDaoImpl() - Constructor for class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
JdbcDaoImpl.AclDetailsHolder - Class in org.springframework.security.acl.basic.jdbc
Deprecated. Used to hold details of a domain object instance's properties, or an individual ACL entry.
JdbcDaoImpl.AclDetailsHolder(Object, int) - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
Deprecated. Record details of an individual ACL entry (usually from the ACL_PERMISSION table)
JdbcDaoImpl.AclDetailsHolder(long, AclObjectIdentity, AclObjectIdentity, Class) - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
Deprecated. Record details of a domain object instance's properties (usually from the ACL_OBJECT_IDENTITY table)
JdbcDaoImpl.AclsByObjectIdentityMapping - Class in org.springframework.security.acl.basic.jdbc
Deprecated. Query object to look up individual ACL entries.
JdbcDaoImpl.AclsByObjectIdentityMapping(DataSource) - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclsByObjectIdentityMapping
Deprecated.  
JdbcDaoImpl.ObjectPropertiesMapping - Class in org.springframework.security.acl.basic.jdbc
Deprecated. Query object to look up properties for an object identity.
JdbcDaoImpl.ObjectPropertiesMapping(DataSource) - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.ObjectPropertiesMapping
Deprecated.  
JdbcExtendedDaoImpl - Class in org.springframework.security.acl.basic.jdbc
Deprecated. Use new spring-security-acl module instead
JdbcExtendedDaoImpl() - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
JdbcExtendedDaoImpl.AclObjectIdentityDelete - Class in org.springframework.security.acl.basic.jdbc
Deprecated.  
JdbcExtendedDaoImpl.AclObjectIdentityDelete(DataSource) - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.AclObjectIdentityDelete
Deprecated.  
JdbcExtendedDaoImpl.AclObjectIdentityInsert - Class in org.springframework.security.acl.basic.jdbc
Deprecated.  
JdbcExtendedDaoImpl.AclObjectIdentityInsert(DataSource) - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.AclObjectIdentityInsert
Deprecated.  
JdbcExtendedDaoImpl.AclPermissionDelete - Class in org.springframework.security.acl.basic.jdbc
Deprecated.  
JdbcExtendedDaoImpl.AclPermissionDelete(DataSource) - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionDelete
Deprecated.  
JdbcExtendedDaoImpl.AclPermissionInsert - Class in org.springframework.security.acl.basic.jdbc
Deprecated.  
JdbcExtendedDaoImpl.AclPermissionInsert(DataSource) - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionInsert
Deprecated.  
JdbcExtendedDaoImpl.AclPermissionUpdate - Class in org.springframework.security.acl.basic.jdbc
Deprecated.  
JdbcExtendedDaoImpl.AclPermissionUpdate(DataSource) - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionUpdate
Deprecated.  
JdbcExtendedDaoImpl.LookupPermissionIdMapping - Class in org.springframework.security.acl.basic.jdbc
Deprecated.  
JdbcExtendedDaoImpl.LookupPermissionIdMapping(DataSource) - Constructor for class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.LookupPermissionIdMapping
Deprecated.  
JdbcTokenRepositoryImpl - Class in org.springframework.security.ui.rememberme
JDBC based persistent login token repository implementation.
JdbcTokenRepositoryImpl() - Constructor for class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
 
JdbcTokenRepositoryImpl.InsertToken - Class in org.springframework.security.ui.rememberme
 
JdbcTokenRepositoryImpl.InsertToken(DataSource) - Constructor for class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl.InsertToken
 
JdbcTokenRepositoryImpl.RemoveUserTokens - Class in org.springframework.security.ui.rememberme
 
JdbcTokenRepositoryImpl.RemoveUserTokens(DataSource) - Constructor for class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl.RemoveUserTokens
 
JdbcTokenRepositoryImpl.TokensBySeriesMapping - Class in org.springframework.security.ui.rememberme
 
JdbcTokenRepositoryImpl.TokensBySeriesMapping(DataSource) - Constructor for class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl.TokensBySeriesMapping
 
JdbcTokenRepositoryImpl.UpdateToken - Class in org.springframework.security.ui.rememberme
 
JdbcTokenRepositoryImpl.UpdateToken(DataSource) - Constructor for class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl.UpdateToken
 
JdbcUserDetailsManager - Class in org.springframework.security.userdetails.jdbc
Jdbc user management service.
JdbcUserDetailsManager() - Constructor for class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
JdbcUserServiceBeanDefinitionParser - Class in org.springframework.security.config
 
JdbcUserServiceBeanDefinitionParser() - Constructor for class org.springframework.security.config.JdbcUserServiceBeanDefinitionParser
 
JSR_250_METHOD_DEFINITION_SOURCE - Static variable in class org.springframework.security.config.BeanIds
 

K

KeyBasedPersistenceTokenService - Class in org.springframework.security.token
Basic implementation of TokenService that is compatible with clusters and across machine restarts, without requiring database persistence.
KeyBasedPersistenceTokenService() - Constructor for class org.springframework.security.token.KeyBasedPersistenceTokenService
 

L

LabelBasedAclVoter - Class in org.springframework.security.vote
Deprecated. Use new spring-security-acl module instead
LabelBasedAclVoter() - Constructor for class org.springframework.security.vote.LabelBasedAclVoter
Deprecated.  
LabeledData - Interface in org.springframework.security.vote
This interface indicates data objects that carry a label.
LabelParameterStrategy - Interface in org.springframework.security.vote
This is a strategy interface for determining which parts of a method invocation are labeled.
LDAP_AUTHENTICATION_PROVIDER - Static variable in class org.springframework.security.config.BeanIds
 
LDAP_AUTHORITIES_POPULATOR_CLASS - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
LDAP_SEARCH_CLASS - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
LDAP_USER_MAPPER_CLASS - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
LdapAuthenticationProvider - Class in org.springframework.security.providers.ldap
An AuthenticationProvider implementation that authenticates against an LDAP server.
LdapAuthenticationProvider(LdapAuthenticator, LdapAuthoritiesPopulator) - Constructor for class org.springframework.security.providers.ldap.LdapAuthenticationProvider
Create an instance with the supplied authenticator and authorities populator implementations.
LdapAuthenticationProvider(LdapAuthenticator) - Constructor for class org.springframework.security.providers.ldap.LdapAuthenticationProvider
Creates an instance with the supplied authenticator and a null authorities populator.
LdapAuthenticator - Interface in org.springframework.security.providers.ldap
The strategy interface for locating and authenticating an Ldap user.
LdapAuthoritiesPopulator - Interface in org.springframework.security.ldap
Obtains a list of granted authorities for an Ldap user.
LdapCallback - Interface in org.springframework.security.ldap
Deprecated. use spring-ldap ContextExecutor instead.
LdapDataAccessException - Exception in org.springframework.security.ldap
Deprecated. Spring LDAP classes are now used instead.
LdapDataAccessException(String) - Constructor for exception org.springframework.security.ldap.LdapDataAccessException
Deprecated.  
LdapDataAccessException(String, Throwable) - Constructor for exception org.springframework.security.ldap.LdapDataAccessException
Deprecated.  
LdapEntryMapper - Interface in org.springframework.security.ldap
Deprecated. in favour of Spring LDAP ContextMapper
LdapProviderBeanDefinitionParser - Class in org.springframework.security.config
Ldap authentication provider namespace configuration.
LdapProviderBeanDefinitionParser() - Constructor for class org.springframework.security.config.LdapProviderBeanDefinitionParser
 
LdapServerBeanDefinitionParser - Class in org.springframework.security.config
 
LdapServerBeanDefinitionParser() - Constructor for class org.springframework.security.config.LdapServerBeanDefinitionParser
 
LdapShaPasswordEncoder - Class in org.springframework.security.providers.ldap.authenticator
A version of ShaPasswordEncoder which supports Ldap SHA and SSHA (salted-SHA) encodings.
LdapShaPasswordEncoder() - Constructor for class org.springframework.security.providers.ldap.authenticator.LdapShaPasswordEncoder
 
LdapUserDetails - Interface in org.springframework.security.userdetails.ldap
Captures the information for a user's LDAP entry.
LdapUserDetailsImpl - Class in org.springframework.security.userdetails.ldap
A UserDetails implementation which is used internally by the Ldap services.
LdapUserDetailsImpl() - Constructor for class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
LdapUserDetailsImpl.Essence - Class in org.springframework.security.userdetails.ldap
Variation of essence pattern.
LdapUserDetailsImpl.Essence() - Constructor for class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
LdapUserDetailsImpl.Essence(DirContextOperations) - Constructor for class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
LdapUserDetailsImpl.Essence(LdapUserDetails) - Constructor for class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
LdapUserDetailsManager - Class in org.springframework.security.userdetails.ldap
An Ldap implementation of UserDetailsManager.
LdapUserDetailsManager(ContextSource) - Constructor for class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
LdapUserDetailsMapper - Class in org.springframework.security.userdetails.ldap
The context mapper used by the LDAP authentication provider to create an LDAP user object.
LdapUserDetailsMapper() - Constructor for class org.springframework.security.userdetails.ldap.LdapUserDetailsMapper
 
LdapUserDetailsService - Class in org.springframework.security.userdetails.ldap
LDAP implementation of UserDetailsService based around an LdapUserSearch and an LdapAuthoritiesPopulator.
LdapUserDetailsService(LdapUserSearch, LdapAuthoritiesPopulator) - Constructor for class org.springframework.security.userdetails.ldap.LdapUserDetailsService
 
LdapUsernameToDnMapper - Interface in org.springframework.security.ldap
Constructs an Ldap Distinguished Name from a username.
LdapUserSearch - Interface in org.springframework.security.ldap
Obtains a user's information from the LDAP directory given a login name.
LdapUserServiceBeanDefinitionParser - Class in org.springframework.security.config
 
LdapUserServiceBeanDefinitionParser() - Constructor for class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
LdapUtils - Class in org.springframework.security.ldap
LDAP Utility methods.
loadGroupAuthorities(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
loadUserAuthorities(DirContextOperations, String, String) - Method in class org.springframework.security.providers.ldap.LdapAuthenticationProvider
 
loadUserAuthorities(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
Loads authorities by executing the authoritiesByUsernameQuery.
loadUserByUsername(String) - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsServiceWrapper
Deprecated.  
loadUserByUsername(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
loadUserByUsername(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
loadUserByUsername(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsService
 
loadUserByUsername(String) - Method in class org.springframework.security.userdetails.memory.InMemoryDaoImpl
 
loadUserByUsername(String) - Method in interface org.springframework.security.userdetails.UserDetailsService
Locates the user based on the username.
loadUserDetails(Authentication) - Method in class org.springframework.security.providers.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService
Get a UserDetails object based on the user name contained in the given token, and the GrantedAuthorities as returned by the GrantedAuthoritiesContainer implementation as returned by the token.getDetails() method.
loadUserDetails(Authentication) - Method in interface org.springframework.security.userdetails.AuthenticationUserDetailsService
 
loadUserDetails(Authentication) - Method in class org.springframework.security.userdetails.UserDetailsByNameServiceWrapper
Get the UserDetails object from the wrapped UserDetailsService implementation
loadUsersByUsername(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
Executes the usersByUsernameQuery and returns a list of UserDetails objects (there should normally only be one matching user).
LockedException - Exception in org.springframework.security
Thrown if an authentication request is rejected because the account is locked.
LockedException(String) - Constructor for exception org.springframework.security.LockedException
Constructs a LockedException with the specified message.
LockedException(String, Throwable) - Constructor for exception org.springframework.security.LockedException
Constructs a LockedException with the specified message and root cause.
LockedException(String, Object) - Constructor for exception org.springframework.security.LockedException
 
log - Static variable in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
logger - Static variable in class org.springframework.security.afterinvocation.AfterInvocationProviderManager
 
logger - Static variable in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
logger - Static variable in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
logger - Static variable in class org.springframework.security.concurrent.SessionRegistryImpl
 
logger - Variable in class org.springframework.security.config.AnonymousBeanDefinitionParser
 
logger - Variable in class org.springframework.security.config.FormLoginBeanDefinitionParser
 
logger - Variable in class org.springframework.security.config.RememberMeBeanDefinitionParser
 
logger - Static variable in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
logger - Static variable in class org.springframework.security.intercept.method.MethodInvocationPrivilegeEvaluator
 
logger - Variable in class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
 
logger - Static variable in class org.springframework.security.intercept.web.WebInvocationPrivilegeEvaluator
 
logger - Static variable in class org.springframework.security.ui.AccessDeniedHandlerImpl
 
logger - Variable in class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
 
logger - Variable in class org.springframework.security.ui.preauth.x509.SubjectDnX509PrincipalExtractor
 
logger - Variable in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
logger - Static variable in class org.springframework.security.ui.savedrequest.SavedRequest
 
logger - Variable in class org.springframework.security.ui.SpringSecurityFilter
 
logger - Variable in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
logger - Static variable in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
LoggerListener - Class in org.springframework.security.event.authentication
Outputs authentication-related application events to Commons Logging.
LoggerListener() - Constructor for class org.springframework.security.event.authentication.LoggerListener
 
LoggerListener - Class in org.springframework.security.event.authorization
Outputs interceptor-related application events to Commons Logging.
LoggerListener() - Constructor for class org.springframework.security.event.authorization.LoggerListener
 
login() - Method in class org.springframework.security.providers.jaas.SecurityContextLoginModule
Authenticate the Subject (phase one) by extracting the Spring Security Authentication from the current SecurityContext.
LOGIN_PAGE_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
LoginExceptionResolver - Interface in org.springframework.security.providers.jaas
The JaasAuthenticationProvider takes an instance of LoginExceptionResolver to resolve LoginModule specific exceptions to Spring Security exceptions.
loginFail(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
loginFail(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.rememberme.NullRememberMeServices
 
loginFail(HttpServletRequest, HttpServletResponse) - Method in interface org.springframework.security.ui.rememberme.RememberMeServices
Called whenever an interactive authentication attempt was made, but the credentials supplied by the user were missing or otherwise invalid.
loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Examines the incoming request and checks for the presence of the configured "remember me" parameter.
loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.rememberme.NullRememberMeServices
 
loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in interface org.springframework.security.ui.rememberme.RememberMeServices
Called whenever an interactive authentication attempt is successful.
logout() - Method in class org.springframework.security.providers.jaas.SecurityContextLoginModule
Log out the Subject.
logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in interface org.springframework.security.ui.logout.LogoutHandler
Causes a logout to be completed.
logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.logout.SecurityContextLogoutHandler
Requires the request to be passed in.
logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Implementation of LogoutHandler.
LOGOUT_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
LOGOUT_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
LogoutBeanDefinitionParser - Class in org.springframework.security.config
 
LogoutBeanDefinitionParser(String) - Constructor for class org.springframework.security.config.LogoutBeanDefinitionParser
 
LogoutFilter - Class in org.springframework.security.ui.logout
Logs a principal out.
LogoutFilter(String, LogoutHandler[]) - Constructor for class org.springframework.security.ui.logout.LogoutFilter
 
LogoutHandler - Interface in org.springframework.security.ui.logout
Indicates a class that is able to participate in logout handling.
lookupAttributes(Method) - Method in class org.springframework.security.intercept.method.AbstractMethodDefinitionSource
Performs the actual lookup of the relevant ConfigAttributeDefinition for the specified Method which is subject of the method invocation.
lookupAttributes(String) - Method in class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
 
lookupAttributes(String, String) - Method in class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
Performs the actual lookup of the relevant ConfigAttributeDefinition for the specified FilterInvocation.
lookupHttpPort(Integer) - Method in interface org.springframework.security.util.PortMapper
Locates the HTTP port associated with the specified HTTPS port.
lookupHttpPort(Integer) - Method in class org.springframework.security.util.PortMapperImpl
 
lookupHttpsPort(Integer) - Method in interface org.springframework.security.util.PortMapper
Locates the HTTPS port associated with the specified HTTP port.
lookupHttpsPort(Integer) - Method in class org.springframework.security.util.PortMapperImpl
 

M

MAIN_ENTRY_POINT - Static variable in class org.springframework.security.config.BeanIds
 
makeTokenSignature(long, String, String) - Method in class org.springframework.security.ui.rememberme.TokenBasedRememberMeServices
Calculates the digital signature to be put in the cookie.
mapAttributes(String, Attributes) - Method in interface org.springframework.security.ldap.LdapEntryMapper
Deprecated.  
MapBasedAttributes2GrantedAuthoritiesMapper - Class in org.springframework.security.authoritymapping
This class implements the Attributes2GrantedAuthoritiesMapper and MappableAttributesRetriever interfaces based on the supplied Map.
MapBasedAttributes2GrantedAuthoritiesMapper() - Constructor for class org.springframework.security.authoritymapping.MapBasedAttributes2GrantedAuthoritiesMapper
 
MapBasedMethodDefinitionSource - Class in org.springframework.security.intercept.method
Stores a ConfigAttributeDefinition for a method or class signature.
MapBasedMethodDefinitionSource() - Constructor for class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
 
MapBasedMethodDefinitionSource(Map) - Constructor for class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
Creates the MapBasedMethodDefinitionSource from a
MappableAttributesRetriever - Interface in org.springframework.security.authoritymapping
Interface to be implemented by classes that can retrieve a list of mappable security attribute strings (for example the list of all available J2EE roles in a web or EJB application).
mapPassword(Object) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsMapper
Extension point to allow customized creation of the user's password from the attribute stored in the directory.
mapRow(ResultSet, int) - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.AclsByObjectIdentityMapping
Deprecated.  
mapRow(ResultSet, int) - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl.ObjectPropertiesMapping
Deprecated.  
mapRow(ResultSet, int) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.LookupPermissionIdMapping
Deprecated.  
mapRow(ResultSet, int) - Method in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl.TokensBySeriesMapping
 
mapUserFromContext(DirContextOperations, String, GrantedAuthority[]) - Method in class org.springframework.security.userdetails.ldap.InetOrgPersonContextMapper
 
mapUserFromContext(DirContextOperations, String, GrantedAuthority[]) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsMapper
 
mapUserFromContext(DirContextOperations, String, GrantedAuthority[]) - Method in class org.springframework.security.userdetails.ldap.PersonContextMapper
 
mapUserFromContext(DirContextOperations, String, GrantedAuthority[]) - Method in interface org.springframework.security.userdetails.ldap.UserDetailsContextMapper
Creates a fully populated UserDetails object for use by the security framework.
mapUserToContext(UserDetails, DirContextAdapter) - Method in class org.springframework.security.userdetails.ldap.InetOrgPersonContextMapper
 
mapUserToContext(UserDetails, DirContextAdapter) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsMapper
 
mapUserToContext(UserDetails, DirContextAdapter) - Method in class org.springframework.security.userdetails.ldap.PersonContextMapper
 
mapUserToContext(UserDetails, DirContextAdapter) - Method in interface org.springframework.security.userdetails.ldap.UserDetailsContextMapper
Reverse of the above operation.
Md4PasswordEncoder - Class in org.springframework.security.providers.encoding
MD4 implementation of PasswordEncoder.
Md4PasswordEncoder() - Constructor for class org.springframework.security.providers.encoding.Md4PasswordEncoder
 
Md5PasswordEncoder - Class in org.springframework.security.providers.encoding
MD5 implementation of PasswordEncoder.
Md5PasswordEncoder() - Constructor for class org.springframework.security.providers.encoding.Md5PasswordEncoder
 
mergePasswordAndSalt(String, Object, boolean) - Method in class org.springframework.security.providers.encoding.BasePasswordEncoder
Used by subclasses to generate a merged password and salt String.
MessageDigestPasswordEncoder - Class in org.springframework.security.providers.encoding
Base for digest password encoders.
MessageDigestPasswordEncoder(String) - Constructor for class org.springframework.security.providers.encoding.MessageDigestPasswordEncoder
The digest algorithm to use Supports the named Message Digest Algorithms in the Java environment.
MessageDigestPasswordEncoder(String, boolean) - Constructor for class org.springframework.security.providers.encoding.MessageDigestPasswordEncoder
Convenience constructor for specifying the algorithm and whether or not to enable base64 encoding
messages - Variable in class org.springframework.security.adapters.AuthByAdapterProvider
 
messages - Variable in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
messages - Variable in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
 
messages - Variable in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
messages - Variable in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated.  
messages - Variable in class org.springframework.security.ldap.DefaultSpringSecurityContextSource
 
messages - Variable in class org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider
 
messages - Variable in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
messages - Variable in class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
 
messages - Variable in class org.springframework.security.providers.ldap.LdapAuthenticationProvider
 
messages - Variable in class org.springframework.security.providers.ProviderManager
 
messages - Variable in class org.springframework.security.providers.rememberme.RememberMeAuthenticationProvider
 
messages - Variable in class org.springframework.security.providers.x509.populator.DaoX509AuthoritiesPopulator
Deprecated.  
messages - Variable in class org.springframework.security.providers.x509.X509AuthenticationProvider
Deprecated.  
messages - Variable in class org.springframework.security.runas.RunAsImplAuthenticationProvider
 
messages - Variable in class org.springframework.security.ui.AbstractProcessingFilter
 
messages - Variable in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
messages - Variable in class org.springframework.security.ui.preauth.x509.SubjectDnX509PrincipalExtractor
 
messages - Variable in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
messages - Variable in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
messages - Variable in class org.springframework.security.userdetails.checker.AccountStatusUserDetailsChecker
 
messages - Variable in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
 
messages - Variable in class org.springframework.security.vote.AbstractAccessDecisionManager
 
METHOD_DEFINITION_SOURCE_ADVISOR - Static variable in class org.springframework.security.config.BeanIds
 
METHOD_SECURITY_INTERCEPTOR - Static variable in class org.springframework.security.config.BeanIds
 
METHOD_SECURITY_INTERCEPTOR_POST_PROCESSOR - Static variable in class org.springframework.security.config.BeanIds
 
MethodDefinitionAttributes - Class in org.springframework.security.intercept.method
Provides ConfigAttributeDefinitions for a method signature (via the lookupAttributes method) by delegating to a configured Attributes object.
MethodDefinitionAttributes() - Constructor for class org.springframework.security.intercept.method.MethodDefinitionAttributes
 
MethodDefinitionSource - Interface in org.springframework.security.intercept.method
Interface for ObjectDefinitionSource implementations that are designed to perform lookups keyed on Methods.
MethodDefinitionSourceAdvisor - Class in org.springframework.security.intercept.method.aopalliance
Advisor driven by a MethodDefinitionSource, used to exclude a MethodSecurityInterceptor from public (ie non-secure) methods.
MethodDefinitionSourceAdvisor(MethodSecurityInterceptor) - Constructor for class org.springframework.security.intercept.method.aopalliance.MethodDefinitionSourceAdvisor
Deprecated. use the decoupled approach instead
MethodDefinitionSourceAdvisor(String, MethodDefinitionSource) - Constructor for class org.springframework.security.intercept.method.aopalliance.MethodDefinitionSourceAdvisor
Alternative constructor for situations where we want the advisor decoupled from the advice.
MethodDefinitionSourceEditor - Class in org.springframework.security.intercept.method
Property editor to assist with the setup of a MethodDefinitionSource.
MethodDefinitionSourceEditor() - Constructor for class org.springframework.security.intercept.method.MethodDefinitionSourceEditor
 
MethodInvocationPrivilegeEvaluator - Class in org.springframework.security.intercept.method
Allows users to determine whether they have "before invocation" privileges for a given method invocation.
MethodInvocationPrivilegeEvaluator() - Constructor for class org.springframework.security.intercept.method.MethodInvocationPrivilegeEvaluator
 
MethodInvocationUtils - Class in org.springframework.security.util
Static utility methods for creating MethodInvocations usable within Spring Security.
methodMap - Variable in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
Map from RegisteredMethod to ConfigAttributeDefinition
MethodSecurityInterceptor - Class in org.springframework.security.intercept.method.aopalliance
Provides security interception of AOP Alliance based method invocations.
MethodSecurityInterceptor() - Constructor for class org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor
 
MethodSecurityInterceptorPostProcessor - Class in org.springframework.security.config
BeanPostProcessor which sets the AfterInvocationManager on the default MethodSecurityInterceptor, if one has been configured.
MethodSecurityInterceptorPostProcessor() - Constructor for class org.springframework.security.config.MethodSecurityInterceptorPostProcessor
 
MockAuthenticationManager - Class in org.springframework.security
Simply accepts as valid whatever is passed to it, if grantAccess is set to true.
MockAuthenticationManager(boolean) - Constructor for class org.springframework.security.MockAuthenticationManager
 
MockAuthenticationManager() - Constructor for class org.springframework.security.MockAuthenticationManager
 
MODE_GLOBAL - Static variable in class org.springframework.security.context.SecurityContextHolder
 
MODE_INHERITABLETHREADLOCAL - Static variable in class org.springframework.security.context.SecurityContextHolder
 
MODE_THREADLOCAL - Static variable in class org.springframework.security.context.SecurityContextHolder
 
modifyGrantedAuthorities(UserDetails, Authentication, List) - Method in interface org.springframework.security.ui.switchuser.SwitchUserAuthorityChanger
Allow subclasses to add or remove authorities that will be granted when in switch user mode.
MutableGrantedAuthoritiesContainer - Interface in org.springframework.security
Indicates that a object can be used to store and retrieve GrantedAuthority objects.

N

NamedEntityObjectIdentity - Class in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
NamedEntityObjectIdentity(String, String) - Constructor for class org.springframework.security.acl.basic.NamedEntityObjectIdentity
Deprecated.  
NamedEntityObjectIdentity(Object) - Constructor for class org.springframework.security.acl.basic.NamedEntityObjectIdentity
Deprecated. Creates the NamedEntityObjectIdentity based on the passed object instance.
NamespaceAuthenticationManager - Class in org.springframework.security.config
Extended version of the default authentication manager which lazily initializes the list of AuthenticationProviders.
NamespaceAuthenticationManager() - Constructor for class org.springframework.security.config.NamespaceAuthenticationManager
 
NamingExceptionTranslator - Interface in org.springframework.security.ldap
Deprecated. Spring ldap is used instead.
newInitialDirContext() - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated. Connects anonymously unless a manager user has been specified, in which case it will bind as the manager.
newInitialDirContext(String, String) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated.  
newInitialDirContext() - Method in interface org.springframework.security.ldap.InitialDirContextFactory
Deprecated. Provides an initial context without specific user information.
newInitialDirContext(String, String) - Method in interface org.springframework.security.ldap.InitialDirContextFactory
Deprecated. Provides an initial context by binding as a specific user.
nextElement() - Method in class org.springframework.security.ui.savedrequest.Enumerator
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
NO_ATTRIBUTES - Static variable in class org.springframework.security.ConfigAttributeDefinition
 
NO_ATTRS - Static variable in class org.springframework.security.ldap.SpringSecurityLdapTemplate
 
NO_AUTHORITIES - Static variable in class org.springframework.security.util.AuthorityUtils
 
NonceExpiredException - Exception in org.springframework.security.ui.digestauth
Thrown if an authentication request is rejected because the digest nonce has expired.
NonceExpiredException(String) - Constructor for exception org.springframework.security.ui.digestauth.NonceExpiredException
Constructs a NonceExpiredException with the specified message.
NonceExpiredException(String, Throwable) - Constructor for exception org.springframework.security.ui.digestauth.NonceExpiredException
Constructs a NonceExpiredException with the specified message and root cause.
NOTHING - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
NTLM_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
NullAclEntryCache - Class in org.springframework.security.acl.basic.cache
Deprecated. Use new spring-security-acl module instead
NullAclEntryCache() - Constructor for class org.springframework.security.acl.basic.cache.NullAclEntryCache
Deprecated.  
NullConcurrentSessionController - Class in org.springframework.security.concurrent
No-op implementation of ConcurrentSessionController.
NullConcurrentSessionController() - Constructor for class org.springframework.security.concurrent.NullConcurrentSessionController
 
NullRememberMeServices - Class in org.springframework.security.ui.rememberme
Implementation of NullRememberMeServices that does nothing.
NullRememberMeServices() - Constructor for class org.springframework.security.ui.rememberme.NullRememberMeServices
 
NullRunAsManager - Class in org.springframework.security.runas
Implementation of a RunAsManager that does nothing.
NullRunAsManager() - Constructor for class org.springframework.security.runas.NullRunAsManager
 
NullUserCache - Class in org.springframework.security.providers.dao.cache
Does not perform any caching.
NullUserCache() - Constructor for class org.springframework.security.providers.dao.cache.NullUserCache
 
NullX509UserCache - Class in org.springframework.security.providers.x509.cache
Deprecated.  
NullX509UserCache() - Constructor for class org.springframework.security.providers.x509.cache.NullX509UserCache
Deprecated.  

O

ObjectDefinitionSource - Interface in org.springframework.security.intercept
Implemented by classes that store and can identify the ConfigAttributeDefinition that applies to a given secure object invocation.
objectProperties - Variable in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
obtainAllDefinedFilters() - Method in class org.springframework.security.util.FilterChainProxy
Obtains all of the uniqueFilter instances registered in the map of filter chains.
obtainFullSavedRequestUrl(HttpServletRequest) - Static method in class org.springframework.security.ui.AbstractProcessingFilter
 
obtainIdentity(Object) - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated. This method looks up the AclObjectIdentity of a passed domain object instance.
obtainObjectDefinitionSource() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
obtainObjectDefinitionSource() - Method in class org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor
 
obtainObjectDefinitionSource() - Method in class org.springframework.security.intercept.method.aspectj.AspectJAnnotationSecurityInterceptor
 
obtainObjectDefinitionSource() - Method in class org.springframework.security.intercept.method.aspectj.AspectJSecurityInterceptor
 
obtainObjectDefinitionSource() - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
 
obtainPassword(HttpServletRequest) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
Enables subclasses to override the composition of the password, such as by including additional values and a separator.
obtainPasswordAndSalt(String) - Method in class org.springframework.security.providers.encoding.PlaintextPasswordEncoder
Demerges the previously PlaintextPasswordEncoder.encodePassword(String, Object)String.
obtainPrincipalFromAuthentication(Authentication) - Static method in class org.springframework.security.concurrent.SessionRegistryUtils
 
obtainSessionIdFromAuthentication(Authentication) - Static method in class org.springframework.security.concurrent.SessionRegistryUtils
 
obtainUsername(HttpServletRequest) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
Enables subclasses to override the composition of the username, such as by including additional values and a separator.
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.security.concurrent.SessionRegistryImpl
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.security.event.authentication.LoggerListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.security.event.authorization.LoggerListener
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
onLoginFail(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
onLoginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Called from loginSuccess when a remember-me login has been requested.
onLoginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.rememberme.PersistentTokenBasedRememberMeServices
Creates a new persistent login token with a new series number, stores the data in the persistent token repository and adds the corresponding cookie to the response.
onLoginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.rememberme.TokenBasedRememberMeServices
 
onPreAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
onSuccessfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
onSuccessfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
onSuccessfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
Called if a remember-me token is presented and successfully authenticated by the RememberMeServices autoLogin method and the AuthenticationManager.
onUnsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
onUnsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
onUnsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
Called if the AuthenticationManager rejects the authentication object returned from the RememberMeServices autoLogin method.
OPEN_ID_ENTRY_POINT - Static variable in class org.springframework.security.config.BeanIds
 
OPEN_ID_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
OPEN_ID_PROVIDER - Static variable in class org.springframework.security.config.BeanIds
 
OPENID_PROCESSING_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
OPT_DEFAULT_PORT - Static variable in class org.springframework.security.config.LdapServerBeanDefinitionParser
 
OrderedFilterBeanDefinitionDecorator - Class in org.springframework.security.config
Adds the decorated "Filter" bean into the standard filter chain maintained by the FilterChainProxy.
OrderedFilterBeanDefinitionDecorator() - Constructor for class org.springframework.security.config.OrderedFilterBeanDefinitionDecorator
 
org.springframework.security - package org.springframework.security
Provides core Spring Security interfaces and classes.
org.springframework.security.acl - package org.springframework.security.acl
Enables retrieval of access control lists (ACLs) for domain object instances.
org.springframework.security.acl.basic - package org.springframework.security.acl.basic
Access control list implementation based on integer bit masks.
org.springframework.security.acl.basic.cache - package org.springframework.security.acl.basic.cache
Caches ACL information for the BasicAclProvider.
org.springframework.security.acl.basic.jdbc - package org.springframework.security.acl.basic.jdbc
JDBC-based data access object for ACL information.
org.springframework.security.adapters - package org.springframework.security.adapters
Allows external containers to obtain authentication information from the system.
org.springframework.security.afterinvocation - package org.springframework.security.afterinvocation
Used for post-processing of an object returned from a secure object invocation.
org.springframework.security.authoritymapping - package org.springframework.security.authoritymapping
 
org.springframework.security.concurrent - package org.springframework.security.concurrent
Concurrent session control and registration classes.
org.springframework.security.config - package org.springframework.security.config
 
org.springframework.security.context - package org.springframework.security.context
Provides a "request context".
org.springframework.security.context.httpinvoker - package org.springframework.security.context.httpinvoker
Enables use of Spring's HttpInvoker extension points to present the principal and credentials located in the ContextHolder via BASIC authentication.
org.springframework.security.context.rmi - package org.springframework.security.context.rmi
Enables use of Spring's RMI remoting extension points to propagate the ContextHolder (which should contain an Authentication request token) from one JVM to the remote JVM.
org.springframework.security.event.authentication - package org.springframework.security.event.authentication
Enables events to be published to the Spring application context.
org.springframework.security.event.authorization - package org.springframework.security.event.authorization
Provides support objects for security event interception (ie authorization).
org.springframework.security.firewall - package org.springframework.security.firewall
 
org.springframework.security.intercept - package org.springframework.security.intercept
Actually enforces the security and ties the whole security system together.
org.springframework.security.intercept.method - package org.springframework.security.intercept.method
Provides support objects for securing Java method invocations via different AOP libraries.
org.springframework.security.intercept.method.aopalliance - package org.springframework.security.intercept.method.aopalliance
Enforces security for AOP Alliance MethodInvocations, such as via Spring AOP.
org.springframework.security.intercept.method.aspectj - package org.springframework.security.intercept.method.aspectj
Enforces security for AspectJ JointPoints, delegating secure object callbacks to the calling aspect.
org.springframework.security.intercept.web - package org.springframework.security.intercept.web
Enforces security for HTTP requests, typically by the URL requested.
org.springframework.security.ldap - package org.springframework.security.ldap
 
org.springframework.security.ldap.populator - package org.springframework.security.ldap.populator
LdapAuthoritiesPopulator implementations.
org.springframework.security.ldap.search - package org.springframework.security.ldap.search
LdapUserSearch implementations.
org.springframework.security.providers - package org.springframework.security.providers
Implements a provider-based approach to authentication decisions.
org.springframework.security.providers.anonymous - package org.springframework.security.providers.anonymous
Allows you to secure every invocation (especially useful for web request URI security) by always having either an actual principal or an anonymous principal authenticated.
org.springframework.security.providers.dao - package org.springframework.security.providers.dao
An authentication provider that relies upon a data access object.
org.springframework.security.providers.dao.cache - package org.springframework.security.providers.dao.cache
Caches User objects for the DaoAuthenticationProvider.
org.springframework.security.providers.dao.salt - package org.springframework.security.providers.dao.salt
Implementations that provide salts for more secure password encoding.
org.springframework.security.providers.encoding - package org.springframework.security.providers.encoding
Password encoding implementations.
org.springframework.security.providers.jaas - package org.springframework.security.providers.jaas
An authentication provider for JAAS.
org.springframework.security.providers.jaas.event - package org.springframework.security.providers.jaas.event
Enables JAAS events to be published to the Spring application context.
org.springframework.security.providers.ldap - package org.springframework.security.providers.ldap
The LDAP authentication provider package.
org.springframework.security.providers.ldap.authenticator - package org.springframework.security.providers.ldap.authenticator
LDAP authenticator implementations.
org.springframework.security.providers.preauth - package org.springframework.security.providers.preauth
 
org.springframework.security.providers.rcp - package org.springframework.security.providers.rcp
Allows remote clients to authenticate and obtain a populated Authentication object.
org.springframework.security.providers.rememberme - package org.springframework.security.providers.rememberme
Authentication provider that processes RememberMeAuthenticationTokens.
org.springframework.security.providers.x509 - package org.springframework.security.providers.x509
This package is now deprecated and will be removed in a future version.
org.springframework.security.providers.x509.cache - package org.springframework.security.providers.x509.cache
Deprecated and will be removed in a future version.
org.springframework.security.providers.x509.populator - package org.springframework.security.providers.x509.populator
This package is now deprecated and will be removed in a future version.
org.springframework.security.runas - package org.springframework.security.runas
Allows secure objects to be run under a different authentication identity.
org.springframework.security.securechannel - package org.springframework.security.securechannel
Classes that ensure web requests are received over required transport channels.
org.springframework.security.token - package org.springframework.security.token
 
org.springframework.security.ui - package org.springframework.security.ui
Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc).
org.springframework.security.ui.basicauth - package org.springframework.security.ui.basicauth
Authenticates HTTP BASIC authentication requests.
org.springframework.security.ui.digestauth - package org.springframework.security.ui.digestauth
Authenticates HTTP Digest authentication requests.
org.springframework.security.ui.logout - package org.springframework.security.ui.logout
 
org.springframework.security.ui.preauth - package org.springframework.security.ui.preauth
 
org.springframework.security.ui.preauth.header - package org.springframework.security.ui.preauth.header
 
org.springframework.security.ui.preauth.j2ee - package org.springframework.security.ui.preauth.j2ee
 
org.springframework.security.ui.preauth.websphere - package org.springframework.security.ui.preauth.websphere
 
org.springframework.security.ui.preauth.x509 - package org.springframework.security.ui.preauth.x509
 
org.springframework.security.ui.rememberme - package org.springframework.security.ui.rememberme
Support for remembering a user between different web sessions.
org.springframework.security.ui.savedrequest - package org.springframework.security.ui.savedrequest
Stores a HttpServletRequest so that it can subsequently be emulated by the SavedRequestAwareWrapper.
org.springframework.security.ui.session - package org.springframework.security.ui.session
HttpSession events and publisher classes.
org.springframework.security.ui.switchuser - package org.springframework.security.ui.switchuser
Provides HTTP-based "switch user" (su) capabilities.
org.springframework.security.ui.webapp - package org.springframework.security.ui.webapp
Authenticates users via HTTP properties, headers and session.
org.springframework.security.ui.x509 - package org.springframework.security.ui.x509
This package is now deprecated and will be removed in a future version.
org.springframework.security.userdetails - package org.springframework.security.userdetails
 
org.springframework.security.userdetails.checker - package org.springframework.security.userdetails.checker
 
org.springframework.security.userdetails.hierarchicalroles - package org.springframework.security.userdetails.hierarchicalroles
 
org.springframework.security.userdetails.jdbc - package org.springframework.security.userdetails.jdbc
Exposes a JDBC-based authentication repository.
org.springframework.security.userdetails.ldap - package org.springframework.security.userdetails.ldap
 
org.springframework.security.userdetails.memory - package org.springframework.security.userdetails.memory
Exposes an in-memory authentication repository.
org.springframework.security.util - package org.springframework.security.util
General utility classes used throughout the Spring Security framework.
org.springframework.security.vote - package org.springframework.security.vote
Implements a vote-based approach to authorization decisions.
org.springframework.security.wrapper - package org.springframework.security.wrapper
Populates a Servlet request with a new Spring Security compliant HttpServletRequestWrapper.

P

parse(Element, ParserContext) - Method in class org.springframework.security.config.AbstractUserDetailsServiceBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.AnonymousBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.AuthenticationManagerBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.BasicAuthenticationBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.ConcurrentSessionsBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.FormLoginBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.HttpFirewallBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.HttpSecurityBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.LdapProviderBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.LdapServerBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.LogoutBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.PortMappingsBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.RememberMeBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.SaltSourceBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.springframework.security.config.X509BeanDefinitionParser
 
parseCache - Static variable in class org.springframework.security.ui.savedrequest.FastHttpDateFormat
Parser cache.
parseDate(String, DateFormat[]) - Static method in class org.springframework.security.ui.savedrequest.FastHttpDateFormat
Tries to parse the given date as an HTTP date.
parsePermission(String) - Static method in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated. Parse a permission String literal and return associated value.
parsePermissions(String[]) - Static method in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated. Parse a list of permission String literals and return associated values.
parseRootDnFromUrl(String) - Static method in class org.springframework.security.ldap.LdapUtils
Works out the root DN for an LDAP URL.
PasswordComparisonAuthenticator - Class in org.springframework.security.providers.ldap.authenticator
An LdapAuthenticator which compares the login password with the value stored in the directory using a remote LDAP "compare" operation.
PasswordComparisonAuthenticator(BaseLdapPathContextSource) - Constructor for class org.springframework.security.providers.ldap.authenticator.PasswordComparisonAuthenticator
 
PasswordEncoder - Interface in org.springframework.security.providers.encoding
Interface for performing authentication operations on a password.
PasswordEncoderParser - Class in org.springframework.security.config
Stateful parser for the element.
PasswordEncoderParser(Element, ParserContext) - Constructor for class org.springframework.security.config.PasswordEncoderParser
 
pathMatchesUrl(Object, String) - Method in class org.springframework.security.util.AntUrlPathMatcher
 
pathMatchesUrl(Object, String) - Method in class org.springframework.security.util.RegexUrlPathMatcher
 
pathMatchesUrl(Object, String) - Method in interface org.springframework.security.util.UrlMatcher
 
PersistentRememberMeToken - Class in org.springframework.security.ui.rememberme
 
PersistentRememberMeToken(String, String, String, Date) - Constructor for class org.springframework.security.ui.rememberme.PersistentRememberMeToken
 
PersistentTokenBasedRememberMeServices - Class in org.springframework.security.ui.rememberme
RememberMeServices implementation based on Barry Jaspan's Improved Persistent Login Cookie Best Practice.
PersistentTokenBasedRememberMeServices() - Constructor for class org.springframework.security.ui.rememberme.PersistentTokenBasedRememberMeServices
 
PersistentTokenRepository - Interface in org.springframework.security.ui.rememberme
The abstraction used by PersistentTokenBasedRememberMeServices to store the persistent login tokens for a user.
Person - Class in org.springframework.security.userdetails.ldap
UserDetails implementation whose properties are based on the LDAP schema for Person.
Person() - Constructor for class org.springframework.security.userdetails.ldap.Person
 
Person.Essence - Class in org.springframework.security.userdetails.ldap
 
Person.Essence() - Constructor for class org.springframework.security.userdetails.ldap.Person.Essence
 
Person.Essence(DirContextOperations) - Constructor for class org.springframework.security.userdetails.ldap.Person.Essence
 
Person.Essence(Person) - Constructor for class org.springframework.security.userdetails.ldap.Person.Essence
 
PERSON_MAPPER_CLASS - Static variable in class org.springframework.security.config.LdapUserServiceBeanDefinitionParser
 
PersonContextMapper - Class in org.springframework.security.userdetails.ldap
 
PersonContextMapper() - Constructor for class org.springframework.security.userdetails.ldap.PersonContextMapper
 
PlaintextPasswordEncoder - Class in org.springframework.security.providers.encoding
Plaintext implementation of PasswordEncoder.
PlaintextPasswordEncoder() - Constructor for class org.springframework.security.providers.encoding.PlaintextPasswordEncoder
 
populateContext(DirContextAdapter) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson
 
populateContext(DirContextAdapter) - Method in class org.springframework.security.userdetails.ldap.Person
 
PORT_MAPPER - Static variable in class org.springframework.security.config.BeanIds
 
PortMapper - Interface in org.springframework.security.util
PortMapper implementations provide callers with information about which HTTP ports are associated with which HTTPS ports on the system, and vice versa.
PortMapperImpl - Class in org.springframework.security.util
Concrete implementation of PortMapper that obtains HTTP:HTTPS pairs from the application context.
PortMapperImpl() - Constructor for class org.springframework.security.util.PortMapperImpl
 
PortMappingsBeanDefinitionParser - Class in org.springframework.security.config
Parses a port-mappings element, producing a single PortMapperImpl bean.
PortMappingsBeanDefinitionParser() - Constructor for class org.springframework.security.config.PortMappingsBeanDefinitionParser
 
PortResolver - Interface in org.springframework.security.util
A PortResolver determines the port a web request was received on.
PortResolverImpl - Class in org.springframework.security.util
Concrete implementation of PortResolver that obtains the port from ServletRequest.getServerPort().
PortResolverImpl() - Constructor for class org.springframework.security.util.PortResolverImpl
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.security.config.EntryPointInjectionBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.security.config.FilterChainProxyPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.security.config.HttpFirewallInjectionBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.security.config.MethodSecurityInterceptorPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.security.config.RememberMeServicesInjectionBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.security.config.UserDetailsServiceInjectionBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.security.intercept.method.ProtectPointcutPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.security.config.EntryPointInjectionBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.security.config.FilterChainProxyPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.security.config.HttpFirewallInjectionBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.security.config.MethodSecurityInterceptorPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.security.config.RememberMeServicesInjectionBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.security.config.UserDetailsServiceInjectionBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.security.intercept.method.ProtectPointcutPostProcessor
 
PRE_AUTH_ENTRY_POINT - Static variable in class org.springframework.security.config.BeanIds
 
PRE_AUTH_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
PreAuthenticatedAuthenticationProvider - Class in org.springframework.security.providers.preauth
Processes a pre-authenticated authentication request.
PreAuthenticatedAuthenticationProvider() - Constructor for class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationProvider
 
PreAuthenticatedAuthenticationToken - Class in org.springframework.security.providers.preauth
Authentication implementation for pre-authenticated authentication.
PreAuthenticatedAuthenticationToken(Object, Object) - Constructor for class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationToken
Constructor used for an authentication request.
PreAuthenticatedAuthenticationToken(Object, Object, GrantedAuthority[]) - Constructor for class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationToken
Constructor used for an authentication response.
PreAuthenticatedCredentialsNotFoundException - Exception in org.springframework.security.ui.preauth
 
PreAuthenticatedCredentialsNotFoundException(String) - Constructor for exception org.springframework.security.ui.preauth.PreAuthenticatedCredentialsNotFoundException
 
PreAuthenticatedGrantedAuthoritiesAuthenticationDetails - Class in org.springframework.security.ui.preauth
This AuthenticationDetails implementation allows for storing a list of pre-authenticated Granted Authorities.
PreAuthenticatedGrantedAuthoritiesAuthenticationDetails(Object) - Constructor for class org.springframework.security.ui.preauth.PreAuthenticatedGrantedAuthoritiesAuthenticationDetails
 
PreAuthenticatedGrantedAuthoritiesUserDetailsService - Class in org.springframework.security.providers.preauth
This AuthenticationUserDetailsService implementation creates a UserDetails object based solely on the information contained in the given PreAuthenticatedAuthenticationToken.
PreAuthenticatedGrantedAuthoritiesUserDetailsService() - Constructor for class org.springframework.security.providers.preauth.PreAuthenticatedGrantedAuthoritiesUserDetailsService
 
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails - Class in org.springframework.security.ui.preauth
This WebAuthenticationDetails implementation allows for storing a list of pre-authenticated Granted Authorities.
PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails(HttpServletRequest) - Constructor for class org.springframework.security.ui.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
 
PreAuthenticatedProcessingFilterEntryPoint - Class in org.springframework.security.ui.preauth
In the pre-authenticated authentication case (unlike CAS, for example) the user will already have been identified through some external mechanism and a secure context established by the time the security-enforcement filter is invoked.
PreAuthenticatedProcessingFilterEntryPoint() - Constructor for class org.springframework.security.ui.preauth.PreAuthenticatedProcessingFilterEntryPoint
 
prepareConnection(HttpURLConnection, int) - Method in class org.springframework.security.context.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor
Called every time a HTTP invocation is made.
PrincipalSpringSecurityUserToken - Class in org.springframework.security.adapters
A Principal compatible Authentication object.
PrincipalSpringSecurityUserToken(String, String, String, GrantedAuthority[], Object) - Constructor for class org.springframework.security.adapters.PrincipalSpringSecurityUserToken
 
printPermissionsBlock(int) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated. Outputs the permissions in a human-friendly format.
printPermissionsBlock() - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated. Outputs the permissions in human-friendly format for the current AbstractBasicAclEntry's mask.
printPermissionsBlock(int) - Method in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
proceed() - Method in class org.springframework.security.util.SimpleMethodInvocation
 
proceedWithObject() - Method in interface org.springframework.security.intercept.method.aspectj.AspectJAnnotationCallback
 
proceedWithObject() - Method in interface org.springframework.security.intercept.method.aspectj.AspectJCallback
 
processAutoLoginCookie(String[], HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Called from autoLogin to process the submitted persistent login cookie.
processAutoLoginCookie(String[], HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.rememberme.PersistentTokenBasedRememberMeServices
Locates the presented cookie data in the token repository, using the series id.
processAutoLoginCookie(String[], HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.rememberme.TokenBasedRememberMeServices
 
PROTECT_POINTCUT_POST_PROCESSOR - Static variable in class org.springframework.security.config.BeanIds
 
ProtectPointcutPostProcessor - Class in org.springframework.security.intercept.method
Parses AspectJ pointcut expressions, registering methods that match the pointcut with a traditional MapBasedMethodDefinitionSource.
ProtectPointcutPostProcessor(MapBasedMethodDefinitionSource) - Constructor for class org.springframework.security.intercept.method.ProtectPointcutPostProcessor
 
ProviderManager - Class in org.springframework.security.providers
Iterates an Authentication request through a list of AuthenticationProviders.
ProviderManager() - Constructor for class org.springframework.security.providers.ProviderManager
 
ProviderNotFoundException - Exception in org.springframework.security.providers
Thrown by ProviderManager if no AuthenticationProvider could be found that supports the presented Authentication object.
ProviderNotFoundException(String) - Constructor for exception org.springframework.security.providers.ProviderNotFoundException
Constructs a ProviderNotFoundException with the specified message.
ProviderNotFoundException(String, Throwable) - Constructor for exception org.springframework.security.providers.ProviderNotFoundException
Constructs a ProviderNotFoundException with the specified message and root cause.
PublicInvocationEvent - Class in org.springframework.security.event.authorization
Event that is generated whenever a public secure object is invoked.
PublicInvocationEvent(Object) - Constructor for class org.springframework.security.event.authorization.PublicInvocationEvent
Construct the event, passing in the public secure object.
publishFailureEvent(UsernamePasswordAuthenticationToken, SpringSecurityException) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Publishes the JaasAuthenticationFailedEvent.
publishSuccessEvent(UsernamePasswordAuthenticationToken) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Publishes the JaasAuthenticationSuccessEvent.
putEntriesInCache(BasicAclEntry[]) - Method in interface org.springframework.security.acl.basic.BasicAclEntryCache
Deprecated. Places an array of BasicAclEntrys in the cache.
putEntriesInCache(BasicAclEntry[]) - Method in class org.springframework.security.acl.basic.cache.EhCacheBasedAclEntryCache
Deprecated.  
putEntriesInCache(BasicAclEntry[]) - Method in class org.springframework.security.acl.basic.cache.NullAclEntryCache
Deprecated. Meets method signature but doesn't store in any cache.
putUserInCache(UserDetails) - Method in class org.springframework.security.providers.dao.cache.EhCacheBasedUserCache
 
putUserInCache(UserDetails) - Method in class org.springframework.security.providers.dao.cache.NullUserCache
 
putUserInCache(UserDetails) - Method in interface org.springframework.security.providers.dao.UserCache
Places a UserDetails in the cache.
putUserInCache(X509Certificate, UserDetails) - Method in class org.springframework.security.providers.x509.cache.EhCacheBasedX509UserCache
Deprecated.  
putUserInCache(X509Certificate, UserDetails) - Method in class org.springframework.security.providers.x509.cache.NullX509UserCache
Deprecated.  
putUserInCache(X509Certificate, UserDetails) - Method in interface org.springframework.security.providers.x509.X509UserCache
Deprecated.  

R

READ - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
READ_WRITE - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
READ_WRITE_CREATE - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
READ_WRITE_CREATE_DELETE - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
READ_WRITE_DELETE - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
RECIPIENT_USED_FOR_INHERITENCE_MARKER - Static variable in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
RedirectUrlBuilder - Class in org.springframework.security.util
Internal class for building redirect URLs.
RedirectUrlBuilder() - Constructor for class org.springframework.security.util.RedirectUrlBuilder
 
RedirectUtils - Class in org.springframework.security.util
 
ReflectionSaltSource - Class in org.springframework.security.providers.dao.salt
Obtains a salt from a specified property of the User object.
ReflectionSaltSource() - Constructor for class org.springframework.security.providers.dao.salt.ReflectionSaltSource
 
refreshLastRequest() - Method in class org.springframework.security.concurrent.SessionInformation
Refreshes the internal lastRequest to the current date and time.
refreshLastRequest(String) - Method in interface org.springframework.security.concurrent.SessionRegistry
Updates the given sessionId so its last request time is equal to the present date and time.
refreshLastRequest(String) - Method in class org.springframework.security.concurrent.SessionRegistryImpl
 
RegexUrlPathMatcher - Class in org.springframework.security.util
 
RegexUrlPathMatcher() - Constructor for class org.springframework.security.util.RegexUrlPathMatcher
 
registerExtractor(Class, ThrowableCauseExtractor) - Method in class org.springframework.security.util.ThrowableAnalyzer
Registers a ThrowableCauseExtractor for the specified type.
registerNewSession(String, Object) - Method in interface org.springframework.security.concurrent.SessionRegistry
Registers a new session for the specified principal.
registerNewSession(String, Object) - Method in class org.springframework.security.concurrent.SessionRegistryImpl
 
registerSuccessfulAuthentication(Authentication) - Method in interface org.springframework.security.concurrent.ConcurrentSessionController
Called by an AuthenticationManager when the authentication was successful.
registerSuccessfulAuthentication(Authentication) - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
 
registerSuccessfulAuthentication(Authentication) - Method in class org.springframework.security.concurrent.NullConcurrentSessionController
 
REMEMBER_ME_AUTHENTICATION_PROVIDER - Static variable in class org.springframework.security.config.BeanIds
 
REMEMBER_ME_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
REMEMBER_ME_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
REMEMBER_ME_SERVICES - Static variable in class org.springframework.security.config.BeanIds
 
REMEMBER_ME_SERVICES_INJECTION_POST_PROCESSOR - Static variable in class org.springframework.security.config.BeanIds
 
RememberMeAuthenticationException - Exception in org.springframework.security.ui.rememberme
 
RememberMeAuthenticationException(String) - Constructor for exception org.springframework.security.ui.rememberme.RememberMeAuthenticationException
 
RememberMeAuthenticationProvider - Class in org.springframework.security.providers.rememberme
An AuthenticationProvider implementation that validates RememberMeAuthenticationTokens.
RememberMeAuthenticationProvider() - Constructor for class org.springframework.security.providers.rememberme.RememberMeAuthenticationProvider
 
RememberMeAuthenticationToken - Class in org.springframework.security.providers.rememberme
Represents a remembered Authentication.
RememberMeAuthenticationToken(String, Object, GrantedAuthority[]) - Constructor for class org.springframework.security.providers.rememberme.RememberMeAuthenticationToken
Constructor.
RememberMeBeanDefinitionParser - Class in org.springframework.security.config
 
RememberMeBeanDefinitionParser() - Constructor for class org.springframework.security.config.RememberMeBeanDefinitionParser
 
RememberMeProcessingFilter - Class in org.springframework.security.ui.rememberme
Detects if there is no Authentication object in the SecurityContext, and populates it with a remember-me authentication token if a RememberMeServices implementation so requests.
RememberMeProcessingFilter() - Constructor for class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
 
rememberMeRequested(HttpServletRequest, String) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Allows customization of whether a remember-me login has been requested.
RememberMeServices - Interface in org.springframework.security.ui.rememberme
Implement by a class that is capable of providing a remember-me service.
RememberMeServicesInjectionBeanPostProcessor - Class in org.springframework.security.config
 
RememberMeServicesInjectionBeanPostProcessor() - Constructor for class org.springframework.security.config.RememberMeServicesInjectionBeanPostProcessor
 
RemoteAuthenticationException - Exception in org.springframework.security.providers.rcp
Thrown if a RemoteAuthenticationManager cannot validate the presented authentication request.
RemoteAuthenticationException(String) - Constructor for exception org.springframework.security.providers.rcp.RemoteAuthenticationException
Constructs a RemoteAuthenticationException with the specified message and no root cause.
RemoteAuthenticationManager - Interface in org.springframework.security.providers.rcp
Allows remote clients to attempt authentication.
RemoteAuthenticationManagerImpl - Class in org.springframework.security.providers.rcp
Server-side processor of a remote authentication request.
RemoteAuthenticationManagerImpl() - Constructor for class org.springframework.security.providers.rcp.RemoteAuthenticationManagerImpl
 
RemoteAuthenticationProvider - Class in org.springframework.security.providers.rcp
Client-side object which queries a RemoteAuthenticationManager to validate an authentication request.
RemoteAuthenticationProvider() - Constructor for class org.springframework.security.providers.rcp.RemoteAuthenticationProvider
 
removeAuthorities(DistinguishedName, GrantedAuthority[]) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
removeEntriesFromCache(AclObjectIdentity) - Method in interface org.springframework.security.acl.basic.BasicAclEntryCache
Deprecated. Removes all ACL entries related to an AclObjectIdentity from the cache.
removeEntriesFromCache(AclObjectIdentity) - Method in class org.springframework.security.acl.basic.cache.EhCacheBasedAclEntryCache
Deprecated.  
removeEntriesFromCache(AclObjectIdentity) - Method in class org.springframework.security.acl.basic.cache.NullAclEntryCache
Deprecated. Meets method signature but doesn't remove from cache.
removeGroupAuthority(String, GrantedAuthority) - Method in interface org.springframework.security.userdetails.GroupManager
Deletes an authority from those assigned to a group
removeGroupAuthority(String, GrantedAuthority) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
removeSessionInformation(String) - Method in interface org.springframework.security.concurrent.SessionRegistry
Deletes all the session information being maintained for the specified sessionId.
removeSessionInformation(String) - Method in class org.springframework.security.concurrent.SessionRegistryImpl
 
removeUserFromCache(UserDetails) - Method in class org.springframework.security.providers.dao.cache.EhCacheBasedUserCache
 
removeUserFromCache(String) - Method in class org.springframework.security.providers.dao.cache.EhCacheBasedUserCache
 
removeUserFromCache(String) - Method in class org.springframework.security.providers.dao.cache.NullUserCache
 
removeUserFromCache(String) - Method in interface org.springframework.security.providers.dao.UserCache
Removes the specified user from the cache.
removeUserFromCache(X509Certificate) - Method in class org.springframework.security.providers.x509.cache.EhCacheBasedX509UserCache
Deprecated.  
removeUserFromCache(X509Certificate) - Method in class org.springframework.security.providers.x509.cache.NullX509UserCache
Deprecated.  
removeUserFromCache(X509Certificate) - Method in interface org.springframework.security.providers.x509.X509UserCache
Deprecated.  
removeUserFromGroup(String, String) - Method in interface org.springframework.security.userdetails.GroupManager
Deletes a user's membership of a group.
removeUserFromGroup(String, String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
removeUserTokens(String) - Method in class org.springframework.security.ui.rememberme.InMemoryTokenRepositoryImpl
 
removeUserTokens - Variable in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
 
removeUserTokens(String) - Method in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
 
removeUserTokens(String) - Method in interface org.springframework.security.ui.rememberme.PersistentTokenRepository
 
renameGroup(String, String) - Method in interface org.springframework.security.userdetails.GroupManager
Changes the name of a group without altering the assigned authorities or members.
renameGroup(String, String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
RequestHeaderPreAuthenticatedProcessingFilter - Class in org.springframework.security.ui.preauth.header
A simple pre-authenticated filter which obtains the username from a request header, for use with systems such as CA Siteminder.
RequestHeaderPreAuthenticatedProcessingFilter() - Constructor for class org.springframework.security.ui.preauth.header.RequestHeaderPreAuthenticatedProcessingFilter
 
RequestKey - Class in org.springframework.security.intercept.web
 
RequestKey(String) - Constructor for class org.springframework.security.intercept.web.RequestKey
 
RequestKey(String, String) - Constructor for class org.springframework.security.intercept.web.RequestKey
 
RequestRejectedException - Exception in org.springframework.security.firewall
 
RequestRejectedException(String) - Constructor for exception org.springframework.security.firewall.RequestRejectedException
 
requiresAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.AbstractProcessingFilter
Indicates whether this filter should attempt to process a login request for the current invocation.
requiresExitUser(HttpServletRequest) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
Checks the request URI for the presence of exitUserUrl.
requiresLogout(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.logout.LogoutFilter
Allow subclasses to modify when a logout should take place.
requiresLowerCaseUrl() - Method in class org.springframework.security.util.AntUrlPathMatcher
 
requiresLowerCaseUrl() - Method in class org.springframework.security.util.RegexUrlPathMatcher
 
requiresLowerCaseUrl() - Method in interface org.springframework.security.util.UrlMatcher
Returns true if the matcher expects the URL to be converted to lower case before calling UrlMatcher.pathMatchesUrl(Object, String).
requiresSwitchUser(HttpServletRequest) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
Checks the request URI for the presence of switchUserUrl.
reset() - Method in class org.springframework.security.firewall.FirewalledRequest
This method will be called once the request has passed through the security filter chain, when it is about to proceed to the application proper.
resolveEffectiveAcls(AclEntry[], Authentication) - Method in interface org.springframework.security.acl.basic.EffectiveAclsResolver
Deprecated. Determines the ACLs that apply to the presented Authentication object.
resolveEffectiveAcls(AclEntry[], Authentication) - Method in class org.springframework.security.acl.basic.GrantedAuthorityEffectiveAclsResolver
Deprecated.  
resolveException(LoginException) - Method in class org.springframework.security.providers.jaas.DefaultLoginExceptionResolver
 
resolveException(LoginException) - Method in interface org.springframework.security.providers.jaas.LoginExceptionResolver
Translates a Jaas LoginException to an SpringSecurityException.
retrieveEntry(String, String[]) - Method in class org.springframework.security.ldap.SpringSecurityLdapTemplate
Composes an object from the attributes of the given DN.
retrievePassword(Authentication) - Method in class org.springframework.security.ui.rememberme.TokenBasedRememberMeServices
 
retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
Allows subclasses to actually retrieve the UserDetails from an implementation-specific location, with the option of throwing an AuthenticationException immediately if the presented credentials are incorrect (this is especially useful if it is necessary to bind to a resource as the user in order to obtain or generate a UserDetails).
retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
 
retrieveUserName(Authentication) - Method in class org.springframework.security.ui.rememberme.TokenBasedRememberMeServices
 
RetryWithHttpEntryPoint - Class in org.springframework.security.securechannel
Commences an insecure channel by retrying the original request using HTTP.
RetryWithHttpEntryPoint() - Constructor for class org.springframework.security.securechannel.RetryWithHttpEntryPoint
 
RetryWithHttpsEntryPoint - Class in org.springframework.security.securechannel
Commences a secure channel by retrying the original request using HTTPS.
RetryWithHttpsEntryPoint() - Constructor for class org.springframework.security.securechannel.RetryWithHttpsEntryPoint
 
ROLE_PREVIOUS_ADMINISTRATOR - Static variable in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
RoleHierarchy - Interface in org.springframework.security.userdetails.hierarchicalroles
The simple interface of a role hierarchy.
RoleHierarchyImpl - Class in org.springframework.security.userdetails.hierarchicalroles
This class defines a role hierarchy for use with the UserDetailsServiceWrapper.
RoleHierarchyImpl() - Constructor for class org.springframework.security.userdetails.hierarchicalroles.RoleHierarchyImpl
 
RoleHierarchyVoter - Class in org.springframework.security.vote
Extended RoleVoter which uses a RoleHierarchy definition to determine the roles allocated to the current user before voting.
RoleHierarchyVoter(RoleHierarchy) - Constructor for class org.springframework.security.vote.RoleHierarchyVoter
 
RoleVoter - Class in org.springframework.security.vote
Votes if any ConfigAttribute.getAttribute() starts with a prefix indicating that it is a role.
RoleVoter() - Constructor for class org.springframework.security.vote.RoleVoter
 
RunAsImplAuthenticationProvider - Class in org.springframework.security.runas
An AuthenticationProvider implementation that can authenticate a RunAsUserToken.
RunAsImplAuthenticationProvider() - Constructor for class org.springframework.security.runas.RunAsImplAuthenticationProvider
 
RunAsManager - Interface in org.springframework.security
Creates a new temporary Authentication object for the current secure object invocation only.
RunAsManagerImpl - Class in org.springframework.security.runas
Basic concrete implementation of a RunAsManager.
RunAsManagerImpl() - Constructor for class org.springframework.security.runas.RunAsManagerImpl
 
RunAsUserToken - Class in org.springframework.security.runas
An immutable Authentication implementation that supports RunAsManagerImpl.
RunAsUserToken(String, Object, Object, GrantedAuthority[], Class) - Constructor for class org.springframework.security.runas.RunAsUserToken
 

S

SaltSource - Interface in org.springframework.security.providers.dao
Provides alternative sources of the salt to use for encoding passwords.
SaltSourceBeanDefinitionParser - Class in org.springframework.security.config
 
SaltSourceBeanDefinitionParser() - Constructor for class org.springframework.security.config.SaltSourceBeanDefinitionParser
 
SavedCookie - Class in org.springframework.security.ui.savedrequest
Stores off the values of a cookie in a serializable holder
SavedCookie(String, String, String, String, int, String, boolean, int) - Constructor for class org.springframework.security.ui.savedrequest.SavedCookie
 
SavedCookie(Cookie) - Constructor for class org.springframework.security.ui.savedrequest.SavedCookie
 
SavedRequest - Class in org.springframework.security.ui.savedrequest
Represents central information from a HttpServletRequest.
SavedRequest(HttpServletRequest, PortResolver) - Constructor for class org.springframework.security.ui.savedrequest.SavedRequest
 
savedRequest - Variable in class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
SavedRequestAwareWrapper - Class in org.springframework.security.wrapper
Provides request parameters, headers and cookies from either an original request or a saved request.
SavedRequestAwareWrapper(HttpServletRequest, PortResolver, String) - Constructor for class org.springframework.security.wrapper.SavedRequestAwareWrapper
 
searchForSingleAttributeValues(String, String, Object[], String) - Method in class org.springframework.security.ldap.SpringSecurityLdapTemplate
Performs a search using the supplied filter and returns the union of the values of the named attribute found in all entries matched by the search.
searchForSingleEntry(String, String, Object[]) - Method in class org.springframework.security.ldap.SpringSecurityLdapTemplate
Performs a search, with the requirement that the search shall return a single directory entry, and uses the supplied mapper to create the object from that entry.
searchForUser(String) - Method in interface org.springframework.security.ldap.LdapUserSearch
Locates a single user in the directory and returns the LDAP information for that user.
searchForUser(String) - Method in class org.springframework.security.ldap.search.FilterBasedLdapUserSearch
Return the LdapUserDetails containing the user's information
SecureChannelProcessor - Class in org.springframework.security.securechannel
Ensures channel security is active by review of HttpServletRequest.isSecure() responses.
SecureChannelProcessor() - Constructor for class org.springframework.security.securechannel.SecureChannelProcessor
 
SECURED_METHOD_DEFINITION_SOURCE - Static variable in class org.springframework.security.config.BeanIds
 
SecureRandomFactoryBean - Class in org.springframework.security.token
Creates a SecureRandom instance.
SecureRandomFactoryBean() - Constructor for class org.springframework.security.token.SecureRandomFactoryBean
 
SECURITY_CONTEXT_HOLDER_AWARE_REQUEST_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
SecurityConfig - Class in org.springframework.security
Stores a ConfigAttribute as a String.
SecurityConfig(String) - Constructor for class org.springframework.security.SecurityConfig
 
SecurityConfigurationException - Exception in org.springframework.security.config
 
SecurityConfigurationException(String) - Constructor for exception org.springframework.security.config.SecurityConfigurationException
 
SecurityConfigurationException(String, Throwable) - Constructor for exception org.springframework.security.config.SecurityConfigurationException
 
SecurityContext - Interface in org.springframework.security.context
Interface defining the minimum security information associated with the current thread of execution.
SecurityContextHolder - Class in org.springframework.security.context
Associates a given SecurityContext with the current execution thread.
SecurityContextHolder() - Constructor for class org.springframework.security.context.SecurityContextHolder
 
SecurityContextHolderAwareRequestFilter - Class in org.springframework.security.wrapper
A Filter which populates the ServletRequest with a new request wrapper.
SecurityContextHolderAwareRequestFilter() - Constructor for class org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter
 
SecurityContextHolderAwareRequestWrapper - Class in org.springframework.security.wrapper
A Spring Security-aware HttpServletRequestWrapper, which uses the SecurityContext-defined Authentication object for SecurityContextHolderAwareRequestWrapper.isUserInRole(java.lang.String) and HttpServletRequestWrapper.getRemoteUser() responses.
SecurityContextHolderAwareRequestWrapper(HttpServletRequest, PortResolver, String) - Constructor for class org.springframework.security.wrapper.SecurityContextHolderAwareRequestWrapper
 
SecurityContextHolderStrategy - Interface in org.springframework.security.context
A strategy for storing security context information against a thread.
SecurityContextImpl - Class in org.springframework.security.context
Base implementation of SecurityContext.
SecurityContextImpl() - Constructor for class org.springframework.security.context.SecurityContextImpl
 
SecurityContextLoginModule - Class in org.springframework.security.providers.jaas
An implementation of LoginModule that uses a Spring Security SecurityContext to provide authentication.
SecurityContextLoginModule() - Constructor for class org.springframework.security.providers.jaas.SecurityContextLoginModule
 
SecurityContextLogoutHandler - Class in org.springframework.security.ui.logout
Performs a logout by modifying the SecurityContextHolder.
SecurityContextLogoutHandler() - Constructor for class org.springframework.security.ui.logout.SecurityContextLogoutHandler
 
SecurityNamespaceHandler - Class in org.springframework.security.config
Registers the bean definition parsers for the "security" namespace (http://www.springframework.org/schema/security).
SecurityNamespaceHandler() - Constructor for class org.springframework.security.config.SecurityNamespaceHandler
 
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.security.ui.logout.LogoutFilter
Allow subclasses to modify the redirection message.
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) - Static method in class org.springframework.security.util.RedirectUtils
Encapsulates the redirect logic used in classes like AbstractProcessingFilter and LogoutFilter.
sendStartAuthentication(ServletRequest, ServletResponse, FilterChain, AuthenticationException) - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
serialVersionUID - Static variable in class org.springframework.security.ui.preauth.PreAuthenticatedGrantedAuthoritiesAuthenticationDetails
 
serialVersionUID - Static variable in class org.springframework.security.ui.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
 
SERVLET_API_SUPPORT_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
SESSION_FIXATION_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
SESSION_FIXATION_PROTECTION_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
SESSION_REGISTRY - Static variable in class org.springframework.security.config.BeanIds
 
SessionAlreadyUsedException - Exception in org.springframework.security.concurrent
Thrown by a SessionRegistry implementation if an attempt is made to create new session information for an existing sessionId.
SessionAlreadyUsedException(String) - Constructor for exception org.springframework.security.concurrent.SessionAlreadyUsedException
 
sessionCreated(HttpSessionEvent) - Method in class org.springframework.security.ui.session.HttpSessionEventPublisher
Handles the HttpSessionEvent by publishing a HttpSessionCreatedEvent to the application appContext.
sessionDestroyed(HttpSessionEvent) - Method in class org.springframework.security.ui.session.HttpSessionEventPublisher
Handles the HttpSessionEvent by publishing a HttpSessionDestroyedEvent to the application appContext.
SessionFixationProtectionFilter - Class in org.springframework.security.ui
Detects that a user has been authenticated since the start of the request and starts a new session.
SessionFixationProtectionFilter() - Constructor for class org.springframework.security.ui.SessionFixationProtectionFilter
 
SessionIdentifierAware - Interface in org.springframework.security.concurrent
Implemented by Authentication.getDetails() implementations that are capable of returning a session ID.
SessionInformation - Class in org.springframework.security.concurrent
Represents a record of a session within the Spring Security framework.
SessionInformation(Object, String, Date) - Constructor for class org.springframework.security.concurrent.SessionInformation
 
SessionRegistry - Interface in org.springframework.security.concurrent
Maintains a registry of SessionInformation instances.
SessionRegistryImpl - Class in org.springframework.security.concurrent
Base implementation of SessionRegistry which also listens for HttpSessionDestroyedEvents published in the Spring application context.
SessionRegistryImpl() - Constructor for class org.springframework.security.concurrent.SessionRegistryImpl
 
SessionRegistryUtils - Class in org.springframework.security.concurrent
Utility methods to assist with concurrent session management.
SessionUtils - Class in org.springframework.security.util
 
setAccessDecisionManager(AccessDecisionManager) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
setAccessDeniedHandler(AccessDeniedHandler) - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
setAccountNonExpired(boolean) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
setAccountNonLocked(boolean) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
setAclManager(AclManager) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
setAclManager(AclManager) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
setAclManager(AclManager) - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
setAclObjectIdentity(AclObjectIdentity) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
setAclObjectIdentity(AclObjectIdentity) - Method in interface org.springframework.security.acl.basic.BasicAclEntry
Deprecated. This setter should only be used by DAO implementations.
setAclObjectIdentityDelete(JdbcExtendedDaoImpl.AclObjectIdentityDelete) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setAclObjectIdentityDeleteStatement(String) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setAclObjectIdentityInsert(JdbcExtendedDaoImpl.AclObjectIdentityInsert) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setAclObjectIdentityInsertStatement(String) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setAclObjectParentIdentity(AclObjectIdentity) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
setAclObjectParentIdentity(AclObjectIdentity) - Method in interface org.springframework.security.acl.basic.BasicAclEntry
Deprecated. This setter should only be used by DAO implementations.
setAclPermissionDelete(JdbcExtendedDaoImpl.AclPermissionDelete) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setAclPermissionDeleteStatement(String) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setAclPermissionInsert(JdbcExtendedDaoImpl.AclPermissionInsert) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setAclPermissionInsertStatement(String) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setAclPermissionUpdate(JdbcExtendedDaoImpl.AclPermissionUpdate) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setAclPermissionUpdateStatement(String) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setAclsByObjectIdentity(MappingSqlQuery) - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
setAclsByObjectIdentityQuery(String) - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated. Allows the default query string used to retrieve ACLs based on object identity to be overriden, if default table or column names need to be changed.
setAdditionalExceptionMappings(Properties) - Method in class org.springframework.security.providers.ProviderManager
Sets additional exception to event mappings.
setAddPrefixIfAlreadyExisting(boolean) - Method in class org.springframework.security.authoritymapping.SimpleAttributes2GrantedAuthoritiesMapper
 
setAfterInvocationManager(AfterInvocationManager) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
setAlgorithm(String) - Method in class org.springframework.security.token.SecureRandomFactoryBean
Allows the Pseudo Random Number Generator (PRNG) algorithm to be nominated.
setAllowAccessIfNoAttributesAreLabeled(boolean) - Method in class org.springframework.security.vote.LabelBasedAclVoter
Deprecated. Set whether or not to allow the user to run methods in which none of the incoming arguments are labeled.
setAllowIfAllAbstainDecisions(boolean) - Method in class org.springframework.security.vote.AbstractAccessDecisionManager
 
setAllowIfEqualGrantedDeniedDecisions(boolean) - Method in class org.springframework.security.vote.ConsensusBased
 
setAllowSessionCreation(boolean) - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
setAllowSessionCreation(boolean) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setAlwaysReauthenticate(boolean) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
Indicates whether the AbstractSecurityInterceptor should ignore the Authentication.isAuthenticated() property.
setAlwaysRemember(boolean) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
setAlwaysUseDefaultTargetUrl(boolean) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setAnonymousClass(Class) - Method in class org.springframework.security.AuthenticationTrustResolverImpl
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.security.util.FilterChainProxy
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.security.providers.ProviderManager
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.security.ui.x509.X509ProcessingFilter
Deprecated.  
setAsText(String) - Method in class org.springframework.security.ConfigAttributeEditor
 
setAsText(String) - Method in class org.springframework.security.intercept.method.MethodDefinitionSourceEditor
 
setAsText(String) - Method in class org.springframework.security.intercept.web.FilterInvocationDefinitionSourceEditor
Deprecated.  
setAsText(String) - Method in class org.springframework.security.userdetails.memory.UserAttributeEditor
 
setAsText(String) - Method in class org.springframework.security.userdetails.memory.UserMapEditor
 
setAttributeIndicatingLabeledOperation(String) - Method in class org.springframework.security.vote.LabelBasedAclVoter
Deprecated. Each method intended for evaluation by this voter must include this tag name in the definition of the MethodSecurityInterceptor, indicating if this voter should evaluate the arguments and compare them against the label map.
setAttributePrefix(String) - Method in class org.springframework.security.authoritymapping.SimpleAttributes2GrantedAuthoritiesMapper
 
setAttributes(Attributes) - Method in class org.springframework.security.intercept.method.MethodDefinitionAttributes
 
setAttributes(Attributes) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
setAttributes2grantedAuthoritiesMap(Map) - Method in class org.springframework.security.authoritymapping.MapBasedAttributes2GrantedAuthoritiesMapper
 
setAttributesToRetrieve(String[]) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
setAuthenticated(boolean) - Method in class org.springframework.security.adapters.AbstractAdapterAuthenticationToken
Setting is ignored.
setAuthenticated(boolean) - Method in interface org.springframework.security.Authentication
See Authentication.isAuthenticated() for a full description.
setAuthenticated(boolean) - Method in class org.springframework.security.providers.AbstractAuthenticationToken
 
setAuthenticated(boolean) - Method in class org.springframework.security.providers.UsernamePasswordAuthenticationToken
 
setAuthentication(Authentication) - Method in interface org.springframework.security.context.SecurityContext
Changes the currently authenticated principal, or removes the authentication information.
setAuthentication(Authentication) - Method in class org.springframework.security.context.SecurityContextImpl
 
setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
 
setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.springframework.security.ui.preauth.websphere.WebSphere2SpringSecurityPropagationInterceptor
 
setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.springframework.security.ui.x509.X509ProcessingFilter
Deprecated.  
setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
setAuthenticationEntryPoint(DigestProcessingFilterEntryPoint) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
setAuthenticationFailureUrl(String) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.providers.rcp.RemoteAuthenticationManagerImpl
 
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
 
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.ui.preauth.websphere.WebSphere2SpringSecurityPropagationInterceptor
 
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
 
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.ui.x509.X509ProcessingFilter
Deprecated.  
setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
setAuthenticationTrustResolver(AuthenticationTrustResolver) - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
setAuthenticationTrustResolver(AuthenticationTrustResolver) - Method in class org.springframework.security.vote.AuthenticatedVoter
 
setAuthenticationType(String) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated.  
setAuthorities(GrantedAuthority[]) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
setAuthorities(List) - Method in class org.springframework.security.userdetails.memory.UserAttribute
Set all authorities for this user.
setAuthorities(GrantedAuthority[]) - Method in class org.springframework.security.userdetails.User
 
setAuthoritiesAsString(List) - Method in class org.springframework.security.userdetails.memory.UserAttribute
Set all authorities for this user from String values.
setAuthoritiesByUsernameQuery(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
Allows the default query string used to retrieve authorities based on username to be overriden, if default table or column names need to be changed.
setAuthorityGranters(AuthorityGranter[]) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Set the AuthorityGranters that should be consulted for role names to be granted to the Authentication.
setBasicAclDao(BasicAclDao) - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
setBasicAclEntryCache(BasicAclEntryCache) - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
setBasicAclEntryCache(BasicAclEntryCache) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setBeanClassLoader(ClassLoader) - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
 
setBeanFactory(BeanFactory) - Method in class org.springframework.security.config.EntryPointInjectionBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.security.config.FilterChainProxyPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.security.config.HttpFirewallInjectionBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.security.config.MethodSecurityInterceptorPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.security.config.NamespaceAuthenticationManager
 
setBeanFactory(BeanFactory) - Method in class org.springframework.security.config.RememberMeServicesInjectionBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.security.config.UserDetailsServiceInjectionBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.security.intercept.method.aopalliance.MethodDefinitionSourceAdvisor
 
setCache(Ehcache) - Method in class org.springframework.security.acl.basic.cache.EhCacheBasedAclEntryCache
Deprecated.  
setCache(Ehcache) - Method in class org.springframework.security.providers.dao.cache.EhCacheBasedUserCache
 
setCache(Ehcache) - Method in class org.springframework.security.providers.x509.cache.EhCacheBasedX509UserCache
Deprecated.  
setCallbackHandlers(JaasAuthenticationCallbackHandler[]) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Set the JAASAuthentcationCallbackHandler array to handle callback objects generated by the LoginContext.login method.
setCarLicense(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setChangePasswordSql(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
setChannelDecisionManager(ChannelDecisionManager) - Method in class org.springframework.security.securechannel.ChannelProcessingFilter
 
setChannelProcessors(List) - Method in class org.springframework.security.securechannel.ChannelDecisionManagerImpl
 
setClazz(Class) - Method in class org.springframework.security.ui.AuthenticationDetailsSourceImpl
 
setClazz(Class) - Method in class org.springframework.security.ui.WebAuthenticationDetailsSource
 
setClearExtraInformation(boolean) - Method in class org.springframework.security.AbstractAuthenticationManager
If set to true, the extraInformation set on an AuthenticationException will be cleared before rethrowing it.
setCloneFromHttpSession(boolean) - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
setCloseInputStream(boolean) - Method in class org.springframework.security.authoritymapping.XmlMappableAttributesRetriever
Define whether the provided InputStream must be closed after reading it.
setCn(String[]) - Method in class org.springframework.security.userdetails.ldap.Person.Essence
 
setContext(SecurityContext) - Method in class org.springframework.security.context.GlobalSecurityContextHolderStrategy
 
setContext(SecurityContext) - Method in class org.springframework.security.context.InheritableThreadLocalSecurityContextHolderStrategy
 
setContext(SecurityContext) - Static method in class org.springframework.security.context.SecurityContextHolder
Associates a new SecurityContext with the current thread of execution.
setContext(SecurityContext) - Method in interface org.springframework.security.context.SecurityContextHolderStrategy
Sets the current context.
setContext(SecurityContext) - Method in class org.springframework.security.context.ThreadLocalSecurityContextHolderStrategy
 
setContextClass(Class) - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
setContextPath(String) - Method in class org.springframework.security.util.RedirectUrlBuilder
 
setContinueChainBeforeSuccessfulAuthentication(boolean) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setContinueFilterChainOnUnsuccessfulAuthentication(boolean) - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
 
setConvertAttributeToLowerCase(boolean) - Method in class org.springframework.security.authoritymapping.SimpleAttributes2GrantedAuthoritiesMapper
 
setConvertAttributeToUpperCase(boolean) - Method in class org.springframework.security.authoritymapping.SimpleAttributes2GrantedAuthoritiesMapper
 
setConvertToUpperCase(boolean) - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
 
setConvertToUpperCase(boolean) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsMapper
Determines whether role field values will be converted to upper case when loaded.
setCookie(String[], int, HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Sets the cookie on the response
setCookieName(String) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
setCreateAuthoritySql(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
setCreateSessionAllowed(boolean) - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
setCreateTableOnStartup(boolean) - Method in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
Intended for convenience in debugging.
setCreateUserSql(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
setCredentialsCharset(String) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
setCredentialsNonExpired(boolean) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
setCredentialsRequestHeader(String) - Method in class org.springframework.security.ui.preauth.header.RequestHeaderPreAuthenticatedProcessingFilter
 
setDecisionVoters(List) - Method in class org.springframework.security.vote.AbstractAccessDecisionManager
 
setDefaultAclObjectIdentityClass(Class) - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated. Allows selection of the AclObjectIdentity class that an attempt should be made to construct if the passed object does not implement AclObjectIdentityAware.
setDefaultRole(String) - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
The default role which will be assigned to all users.
setDefaultTargetUrl(String) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setDeleteUserAuthoritiesSql(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
setDeleteUserSql(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
setDepartmentNumber(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setDerefLinkFlag(boolean) - Method in class org.springframework.security.ldap.search.FilterBasedLdapUserSearch
Sets the corresponding property on the SearchControls instance used in the search.
setDescription(String) - Method in class org.springframework.security.userdetails.ldap.Person.Essence
 
setDestinationIndicator(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setDetails(Object) - Method in class org.springframework.security.providers.AbstractAuthenticationToken
 
setDetails(HttpServletRequest, UsernamePasswordAuthenticationToken) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
Provided so that subclasses may configure what is put into the authentication request's details property.
setDirObjectFactory(String) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated.  
setDisplayName(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setDn(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
setDn(Name) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
setEffectiveAclsResolver(EffectiveAclsResolver) - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated.  
setEmployeeNumber(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setEnableAuthorities(boolean) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
Enables loading of authorities (roles) from the authorities table.
setEnabled(boolean) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
setEnabled(boolean) - Method in class org.springframework.security.userdetails.memory.UserAttribute
 
setEnableGroups(boolean) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
Enables support for group authorities.
setEncodeHashAsBase64(boolean) - Method in class org.springframework.security.providers.encoding.BaseDigestPasswordEncoder
The encoded password is normally returned as Hex (32 char) version of the hash bytes.
setEntryPoint(ChannelEntryPoint) - Method in class org.springframework.security.securechannel.InsecureChannelProcessor
 
setEntryPoint(ChannelEntryPoint) - Method in class org.springframework.security.securechannel.SecureChannelProcessor
 
setErrorPage(String) - Method in class org.springframework.security.ui.AccessDeniedHandlerImpl
The error page to use.
setExceptionIfMaximumExceeded(boolean) - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
 
setExceptionMappings(Properties) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setExitUserUrl(String) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
Set the URL to respond to exit user processing.
setExpiredUrl(String) - Method in class org.springframework.security.concurrent.ConcurrentSessionFilter
 
setExtraEnvVars(Map) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated. Sets any custom environment variables which will be added to the those returned by the getEnvironment method.
setFilterChainMap(Map) - Method in class org.springframework.security.util.FilterChainProxy
Sets the mapping of URL patterns to filter chains.
setFilterInvocationDefinitionSource(FilterInvocationDefinitionSource) - Method in class org.springframework.security.securechannel.ChannelProcessingFilter
 
setFilterInvocationDefinitionSource(FilterInvocationDefinitionSource) - Method in class org.springframework.security.util.FilterChainProxy
Deprecated. Use namespace configuration or call setFilterChainMap instead.
setFilterProcessesUrl(String) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setFilterProcessesUrl(String) - Method in class org.springframework.security.ui.logout.LogoutFilter
 
setFilters(List) - Method in class org.springframework.security.config.ConfigUtils.FilterChainList
 
setFindAllGroupsSql(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
setFirewall(HttpFirewall) - Method in class org.springframework.security.util.FilterChainProxy
 
setForceEagerSessionCreation(boolean) - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
setForceHttps(boolean) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
Set to true to force login form access to be via https.
setForceLowerCasePrefix(boolean) - Method in class org.springframework.security.providers.ldap.authenticator.LdapShaPasswordEncoder
 
setForcePrincipalAsString(boolean) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
setGrantedAuthorities(GrantedAuthority[]) - Method in class org.springframework.security.GrantedAuthoritiesContainerImpl
 
setGrantedAuthorities(GrantedAuthority[]) - Method in interface org.springframework.security.MutableGrantedAuthoritiesContainer
Used to store authorities in the containing object.
setGrantedAuthorities(GrantedAuthority[]) - Method in class org.springframework.security.ui.preauth.PreAuthenticatedGrantedAuthoritiesAuthenticationDetails
 
setGrantedAuthorities(GrantedAuthority[]) - Method in class org.springframework.security.ui.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
 
setGroupAuthoritiesByUsernameQuery(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
Allows the default query string used to retrieve group authorities based on username to be overriden, if default table or column names need to be changed.
setGroupMemberAttributeName(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
Sets the name of the multi-valued attribute which holds the DNs of users who are members of a group.
setGroupRoleAttribute(String) - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
 
setGroupRoleAttributeName(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
setGroupSearchBase(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
setGroupSearchFilter(String) - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
 
setHideUserNotFoundExceptions(boolean) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
By default the AbstractUserDetailsAuthenticationProvider throws a BadCredentialsException if a username is not found or the password is incorrect.
setHierarchy(String) - Method in class org.springframework.security.userdetails.hierarchicalroles.RoleHierarchyImpl
Set the role hierarchy and precalculate for every role the set of all reachable roles, i.
setHomePhone(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setHomePostalAddress(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setIgnoreFailure(boolean) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
setIgnorePasswordCase(boolean) - Method in class org.springframework.security.providers.encoding.PlaintextPasswordEncoder
Indicates whether the password comparison is case sensitive.
setIncludeDetailsObject(boolean) - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
Deprecated. use AbstractAuthenticationManager.setClearExtraInformation(boolean)
setInitialContextFactory(String) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated.  
setInitials(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setInsecureKeyword(String) - Method in class org.springframework.security.securechannel.InsecureChannelProcessor
 
setInternalMethod(String) - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
setInvalidateHttpSession(boolean) - Method in class org.springframework.security.ui.logout.SecurityContextLogoutHandler
Causes the HttpSession to be invalidated when this LogoutHandler is invoked.
setInvalidateSessionOnSuccessfulAuthentication(boolean) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setJustUseSavedRequestOnGet(boolean) - Method in class org.springframework.security.ui.TargetUrlResolverImpl
 
setKey(String) - Method in class org.springframework.security.adapters.AuthByAdapterProvider
 
setKey(String) - Method in class org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider
 
setKey(String) - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
setKey(String) - Method in class org.springframework.security.providers.rememberme.RememberMeAuthenticationProvider
 
setKey(String) - Method in class org.springframework.security.runas.RunAsImplAuthenticationProvider
 
setKey(String) - Method in class org.springframework.security.runas.RunAsManagerImpl
 
setKey(String) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
setKey(String) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
setLabelMap(Map) - Method in class org.springframework.security.vote.LabelBasedAclVoter
Deprecated. Set the map that correlate a user's assigned label against domain object values that are considered data labels.
setLoginConfig(Resource) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Set the JAAS login configuration file.
setLoginContextName(String) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
Set the loginContextName, this name is used as the index to the configuration specified in the loginConfig property.
setLoginExceptionResolver(LoginExceptionResolver) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
setLoginFormUrl(String) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
The URL where the AuthenticationProcessingFilter login page can be found.
setLogInteractiveAuthenticationSuccessEvents(boolean) - Method in class org.springframework.security.event.authentication.LoggerListener
 
setLogoutHandlers(LogoutHandler[]) - Method in class org.springframework.security.concurrent.ConcurrentSessionFilter
 
setLookupPermissionIdMapping(MappingSqlQuery) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setLookupPermissionIdQuery(String) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl
Deprecated.  
setMail(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setManagerDn(String) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated. Sets the directory user to authenticate as when obtaining a context using the newInitialDirContext() method.
setManagerPassword(String) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated. Sets the password which will be used in combination with the manager DN.
setMappableAttributes(String[]) - Method in class org.springframework.security.authoritymapping.SimpleMappableAttributesRetriever
 
setMappableRolesRetriever(MappableAttributesRetriever) - Method in class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
 
setMask(int) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
setMask(int) - Method in interface org.springframework.security.acl.basic.BasicAclEntry
Deprecated. This setter should only be used by DAO implementations.
setMatcher(UrlMatcher) - Method in class org.springframework.security.util.FilterChainProxy
 
setMaximumSessions(int) - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
 
setMessageSource(MessageSource) - Method in class org.springframework.security.adapters.AuthByAdapterProvider
 
setMessageSource(MessageSource) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
setMessageSource(MessageSource) - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
 
setMessageSource(MessageSource) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
setMessageSource(MessageSource) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated.  
setMessageSource(MessageSource) - Method in class org.springframework.security.ldap.DefaultSpringSecurityContextSource
 
setMessageSource(MessageSource) - Method in class org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider
 
setMessageSource(MessageSource) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
setMessageSource(MessageSource) - Method in class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
 
setMessageSource(MessageSource) - Method in class org.springframework.security.providers.ProviderManager
 
setMessageSource(MessageSource) - Method in class org.springframework.security.providers.rememberme.RememberMeAuthenticationProvider
 
setMessageSource(MessageSource) - Method in class org.springframework.security.providers.x509.populator.DaoX509AuthoritiesPopulator
Deprecated.  
setMessageSource(MessageSource) - Method in class org.springframework.security.providers.x509.X509AuthenticationProvider
Deprecated.  
setMessageSource(MessageSource) - Method in class org.springframework.security.runas.RunAsImplAuthenticationProvider
 
setMessageSource(MessageSource) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setMessageSource(MessageSource) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
setMessageSource(MessageSource) - Method in class org.springframework.security.ui.preauth.x509.SubjectDnX509PrincipalExtractor
 
setMessageSource(MessageSource) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
setMessageSource(MessageSource) - Method in class org.springframework.security.vote.AbstractAccessDecisionManager
 
setMethodDefinitionSources(List) - Method in class org.springframework.security.intercept.method.DelegatingMethodDefinitionSource
 
setMigrateInvalidatedSessionAttributes(boolean) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setMigrateSessionAttributes(boolean) - Method in class org.springframework.security.ui.SessionFixationProtectionFilter
 
setMobile(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setNoLabel(String) - Method in class org.springframework.security.vote.InterfaceBasedLabelParameterStrategy
 
setNonceValiditySeconds(int) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
setO(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setObjectDefinitionSource(MethodDefinitionSource) - Method in class org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor
 
setObjectDefinitionSource(MethodDefinitionSource) - Method in class org.springframework.security.intercept.method.aspectj.AspectJAnnotationSecurityInterceptor
 
setObjectDefinitionSource(MethodDefinitionSource) - Method in class org.springframework.security.intercept.method.aspectj.AspectJSecurityInterceptor
 
setObjectDefinitionSource(FilterInvocationDefinitionSource) - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
 
setObjectProperties(MappingSqlQuery) - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
setObjectPropertiesQuery(String) - Method in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
Deprecated.  
setObserveOncePerRequest(boolean) - Method in class org.springframework.security.intercept.web.FilterSecurityInterceptor
 
setOrder(int) - Method in class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationProvider
 
setOrder(int) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
setOrder(int) - Method in class org.springframework.security.ui.preauth.PreAuthenticatedProcessingFilterEntryPoint
 
setOu(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setParameter(String) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
Sets the name of the parameter which should be checked for to see if a remember-me has been requested during a login request.
setPassword(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
setPassword(String) - Method in class org.springframework.security.userdetails.memory.UserAttribute
 
setPasswordAlreadyEncoded(boolean) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
setPasswordAttributeName(String) - Method in class org.springframework.security.providers.ldap.authenticator.PasswordComparisonAuthenticator
 
setPasswordAttributeName(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
setPasswordAttributeName(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsMapper
The name of the attribute which contains the user's password.
setPasswordEncoder(PasswordEncoder) - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
Sets the PasswordEncoder instance to be used to encode and validate passwords.
setPasswordEncoder(PasswordEncoder) - Method in class org.springframework.security.providers.ldap.authenticator.PasswordComparisonAuthenticator
 
setPasswordParameter(String) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
Sets the parameter name which will be used to obtain the password from the login request..
setPathInfo(String) - Method in class org.springframework.security.util.RedirectUrlBuilder
 
setPointcutMap(Map) - Method in class org.springframework.security.intercept.method.ProtectPointcutPostProcessor
 
setPort(int) - Method in class org.springframework.security.util.RedirectUrlBuilder
 
setPortMapper(PortMapper) - Method in class org.springframework.security.securechannel.AbstractRetryEntryPoint
 
setPortMapper(PortMapper) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
setPortMapper(PortMapper) - Method in class org.springframework.security.util.PortResolverImpl
 
setPortMappings(Map) - Method in class org.springframework.security.util.PortMapperImpl
Set to override the default HTTP port to HTTPS port mappings of 80:443, and 8080:8443.
setPortResolver(PortResolver) - Method in class org.springframework.security.securechannel.AbstractRetryEntryPoint
 
setPortResolver(PortResolver) - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
setPortResolver(PortResolver) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
 
setPortResolver(PortResolver) - Method in class org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter
 
setPostalAddress(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setPostalCode(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setPostAuthenticationChecks(UserDetailsChecker) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
setPreAuthenticatedUserDetailsService(AuthenticationUserDetailsService) - Method in class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationProvider
Set the AuthenticatedUserDetailsServices to be used.
setPreAuthenticationChecks(UserDetailsChecker) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
Sets the policy will be used to verify the status of the loaded UserDetails before validation of the credentials takes place.
setPrincipalExtractor(X509PrincipalExtractor) - Method in class org.springframework.security.ui.preauth.x509.X509PreAuthenticatedProcessingFilter
 
setPrincipalRequestHeader(String) - Method in class org.springframework.security.ui.preauth.header.RequestHeaderPreAuthenticatedProcessingFilter
 
setProcessConfigAttribute(String) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
setProcessConfigAttribute(String) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
setProcessConfigAttribute(String) - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
setProcessDomainObjectClass(Class) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
setProcessDomainObjectClass(Class) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
setProcessDomainObjectClass(Class) - Method in class org.springframework.security.vote.AbstractAclVoter
 
setProtectedFieldValue(String, Object, Object) - Static method in class org.springframework.security.util.FieldUtils
 
setProviderBeanNames(List) - Method in class org.springframework.security.config.NamespaceAuthenticationManager
 
setProviders(List) - Method in class org.springframework.security.acl.AclProviderManager
Deprecated. Sets the AclProvider objects to be used for ACL determinations.
setProviders(List) - Method in class org.springframework.security.afterinvocation.AfterInvocationProviderManager
 
setProviders(List) - Method in class org.springframework.security.providers.ProviderManager
Sets the AuthenticationProvider objects to be used for authentication.
setPseudoRandomNumberBits(int) - Method in class org.springframework.security.token.KeyBasedPersistenceTokenService
 
setQuery(String) - Method in class org.springframework.security.util.RedirectUrlBuilder
 
setRealmName(String) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilterEntryPoint
 
setRealmName(String) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilterEntryPoint
 
setRecipient(Object) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
setRecipient(Object) - Method in interface org.springframework.security.acl.basic.BasicAclEntry
Deprecated. This setter should only be used by DAO implementations.
setRejectPublicInvocations(boolean) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
By rejecting public invocations (and setting this property to true), essentially you are ensuring that every secure object invocation advised by AbstractSecurityInterceptor has a configuration attribute defined.
setRememberMeClass(Class) - Method in class org.springframework.security.AuthenticationTrustResolverImpl
 
setRememberMeServices(RememberMeServices) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setRememberMeServices(RememberMeServices) - Method in class org.springframework.security.ui.basicauth.BasicProcessingFilter
 
setRememberMeServices(RememberMeServices) - Method in class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
 
setRemoteAuthenticationManager(RemoteAuthenticationManager) - Method in class org.springframework.security.providers.rcp.RemoteAuthenticationProvider
 
setRemoveAfterRequest(boolean) - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
Controls whether the filter will remove the Anonymous token after the request is complete.
setRequirePermission(int[]) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
setRequirePermission(int[]) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
setRequirePermission(int[]) - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
setRequirePermissionFromString(String[]) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated. Allow setting permissions with String literals instead of integers as BasicAclEntryAfterInvocationCollectionFilteringProvider.setRequirePermission(int[])
setRequirePermissionFromString(String[]) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated. Allow setting permissions with String literals instead of integers as BasicAclEntryAfterInvocationProvider.setRequirePermission(int[])
setRequirePermissionFromString(String[]) - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated. Allow setting permissions with String literals instead of integers as BasicAclEntryVoter.setRequirePermission(int[])
setRequiresLowerCaseUrl(boolean) - Method in class org.springframework.security.util.AntUrlPathMatcher
 
setRequiresLowerCaseUrl(boolean) - Method in class org.springframework.security.util.RegexUrlPathMatcher
 
setRestrictSupportToClass(Class) - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated. If set to a value other than null, the BasicAclProvider.supports(Object) method will only support the indicates class.
setReturningAttributes(String[]) - Method in class org.springframework.security.ldap.search.FilterBasedLdapUserSearch
Specifies the attributes that will be returned as part of the search.
setRoleAttributes(String[]) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsMapper
The names of any attributes in the user's entry which represent application roles.
setRoleHierarchy(RoleHierarchy) - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsServiceWrapper
Deprecated.  
setRoleMapper(AttributesMapper) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
setRolePrefix(String) - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
Sets the prefix which will be prepended to the values loaded from the directory.
setRolePrefix(String) - Method in class org.springframework.security.runas.RunAsManagerImpl
Allows the default role prefix of ROLE_ to be overriden.
setRolePrefix(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
Allows a default role prefix to be specified.
setRolePrefix(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsMapper
The prefix that should be applied to the role names
setRolePrefix(String) - Method in class org.springframework.security.vote.RoleVoter
Allows the default role prefix of ROLE_ to be overridden.
setRolePrefix(String) - Method in class org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter
 
setRoomNumber(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setRunAsManager(RunAsManager) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
setSaltSource(SaltSource) - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
The source of salts to use when decoding passwords.
setScheme(String) - Method in class org.springframework.security.util.RedirectUrlBuilder
 
setSearchControls(SearchControls) - Method in class org.springframework.security.ldap.SpringSecurityLdapTemplate
Sets the search controls which will be used for search operations by the template.
setSearchSubtree(boolean) - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
If set to true, a subtree scope search will be performed.
setSearchSubtree(boolean) - Method in class org.springframework.security.ldap.search.FilterBasedLdapUserSearch
If true then searches the entire subtree as identified by context, if false (the default) then only searches the level identified by the context.
setSearchTimeLimit(int) - Method in class org.springframework.security.ldap.search.FilterBasedLdapUserSearch
The time to wait before the search fails; the default is zero, meaning forever.
setSecureKeyword(String) - Method in class org.springframework.security.securechannel.SecureChannelProcessor
 
setSecureRandom(SecureRandom) - Method in class org.springframework.security.token.KeyBasedPersistenceTokenService
 
setSecurityInterceptor(AbstractSecurityInterceptor) - Method in class org.springframework.security.intercept.method.MethodInvocationPrivilegeEvaluator
 
setSecurityInterceptor(AbstractSecurityInterceptor) - Method in class org.springframework.security.intercept.web.WebInvocationPrivilegeEvaluator
 
setSeed(Resource) - Method in class org.springframework.security.token.SecureRandomFactoryBean
Allows the user to specify a resource which will act as a seed for the SecureRandom instance.
setSeriesLength(int) - Method in class org.springframework.security.ui.rememberme.PersistentTokenBasedRememberMeServices
 
setServerInteger(Integer) - Method in class org.springframework.security.token.KeyBasedPersistenceTokenService
 
setServerName(String) - Method in class org.springframework.security.util.RedirectUrlBuilder
 
setServerSecret(String) - Method in class org.springframework.security.token.KeyBasedPersistenceTokenService
 
setServerSideRedirect(boolean) - Method in class org.springframework.security.ui.AbstractProcessingFilter
Tells if we are to do a server side include of the error URL instead of a 302 redirect.
setServerSideRedirect(boolean) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
Tells if we are to do a server side include of the loginFormUrl instead of a 302 redirect.
setServletPath(String) - Method in class org.springframework.security.util.RedirectUrlBuilder
 
setSessionController(ConcurrentSessionController) - Method in class org.springframework.security.providers.ProviderManager
Set the ConcurrentSessionController to be used for limiting users' sessions.
setSessionRegistry(SessionRegistry) - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
 
setSessionRegistry(SessionRegistry) - Method in class org.springframework.security.concurrent.ConcurrentSessionFilter
 
setSessionRegistry(SessionRegistry) - Method in class org.springframework.security.ui.AbstractProcessingFilter
The session registry needs to be set if session fixation attack protection is in use (and concurrent session control is enabled).
setSessionRegistry(SessionRegistry) - Method in class org.springframework.security.ui.SessionFixationProtectionFilter
 
setSn(String) - Method in class org.springframework.security.userdetails.ldap.Person.Essence
 
setStrategyName(String) - Static method in class org.springframework.security.context.SecurityContextHolder
Changes the preferred strategy.
setStreet(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setStringSeparator(String) - Method in class org.springframework.security.authoritymapping.MapBasedAttributes2GrantedAuthoritiesMapper
 
setStripQueryStringFromUrls(boolean) - Method in class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
 
setStripQueryStringFromUrls(boolean) - Method in class org.springframework.security.util.FilterChainProxy
If set to 'true', the query string will be stripped from the request URL before attempting to find a matching filter chain.
setSubjectDNRegex(String) - Method in class org.springframework.security.providers.x509.populator.DaoX509AuthoritiesPopulator
Deprecated. Sets the regular expression which will by used to extract the user name from the certificate's Subject DN.
setSubjectDnRegex(String) - Method in class org.springframework.security.ui.preauth.x509.SubjectDnX509PrincipalExtractor
Sets the regular expression which will by used to extract the user name from the certificate's Subject DN.
setSwitchFailureUrl(String) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
Sets the URL to which a user should be redirected if the swittch fails.
setSwitchUserAuthorityChanger(SwitchUserAuthorityChanger) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
setSwitchUserUrl(String) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
Set the URL to respond to switch user processing.
setSystemWideSalt(String) - Method in class org.springframework.security.providers.dao.salt.SystemWideSaltSource
 
setTargetUrl(String) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
Sets the URL to go to after a successful switch / exit user request.
setTargetUrlParameter(String) - Method in class org.springframework.security.ui.TargetUrlResolverImpl
Before checking the SavedRequest, the current request will be checked for this parameter and the value used as the target URL if resent.
setTargetUrlResolver(TargetUrlResolver) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setTelephoneNumber(String) - Method in class org.springframework.security.userdetails.ldap.Person.Essence
 
setThrowableAnalyzer(ThrowableAnalyzer) - Method in class org.springframework.security.ui.ExceptionTranslationFilter
 
setThrowExceptionWhenTokenRejected(boolean) - Method in class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationProvider
If true, causes the provider to throw a BadCredentialsException if the presented authentication request is invalid (contains a null principal or credentials).
setTitle(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setTokenLength(int) - Method in class org.springframework.security.ui.rememberme.PersistentTokenBasedRememberMeServices
 
setTokenRepository(PersistentTokenRepository) - Method in class org.springframework.security.ui.rememberme.PersistentTokenBasedRememberMeServices
 
setTokenValiditySeconds(int) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
setUid(String) - Method in class org.springframework.security.userdetails.ldap.InetOrgPerson.Essence
 
setUpdateUserSql(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
setUseAuthenticationRequestCredentials(boolean) - Method in class org.springframework.security.providers.ldap.LdapAuthenticationProvider
Determines whether the supplied password will be used as the credentials in the successful authentication token.
setUseConnectionPool(boolean) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated. Connection pooling is enabled by default for anonymous or "manager" connections when using the default Sun provider.
setUseLdapContext(boolean) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
Deprecated.  
setUserAttribute(UserAttribute) - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
 
setUserAttributes(String[]) - Method in class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
Sets the user attributes which will be retrieved from the directory.
setUserCache(UserCache) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
setUserCache(UserCache) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
setUserCache(UserCache) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
Optionally sets the UserCache if one is in use in the application.
setUserDetailsChecker(UserDetailsChecker) - Method in class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationProvider
Sets the strategy which will be used to validate the loaded UserDetails object for the user.
setUserDetailsContextMapper(UserDetailsContextMapper) - Method in class org.springframework.security.providers.ldap.LdapAuthenticationProvider
 
setUserDetailsMapper(UserDetailsContextMapper) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
setUserDetailsMapper(UserDetailsContextMapper) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsService
 
setUserDetailsService(UserDetailsService) - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
 
setUserDetailsService(UserDetailsService) - Method in class org.springframework.security.providers.x509.populator.DaoX509AuthoritiesPopulator
Deprecated.  
setUserDetailsService(UserDetailsService) - Method in class org.springframework.security.ui.digestauth.DigestProcessingFilter
 
setUserDetailsService(UserDetailsService) - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
setUserDetailsService(UserDetailsService) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
Sets the authentication data access object.
setUserDetailsService(UserDetailsService) - Method in class org.springframework.security.userdetails.hierarchicalroles.UserDetailsServiceWrapper
Deprecated.  
setUserDetailsService(UserDetailsService) - Method in class org.springframework.security.userdetails.UserDetailsByNameServiceWrapper
Set the wrapped UserDetailsService implementation
setUserDnPatterns(String[]) - Method in class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
Sets the pattern which will be used to supply a DN for the user.
setUseRelativeContext(boolean) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
setUseRelativeContext(boolean) - Method in class org.springframework.security.ui.logout.LogoutFilter
 
setUseRelativeContext(boolean) - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
Analogous to the same property in AbstractProcessingFilter.
setUserExistsSql(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
setUserMap(UserMap) - Method in class org.springframework.security.userdetails.memory.InMemoryDaoImpl
 
setUsername(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
 
setUsernameBasedPrimaryKey(boolean) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
If true (the default), indicates the JdbcDaoImpl.getUsersByUsernameQuery() returns a username in response to a query.
setUsernameMapper(LdapUsernameToDnMapper) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
setUsernameParameter(String) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
Sets the parameter name which will be used to obtain the username from the login request.
setUserProperties(Properties) - Method in class org.springframework.security.userdetails.memory.InMemoryDaoImpl
Modifies the internal UserMap to reflect the Properties instance passed.
setUserPropertyToUse(String) - Method in class org.springframework.security.providers.dao.salt.ReflectionSaltSource
The method name to call to obtain the salt.
setUserRoles2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper) - Method in class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
 
setUsers(Map) - Method in class org.springframework.security.userdetails.memory.UserMap
Set the users in this UserMap.
setUsersByUsernameQuery(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
Allows the default query string used to retrieve users based on username to be overriden, if default table or column names need to be changed.
setUserSearch(LdapUserSearch) - Method in class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
 
setValidateConfigAttributes(boolean) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
 
setWebSphereGroups2GrantedAuthoritiesMapper(Attributes2GrantedAuthoritiesMapper) - Method in class org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedAuthenticationDetailsSource
 
setWebXmlInputStream(InputStream) - Method in class org.springframework.security.ui.preauth.j2ee.WebXmlMappableAttributesRetriever
 
setWrapperClass(Class) - Method in class org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter
 
setX509AuthoritiesPopulator(X509AuthoritiesPopulator) - Method in class org.springframework.security.providers.x509.X509AuthenticationProvider
Deprecated.  
setX509UserCache(X509UserCache) - Method in class org.springframework.security.providers.x509.X509AuthenticationProvider
Deprecated.  
setXmlInputStream(InputStream) - Method in class org.springframework.security.authoritymapping.XmlMappableAttributesRetriever
Subclasses should provide this method with a more specific name (e.g.
setXpathExpression(String) - Method in class org.springframework.security.authoritymapping.XmlMappableAttributesRetriever
Subclasses usually want to set an XPath expression by themselves (e.g.
sha(byte[]) - Static method in class org.springframework.security.util.Sha512DigestUtils
Calculates the SHA digest and returns the value as a byte[].
sha(String) - Static method in class org.springframework.security.util.Sha512DigestUtils
Calculates the SHA digest and returns the value as a byte[].
Sha512DigestUtils - Class in org.springframework.security.util
Provides SHA512 digest methods.
Sha512DigestUtils() - Constructor for class org.springframework.security.util.Sha512DigestUtils
 
shaHex(byte[]) - Static method in class org.springframework.security.util.Sha512DigestUtils
Calculates the SHA digest and returns the value as a hex string.
shaHex(String) - Static method in class org.springframework.security.util.Sha512DigestUtils
Calculates the SHA digest and returns the value as a hex string.
ShaPasswordEncoder - Class in org.springframework.security.providers.encoding
SHA implementation of PasswordEncoder.
ShaPasswordEncoder() - Constructor for class org.springframework.security.providers.encoding.ShaPasswordEncoder
Initializes the ShaPasswordEncoder for SHA-1 strength
ShaPasswordEncoder(int) - Constructor for class org.springframework.security.providers.encoding.ShaPasswordEncoder
Initialize the ShaPasswordEncoder with a given SHA stength as supported by the JVM EX: ShaPasswordEncoder encoder = new ShaPasswordEncoder(256); initializes with SHA-256
SimpleAclEntry - Class in org.springframework.security.acl.basic
Deprecated. Use new spring-security-acl module instead
SimpleAclEntry() - Constructor for class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated. Allows BasicAclDao implementations to construct this object using newInstance().
SimpleAclEntry(Object, AclObjectIdentity, AclObjectIdentity, int) - Constructor for class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  
SimpleAttributes2GrantedAuthoritiesMapper - Class in org.springframework.security.authoritymapping
This class implements the Attributes2GrantedAuthoritiesMapper interface by doing a one-to-one mapping from roles to Spring Security GrantedAuthorities.
SimpleAttributes2GrantedAuthoritiesMapper() - Constructor for class org.springframework.security.authoritymapping.SimpleAttributes2GrantedAuthoritiesMapper
 
SimpleMappableAttributesRetriever - Class in org.springframework.security.authoritymapping
This class implements the MappableAttributesRetriever interface by just returning a list of mappable attributes as previously set using the corresponding setter method.
SimpleMappableAttributesRetriever() - Constructor for class org.springframework.security.authoritymapping.SimpleMappableAttributesRetriever
 
SimpleMethodInvocation - Class in org.springframework.security.util
Represents the AOP Alliance MethodInvocation.
SimpleMethodInvocation(Object, Method, Object[]) - Constructor for class org.springframework.security.util.SimpleMethodInvocation
 
SimpleMethodInvocation() - Constructor for class org.springframework.security.util.SimpleMethodInvocation
 
split(String, String) - Static method in class org.springframework.security.util.StringSplitUtils
Splits a String at the first instance of the delimiter.
splitEachArrayElementAndCreateMap(String[], String, String) - Static method in class org.springframework.security.util.StringSplitUtils
Takes an array of Strings, and for each element removes any instances of removeCharacter, and splits the element based on the delimiter.
splitIgnoringQuotes(String, char) - Static method in class org.springframework.security.util.StringSplitUtils
Splits a given string on the given separator character, skips the contents of quoted substrings when looking for separators.
SPRING_SECURITY_ACCESS_DENIED_EXCEPTION_KEY - Static variable in class org.springframework.security.ui.AccessDeniedHandlerImpl
 
SPRING_SECURITY_CONTEXT_KEY - Static variable in class org.springframework.security.context.HttpSessionContextIntegrationFilter
 
SPRING_SECURITY_FILTER_CHAIN - Static variable in class org.springframework.security.config.BeanIds
External alias for FilterChainProxy bean, for use in web.xml files
SPRING_SECURITY_FORM_PASSWORD_KEY - Static variable in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
 
SPRING_SECURITY_FORM_USERNAME_KEY - Static variable in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
 
SPRING_SECURITY_LAST_EXCEPTION_KEY - Static variable in class org.springframework.security.ui.AbstractProcessingFilter
 
SPRING_SECURITY_LAST_USERNAME_KEY - Static variable in class org.springframework.security.ui.webapp.AuthenticationProcessingFilter
 
SPRING_SECURITY_REMEMBER_ME_COOKIE_KEY - Static variable in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
 
SPRING_SECURITY_SAVED_REQUEST_KEY - Static variable in class org.springframework.security.ui.AbstractProcessingFilter
 
SPRING_SECURITY_SWITCH_USERNAME_KEY - Static variable in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
SpringSecurityAuthenticationSource - Class in org.springframework.security.ldap
An AuthenticationSource to retrieve authentication information stored in Spring Security's SecurityContextHolder.
SpringSecurityAuthenticationSource() - Constructor for class org.springframework.security.ldap.SpringSecurityAuthenticationSource
 
SpringSecurityContextSource - Interface in org.springframework.security.ldap
Extension of ContextSource which allows binding explicitly as a particular user.
SpringSecurityException - Exception in org.springframework.security
Abstract superclass for all exceptions thrown in the security package and subpackages.
SpringSecurityException(String, Throwable) - Constructor for exception org.springframework.security.SpringSecurityException
Constructs an SpringSecurityException with the specified message and root cause.
SpringSecurityException(String) - Constructor for exception org.springframework.security.SpringSecurityException
Constructs an SpringSecurityException with the specified message and no root cause.
SpringSecurityFilter - Class in org.springframework.security.ui
Implements Ordered interface as required by security namespace configuration and implements unused filter lifecycle methods and performs casting of request and response to http versions in doFilter method.
SpringSecurityFilter() - Constructor for class org.springframework.security.ui.SpringSecurityFilter
 
SpringSecurityLdapTemplate - Class in org.springframework.security.ldap
Extension of Spring LDAP's LdapTemplate class which adds extra functionality required by Spring Security.
SpringSecurityLdapTemplate(ContextSource) - Constructor for class org.springframework.security.ldap.SpringSecurityLdapTemplate
 
SpringSecurityMessageSource - Class in org.springframework.security
The default MessageSource used by Spring Security.
SpringSecurityMessageSource() - Constructor for class org.springframework.security.SpringSecurityMessageSource
 
startNewSessionIfRequired(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.security.ui.SessionFixationProtectionFilter
Called when the a user wasn't authenticated at the start of the request but has been during it
startNewSessionIfRequired(HttpServletRequest, boolean, SessionRegistry) - Static method in class org.springframework.security.util.SessionUtils
 
stringArrayToAuthorityArray(String[]) - Static method in class org.springframework.security.util.AuthorityUtils
 
StringSplitUtils - Class in org.springframework.security.util
Provides several String manipulation methods.
stringToByteArray(String) - Static method in class org.springframework.security.util.EncryptionUtils
Converts a String into a byte array using UTF-8, falling back to the platform's default character set if UTF-8 fails.
SubjectDnX509PrincipalExtractor - Class in org.springframework.security.ui.preauth.x509
Obtains the principal from a certificate using a regular expression match against the Subject (as returned by a call to X509Certificate.getSubjectDN()).
SubjectDnX509PrincipalExtractor() - Constructor for class org.springframework.security.ui.preauth.x509.SubjectDnX509PrincipalExtractor
 
substringAfterLast(String, String) - Static method in class org.springframework.security.util.StringSplitUtils
 
substringBeforeLast(String, String) - Static method in class org.springframework.security.util.StringSplitUtils
 
successfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
successfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
Puts the Authentication instance returned by the authentication manager into the secure context.
successfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.springframework.security.ui.x509.X509ProcessingFilter
Deprecated. Puts the Authentication instance returned by the authentication manager into the secure context.
supports(ConfigAttribute) - Method in interface org.springframework.security.AccessDecisionManager
Indicates whether this AccessDecisionManager is able to process authorization requests presented with the passed ConfigAttribute.
supports(Class) - Method in interface org.springframework.security.AccessDecisionManager
Indicates whether the AccessDecisionManager implementation is able to provide access control decisions for the indicated secured object type.
supports(Object) - Method in interface org.springframework.security.acl.AclProvider
Deprecated. Indicates whether this AclProvider can authoritatively return ACL information for the specified domain object instance.
supports(Object) - Method in class org.springframework.security.acl.basic.BasicAclProvider
Deprecated. Indicates support for the passed object.
supports(Class) - Method in class org.springframework.security.adapters.AuthByAdapterProvider
 
supports(ConfigAttribute) - Method in interface org.springframework.security.afterinvocation.AfterInvocationProvider
Indicates whether this AfterInvocationProvider is able to participate in a decision involving the passed ConfigAttribute.
supports(Class) - Method in interface org.springframework.security.afterinvocation.AfterInvocationProvider
Indicates whether the AfterInvocationProvider is able to provide "after invocation" processing for the indicated secured object type.
supports(ConfigAttribute) - Method in class org.springframework.security.afterinvocation.AfterInvocationProviderManager
 
supports(Class) - Method in class org.springframework.security.afterinvocation.AfterInvocationProviderManager
Iterates through all AfterInvocationProviders and ensures each can support the presented class.
supports(ConfigAttribute) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated.  
supports(Class) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
Deprecated. This implementation supports any type of class, because it does not query the presented secure object.
supports(ConfigAttribute) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated.  
supports(Class) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
Deprecated. This implementation supports any type of class, because it does not query the presented secure object.
supports(ConfigAttribute) - Method in interface org.springframework.security.AfterInvocationManager
Indicates whether this AfterInvocationManager is able to process "after invocation" requests presented with the passed ConfigAttribute.
supports(Class) - Method in interface org.springframework.security.AfterInvocationManager
Indicates whether the AfterInvocationManager implementation is able to provide access control decisions for the indicated secured object type.
supports(Class) - Method in class org.springframework.security.intercept.method.AbstractFallbackMethodDefinitionSource
 
supports(Class) - Method in class org.springframework.security.intercept.method.AbstractMethodDefinitionSource
 
supports(Class) - Method in class org.springframework.security.intercept.method.DelegatingMethodDefinitionSource
 
supports(Class) - Method in interface org.springframework.security.intercept.ObjectDefinitionSource
Indicates whether the ObjectDefinitionSource implementation is able to provide ConfigAttributeDefinitions for the indicated secure object type.
supports(Class) - Method in class org.springframework.security.intercept.web.DefaultFilterInvocationDefinitionSource
 
supports(Class) - Method in class org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider
 
supports(Class) - Method in interface org.springframework.security.providers.AuthenticationProvider
Returns true if this AuthenticationProvider supports the indicated Authentication object.
supports(Class) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
 
supports(Class) - Method in class org.springframework.security.providers.jaas.JaasAuthenticationProvider
 
supports(Class) - Method in class org.springframework.security.providers.ldap.LdapAuthenticationProvider
 
supports(Class) - Method in class org.springframework.security.providers.preauth.PreAuthenticatedAuthenticationProvider
Indicate that this provider only supports PreAuthenticatedAuthenticationToken (sub)classes.
supports(Class) - Method in class org.springframework.security.providers.rcp.RemoteAuthenticationProvider
 
supports(Class) - Method in class org.springframework.security.providers.rememberme.RememberMeAuthenticationProvider
 
supports(Class) - Method in class org.springframework.security.providers.x509.X509AuthenticationProvider
Deprecated.  
supports(ConfigAttribute) - Method in class org.springframework.security.runas.NullRunAsManager
 
supports(Class) - Method in class org.springframework.security.runas.NullRunAsManager
 
supports(Class) - Method in class org.springframework.security.runas.RunAsImplAuthenticationProvider
 
supports(ConfigAttribute) - Method in class org.springframework.security.runas.RunAsManagerImpl
 
supports(Class) - Method in class org.springframework.security.runas.RunAsManagerImpl
This implementation supports any type of class, because it does not query the presented secure object.
supports(ConfigAttribute) - Method in interface org.springframework.security.RunAsManager
Indicates whether this RunAsManager is able to process the passed ConfigAttribute.
supports(Class) - Method in interface org.springframework.security.RunAsManager
Indicates whether the RunAsManager implementation is able to provide run-as replacement for the indicated secure object type.
supports(ConfigAttribute) - Method in interface org.springframework.security.securechannel.ChannelDecisionManager
Indicates whether this ChannelDecisionManager is able to process the passed ConfigAttribute.
supports(ConfigAttribute) - Method in class org.springframework.security.securechannel.ChannelDecisionManagerImpl
 
supports(ConfigAttribute) - Method in interface org.springframework.security.securechannel.ChannelProcessor
Indicates whether this ChannelProcessor is able to process the passed ConfigAttribute.
supports(ConfigAttribute) - Method in class org.springframework.security.securechannel.InsecureChannelProcessor
 
supports(ConfigAttribute) - Method in class org.springframework.security.securechannel.SecureChannelProcessor
 
supports(ConfigAttribute) - Method in class org.springframework.security.vote.AbstractAccessDecisionManager
 
supports(Class) - Method in class org.springframework.security.vote.AbstractAccessDecisionManager
Iterates through all AccessDecisionVoters and ensures each can support the presented class.
supports(Class) - Method in class org.springframework.security.vote.AbstractAclVoter
This implementation supports only MethodSecurityInterceptor, because it queries the presented MethodInvocation.
supports(ConfigAttribute) - Method in interface org.springframework.security.vote.AccessDecisionVoter
Indicates whether this AccessDecisionVoter is able to vote on the passed ConfigAttribute.
supports(Class) - Method in interface org.springframework.security.vote.AccessDecisionVoter
Indicates whether the AccessDecisionVoter implementation is able to provide access control votes for the indicated secured object type.
supports(ConfigAttribute) - Method in class org.springframework.security.vote.AuthenticatedVoter
 
supports(Class) - Method in class org.springframework.security.vote.AuthenticatedVoter
This implementation supports any type of class, because it does not query the presented secure object.
supports(ConfigAttribute) - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
supports(ConfigAttribute) - Method in class org.springframework.security.vote.LabelBasedAclVoter
Deprecated. This acl voter will only evaluate labeled methods if they are marked in the security interceptor's configuration with the attribute stored in attributeIndicatingLabeledOperation.
supports(ConfigAttribute) - Method in class org.springframework.security.vote.RoleVoter
 
supports(Class) - Method in class org.springframework.security.vote.RoleVoter
This implementation supports any type of class, because it does not query the presented secure object.
SWITCH_USER_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
SwitchUserAuthorityChanger - Interface in org.springframework.security.ui.switchuser
Allows subclasses to modify the GrantedAuthority list that will be assigned to the principal when they assume the identity of a different principal.
SwitchUserGrantedAuthority - Class in org.springframework.security.ui.switchuser
Custom GrantedAuthority used by SwitchUserProcessingFilter
SwitchUserGrantedAuthority(String, Authentication) - Constructor for class org.springframework.security.ui.switchuser.SwitchUserGrantedAuthority
 
SwitchUserProcessingFilter - Class in org.springframework.security.ui.switchuser
Switch User processing filter responsible for user context switching.
SwitchUserProcessingFilter() - Constructor for class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
 
SYSTEM_PROPERTY - Static variable in class org.springframework.security.context.SecurityContextHolder
 
SystemWideSaltSource - Class in org.springframework.security.providers.dao.salt
Uses a static system-wide String as the salt.
SystemWideSaltSource() - Constructor for class org.springframework.security.providers.dao.salt.SystemWideSaltSource
 

T

TargetUrlResolver - Interface in org.springframework.security.ui
Used by AbstractProcessingFilter to determine target URL in case of successful authentication.
TargetUrlResolverImpl - Class in org.springframework.security.ui
Default implementation for TargetUrlResolver

Returns a target URL based from the contents of the configured targetUrlParameter if present on the current request.

TargetUrlResolverImpl() - Constructor for class org.springframework.security.ui.TargetUrlResolverImpl
 
TextUtils - Class in org.springframework.security.util
Utilities for working with Strings and text.
TextUtils() - Constructor for class org.springframework.security.util.TextUtils
 
ThreadLocalSecurityContextHolderStrategy - Class in org.springframework.security.context
A ThreadLocal-based implementation of SecurityContextHolderStrategy.
ThreadLocalSecurityContextHolderStrategy() - Constructor for class org.springframework.security.context.ThreadLocalSecurityContextHolderStrategy
 
ThrowableAnalyzer - Class in org.springframework.security.util
Handler for analyzing Throwable instances.
ThrowableAnalyzer() - Constructor for class org.springframework.security.util.ThrowableAnalyzer
Creates a new ThrowableAnalyzer instance.
ThrowableCauseExtractor - Interface in org.springframework.security.util
Interface for handlers extracting the cause out of a specific Throwable type.
togglePermission(int) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
Token - Interface in org.springframework.security.token
A token issued by TokenService.
TOKEN_NONE - Static variable in class org.springframework.security.util.FilterChainProxy
 
TokenBasedRememberMeServices - Class in org.springframework.security.ui.rememberme
Identifies previously remembered users by a Base-64 encoded cookie.
TokenBasedRememberMeServices() - Constructor for class org.springframework.security.ui.rememberme.TokenBasedRememberMeServices
 
tokensBySeriesMapping - Variable in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
 
TokenService - Interface in org.springframework.security.token
Provides a mechanism to allocate and rebuild secure, randomised tokens.
toString() - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
Deprecated.  
toString() - Method in class org.springframework.security.acl.basic.NamedEntityObjectIdentity
Deprecated.  
toString() - Method in class org.springframework.security.ConfigAttributeDefinition
 
toString() - Method in class org.springframework.security.context.SecurityContextHolder
 
toString() - Method in class org.springframework.security.context.SecurityContextImpl
 
toString() - Method in class org.springframework.security.GrantedAuthoritiesContainerImpl
 
toString() - Method in class org.springframework.security.GrantedAuthorityImpl
 
toString() - Method in class org.springframework.security.intercept.web.FilterInvocation
 
toString() - Method in class org.springframework.security.intercept.web.RequestKey
 
toString() - Method in class org.springframework.security.ldap.search.FilterBasedLdapUserSearch
 
toString() - Method in class org.springframework.security.providers.AbstractAuthenticationToken
 
toString() - Method in class org.springframework.security.providers.dao.salt.ReflectionSaltSource
 
toString() - Method in class org.springframework.security.runas.RunAsUserToken
 
toString() - Method in class org.springframework.security.SecurityConfig
 
toString() - Method in class org.springframework.security.token.DefaultToken
 
toString() - Method in class org.springframework.security.ui.AuthenticationDetails
 
toString() - Method in class org.springframework.security.ui.preauth.PreAuthenticatedGrantedAuthoritiesAuthenticationDetails
 
toString() - Method in class org.springframework.security.ui.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
 
toString() - Method in class org.springframework.security.ui.savedrequest.SavedRequest
 
toString() - Method in class org.springframework.security.ui.SpringSecurityFilter
 
toString() - Method in class org.springframework.security.ui.WebAuthenticationDetails
 
toString() - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl
 
toString() - Method in class org.springframework.security.userdetails.User
 
toString() - Method in class org.springframework.security.util.AntUrlPathMatcher
 
toString() - Method in class org.springframework.security.util.FilterChainProxy
 
translate(String, NamingException) - Method in interface org.springframework.security.ldap.NamingExceptionTranslator
Deprecated.  

U

UnanimousBased - Class in org.springframework.security.vote
Simple concrete implementation of AccessDecisionManager that requires all voters to abstain or grant access.
UnanimousBased() - Constructor for class org.springframework.security.vote.UnanimousBased
 
unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.AbstractProcessingFilter
 
unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
Ensures the authentication object in the secure context is set to null when authentication fails.
unsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.springframework.security.ui.x509.X509ProcessingFilter
Deprecated. Ensures the authentication object in the secure context is set to null when authentication fails.
update(Long, Integer) - Method in class org.springframework.security.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionUpdate
Deprecated.  
updateToken(String, String, Date) - Method in class org.springframework.security.ui.rememberme.InMemoryTokenRepositoryImpl
 
updateToken - Variable in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
 
updateToken(String, String, Date) - Method in class org.springframework.security.ui.rememberme.JdbcTokenRepositoryImpl
 
updateToken(String, String, Date) - Method in interface org.springframework.security.ui.rememberme.PersistentTokenRepository
 
updateUser(UserDetails) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
updateUser(UserDetails) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
updateUser(UserDetails) - Method in interface org.springframework.security.userdetails.UserDetailsManager
Update the specified user.
UrlMatcher - Interface in org.springframework.security.util
Strategy for deciding whether configured path matches a submitted candidate URL.
UrlUtils - Class in org.springframework.security.util
Provides static methods for composing URLs.
User - Class in org.springframework.security.userdetails
Models core user information retieved by an UserDetailsService.
User(String, String, boolean, GrantedAuthority[]) - Constructor for class org.springframework.security.userdetails.User
Deprecated. use new constructor with extended properties (this constructor will be removed from release 1.0.0)
User(String, String, boolean, boolean, boolean, GrantedAuthority[]) - Constructor for class org.springframework.security.userdetails.User
Deprecated. use new constructor with extended properties (this constructor will be removed from release 1.0.0)
User(String, String, boolean, boolean, boolean, boolean, GrantedAuthority[]) - Constructor for class org.springframework.security.userdetails.User
Construct the User with the details required by DaoAuthenticationProvider.
USER_DETAILS_SERVICE - Static variable in class org.springframework.security.config.BeanIds
 
UserAttribute - Class in org.springframework.security.userdetails.memory
Used by InMemoryDaoImpl to temporarily store the attributes associated with a user.
UserAttribute() - Constructor for class org.springframework.security.userdetails.memory.UserAttribute
 
UserAttributeEditor - Class in org.springframework.security.userdetails.memory
Property editor that creates a UserAttribute from a comma separated list of values.
UserAttributeEditor() - Constructor for class org.springframework.security.userdetails.memory.UserAttributeEditor
 
UserCache - Interface in org.springframework.security.providers.dao
Provides a cache of User objects.
UserDetails - Interface in org.springframework.security.userdetails
Provides core user information.
UserDetailsByNameServiceWrapper - Class in org.springframework.security.userdetails
This implementation for AuthenticationUserDetailsService wraps a regular Spring Security UserDetailsService implementation, to retrieve a UserDetails object based on the user name contained in a PreAuthenticatedAuthenticationToken.
UserDetailsByNameServiceWrapper() - Constructor for class org.springframework.security.userdetails.UserDetailsByNameServiceWrapper
 
UserDetailsChecker - Interface in org.springframework.security.userdetails
 
UserDetailsContextMapper - Interface in org.springframework.security.userdetails.ldap
Operations to map a UserDetails object to and from a Spring LDAP DirContextOperations implementation.
UserDetailsManager - Interface in org.springframework.security.userdetails
An extension of the UserDetailsService which provides the ability to create new users and update existing ones.
UserDetailsService - Interface in org.springframework.security.userdetails
Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
UserDetailsServiceInjectionBeanPostProcessor - Class in org.springframework.security.config
Registered by HttpSecurityBeanDefinitionParser to inject a UserDetailsService into the X509Provider, RememberMeServices and OpenIDAuthenticationProvider instances created by the namespace.
UserDetailsServiceInjectionBeanPostProcessor() - Constructor for class org.springframework.security.config.UserDetailsServiceInjectionBeanPostProcessor
 
UserDetailsServiceLdapAuthoritiesPopulator - Class in org.springframework.security.ldap.populator
Simple LdapAuthoritiesPopulator which delegates to a UserDetailsService, using the name which was supplied at login as the username.
UserDetailsServiceLdapAuthoritiesPopulator(UserDetailsService) - Constructor for class org.springframework.security.ldap.populator.UserDetailsServiceLdapAuthoritiesPopulator
 
UserDetailsServiceWrapper - Class in org.springframework.security.userdetails.hierarchicalroles
Deprecated. use a RoleHierarchyVoter instead of populating the user Authentication object with the additional authorities.
UserDetailsServiceWrapper() - Constructor for class org.springframework.security.userdetails.hierarchicalroles.UserDetailsServiceWrapper
Deprecated.  
UserDetailsWrapper - Class in org.springframework.security.userdetails.hierarchicalroles
Deprecated. use a RoleHierarchyVoter instead.
UserDetailsWrapper(UserDetails, RoleHierarchy) - Constructor for class org.springframework.security.userdetails.hierarchicalroles.UserDetailsWrapper
Deprecated.  
userExists(String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
 
userExists(String) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
 
userExists(String) - Method in interface org.springframework.security.userdetails.UserDetailsManager
Check if a user with the supplied login name exists in the system.
userHasAuthority(String) - Static method in class org.springframework.security.util.AuthorityUtils
Returns true if the current user has the specified authority.
UserMap - Class in org.springframework.security.userdetails.memory
Used by InMemoryDaoImpl to store a list of users and their corresponding granted authorities.
UserMap() - Constructor for class org.springframework.security.userdetails.memory.UserMap
 
UserMapEditor - Class in org.springframework.security.userdetails.memory
Property editor to assist with the setup of a UserMap.
UserMapEditor() - Constructor for class org.springframework.security.userdetails.memory.UserMapEditor
 
UsernameNotFoundException - Exception in org.springframework.security.userdetails
Thrown if an UserDetailsService implementation cannot locate a User by its username.
UsernameNotFoundException(String) - Constructor for exception org.springframework.security.userdetails.UsernameNotFoundException
Constructs a UsernameNotFoundException with the specified message.
UsernameNotFoundException(String, Object) - Constructor for exception org.springframework.security.userdetails.UsernameNotFoundException
Constructs a UsernameNotFoundException, making use of the extraInformation property of the superclass.
UsernameNotFoundException(String, Throwable) - Constructor for exception org.springframework.security.userdetails.UsernameNotFoundException
Constructs a UsernameNotFoundException with the specified message and root cause.
UsernamePasswordAuthenticationToken - Class in org.springframework.security.providers
An Authentication implementation that is designed for simple presentation of a username and password.
UsernamePasswordAuthenticationToken(Object, Object) - Constructor for class org.springframework.security.providers.UsernamePasswordAuthenticationToken
This constructor can be safely used by any code that wishes to create a UsernamePasswordAuthenticationToken, as the AbstractAuthenticationToken.isAuthenticated() will return false.
UsernamePasswordAuthenticationToken(Object, Object, GrantedAuthority[]) - Constructor for class org.springframework.security.providers.UsernamePasswordAuthenticationToken
This constructor should only be used by AuthenticationManager or AuthenticationProvider implementations that are satisfied with producing a trusted (ie AbstractAuthenticationToken.isAuthenticated() = true) authentication token.
UserServiceBeanDefinitionParser - Class in org.springframework.security.config
 
UserServiceBeanDefinitionParser() - Constructor for class org.springframework.security.config.UserServiceBeanDefinitionParser
 

V

verifyThrowableHierarchy(Throwable, Class) - Static method in class org.springframework.security.util.ThrowableAnalyzer
Verifies that the provided throwable is a valid subclass of the provided type (or of the type itself).
verifyToken(String) - Method in class org.springframework.security.token.KeyBasedPersistenceTokenService
 
verifyToken(String) - Method in interface org.springframework.security.token.TokenService
Permits verification the <Token.getKey() was issued by this TokenService and reconstructs the corresponding Token.
vote(Authentication, Object, ConfigAttributeDefinition) - Method in interface org.springframework.security.vote.AccessDecisionVoter
Indicates whether or not access is granted.
vote(Authentication, Object, ConfigAttributeDefinition) - Method in class org.springframework.security.vote.AuthenticatedVoter
 
vote(Authentication, Object, ConfigAttributeDefinition) - Method in class org.springframework.security.vote.BasicAclEntryVoter
Deprecated.  
vote(Authentication, Object, ConfigAttributeDefinition) - Method in class org.springframework.security.vote.LabelBasedAclVoter
Deprecated. Vote on whether or not the user has all the labels necessary to match the method argument's labeled data.
vote(Authentication, Object, ConfigAttributeDefinition) - Method in class org.springframework.security.vote.RoleVoter
 

W

WebAuthenticationDetails - Class in org.springframework.security.ui
A holder of selected HTTP details related to a web authentication request.
WebAuthenticationDetails(HttpServletRequest) - Constructor for class org.springframework.security.ui.WebAuthenticationDetails
Records the remote address and will also set the session Id if a session already exists (it won't create one).
WebAuthenticationDetailsSource - Class in org.springframework.security.ui
Implementation of AuthenticationDetailsSource which builds the details object from an HttpServletRequest object.
WebAuthenticationDetailsSource() - Constructor for class org.springframework.security.ui.WebAuthenticationDetailsSource
 
WebInvocationPrivilegeEvaluator - Class in org.springframework.security.intercept.web
Allows users to determine whether they have privileges for a given web URI.
WebInvocationPrivilegeEvaluator() - Constructor for class org.springframework.security.intercept.web.WebInvocationPrivilegeEvaluator
 
WebSphere2SpringSecurityPropagationInterceptor - Class in org.springframework.security.ui.preauth.websphere
This method interceptor can be used in front of arbitrary Spring beans to make a Spring SecurityContext available to the bean, based on the current WebSphere credentials.
WebSphere2SpringSecurityPropagationInterceptor() - Constructor for class org.springframework.security.ui.preauth.websphere.WebSphere2SpringSecurityPropagationInterceptor
 
WebSpherePreAuthenticatedAuthenticationDetailsSource - Class in org.springframework.security.ui.preauth.websphere
This AuthenticationDetailsSource implementation, when configured with a MutableGrantedAuthoritiesContainer, will set the pre-authenticated granted authorities based on the WebSphere groups for the current WebSphere user, mapped using the configured Attributes2GrantedAuthoritiesMapper.
WebSpherePreAuthenticatedAuthenticationDetailsSource() - Constructor for class org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedAuthenticationDetailsSource
Public constructor which overrides the default AuthenticationDetails class to be used.
WebSpherePreAuthenticatedProcessingFilter - Class in org.springframework.security.ui.preauth.websphere
This AbstractPreAuthenticatedProcessingFilter implementation is based on WebSphere authentication.
WebSpherePreAuthenticatedProcessingFilter() - Constructor for class org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedProcessingFilter
 
WebSpherePreAuthenticatedWebAuthenticationDetailsSource - Class in org.springframework.security.ui.preauth.websphere
This AuthenticationDetailsSource implementation, when configured with a MutableGrantedAuthoritiesContainer, will set the pre-authenticated granted authorities based on the WebSphere groups for the current WebSphere user, mapped using the configured Attributes2GrantedAuthoritiesMapper.
WebSpherePreAuthenticatedWebAuthenticationDetailsSource() - Constructor for class org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedWebAuthenticationDetailsSource
Public constructor which overrides the default AuthenticationDetails class to be used.
WebXmlMappableAttributesRetriever - Class in org.springframework.security.ui.preauth.j2ee
This MappableAttributesRetriever implementation reads the list of defined J2EE roles from a web.xml file.
WebXmlMappableAttributesRetriever() - Constructor for class org.springframework.security.ui.preauth.j2ee.WebXmlMappableAttributesRetriever
Constructor setting the XPath expression to use
WRITE - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
Deprecated.  

X

X509_AUTH_PROVIDER - Static variable in class org.springframework.security.config.BeanIds
 
X509_FILTER - Static variable in class org.springframework.security.config.BeanIds
 
X509_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
 
X509AuthenticationProvider - Class in org.springframework.security.providers.x509
Deprecated. superceded by the preauth provider. Use the X.509 authentication support in org.springframework.security.ui.preauth.x509 instead or namespace support via the <x509 /> element.
X509AuthenticationProvider() - Constructor for class org.springframework.security.providers.x509.X509AuthenticationProvider
Deprecated.  
X509AuthenticationToken - Class in org.springframework.security.providers.x509
Deprecated. superceded by the preauth provider. Use the X.509 authentication support in org.springframework.security.ui.preauth.x509 instead.
X509AuthenticationToken(X509Certificate) - Constructor for class org.springframework.security.providers.x509.X509AuthenticationToken
Deprecated. Used for an authentication request.
X509AuthenticationToken(Object, X509Certificate, GrantedAuthority[]) - Constructor for class org.springframework.security.providers.x509.X509AuthenticationToken
Deprecated. Used for an authentication response object.
X509AuthoritiesPopulator - Interface in org.springframework.security.providers.x509
Deprecated.  
X509BeanDefinitionParser - Class in org.springframework.security.config
Parses x509 element in namespace, registering an X509PreAuthenticatedProcessingFilter instance and a PreAuthenticatedProcessingFilterEntryPoint.
X509BeanDefinitionParser() - Constructor for class org.springframework.security.config.X509BeanDefinitionParser
 
X509PreAuthenticatedProcessingFilter - Class in org.springframework.security.ui.preauth.x509
 
X509PreAuthenticatedProcessingFilter() - Constructor for class org.springframework.security.ui.preauth.x509.X509PreAuthenticatedProcessingFilter
 
X509PrincipalExtractor - Interface in org.springframework.security.ui.preauth.x509
Obtains the principal from an X509Certificate for use within the framework.
X509ProcessingFilter - Class in org.springframework.security.ui.x509
Deprecated. Use X509PreAuthenticatedProcessingFilter from the preauth.x509 package instead
X509ProcessingFilter() - Constructor for class org.springframework.security.ui.x509.X509ProcessingFilter
Deprecated.  
X509ProcessingFilterEntryPoint - Class in org.springframework.security.ui.x509
Deprecated. Use the preauth package instead
X509ProcessingFilterEntryPoint() - Constructor for class org.springframework.security.ui.x509.X509ProcessingFilterEntryPoint
Deprecated.  
X509UserCache - Interface in org.springframework.security.providers.x509
Deprecated.  
XmlMappableAttributesRetriever - Class in org.springframework.security.authoritymapping
This implementation for the MappableAttributesRetriever interface retrieves the list of mappable attributes from an XML file.
XmlMappableAttributesRetriever() - Constructor for class org.springframework.security.authoritymapping.XmlMappableAttributesRetriever
 
XmlMappableAttributesRetriever.IgnoreCloseInputStream - Class in org.springframework.security.authoritymapping
 
XmlMappableAttributesRetriever.IgnoreCloseInputStream(InputStream) - Constructor for class org.springframework.security.authoritymapping.XmlMappableAttributesRetriever.IgnoreCloseInputStream
 

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

Copyright © 2004-2012 SpringSource, Inc. All Rights Reserved.