- 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
-
- AbstractAccessDecisionManager() - Constructor for class org.springframework.security.vote.AbstractAccessDecisionManager
-
- AbstractAclProvider - Class in org.springframework.security.afterinvocation
-
- AbstractAclProvider(AclService, String, Permission[]) - Constructor for class org.springframework.security.afterinvocation.AbstractAclProvider
-
- AbstractAclVoter - Class in org.springframework.security.vote
-
Provides helper methods for writing domain object ACL voters.
- AbstractAclVoter() - Constructor for class org.springframework.security.vote.AbstractAclVoter
-
- AbstractAdapterAuthenticationToken - Class in org.springframework.security.adapters
-
- 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
-
- AbstractAuthenticationManager() - Constructor for class org.springframework.security.AbstractAuthenticationManager
-
- AbstractAuthenticationToken - Class in org.springframework.security.providers
-
Base class for Authentication
objects.
- AbstractAuthenticationToken() - Constructor for class org.springframework.security.providers.AbstractAuthenticationToken
-
Deprecated.
in favour of the constructor which takes a
GrantedAuthority[]
argument.
- AbstractAuthenticationToken(GrantedAuthority[]) - Constructor for class org.springframework.security.providers.AbstractAuthenticationToken
-
Creates a token with the supplied array of authorities.
- AbstractAuthorizationEvent - Class in org.springframework.security.event.authorization
-
Abstract superclass for all security interception related events.
- AbstractAuthorizationEvent(Object) - Constructor for class org.springframework.security.event.authorization.AbstractAuthorizationEvent
-
Construct the event, passing in the secure object being intercepted.
- AbstractBasicAclEntry - Class in org.springframework.security.acl.basic
-
Deprecated.
Use new spring-security-acl module instead
- AbstractBasicAclEntry(Object, AclObjectIdentity, AclObjectIdentity, int) - Constructor for class org.springframework.security.acl.basic.AbstractBasicAclEntry
-
Deprecated.
- AbstractBasicAclEntry() - Constructor for class org.springframework.security.acl.basic.AbstractBasicAclEntry
-
Deprecated.
A protected constructor for use by Hibernate.
- AbstractFallbackMethodDefinitionSource - Class in org.springframework.security.intercept.method
-
Abstract implementation of
MethodDefinitionSource
that supports both Spring AOP and AspectJ and
caches configuration attribute resolution from: 1.
- AbstractFallbackMethodDefinitionSource() - Constructor for class org.springframework.security.intercept.method.AbstractFallbackMethodDefinitionSource
-
- AbstractLdapAuthenticator - Class in org.springframework.security.providers.ldap.authenticator
-
Base class for the authenticator implementations.
- AbstractLdapAuthenticator(ContextSource) - Constructor for class org.springframework.security.providers.ldap.authenticator.AbstractLdapAuthenticator
-
Create an initialized instance with the ContextSource
provided.
- AbstractMethodDefinitionSource - Class in org.springframework.security.intercept.method
-
Abstract implementation of MethodDefinitionSource
.
- AbstractMethodDefinitionSource() - Constructor for class org.springframework.security.intercept.method.AbstractMethodDefinitionSource
-
- AbstractPermission - Class in org.springframework.security.acls.domain
-
Provides an abstract superclass for
Permission
implementations.
- AbstractPermission(int, char) - Constructor for class org.springframework.security.acls.domain.AbstractPermission
-
- AbstractPreAuthenticatedAuthenticationDetailsSource - Class in org.springframework.security.ui.preauth.j2ee
-
- 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
-
- AbstractUserDetailsAuthenticationProvider() - Constructor for class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- AbstractUserDetailsServiceBeanDefinitionParser - Class in org.springframework.security.config
-
- AbstractUserDetailsServiceBeanDefinitionParser() - Constructor for class org.springframework.security.config.AbstractUserDetailsServiceBeanDefinitionParser
-
- ACCESS_ABSTAIN - Static variable in interface org.springframework.security.vote.AccessDecisionVoter
-
- ACCESS_DENIED - Static variable in interface org.springframework.security.vote.AccessDecisionVoter
-
- ACCESS_GRANTED - Static variable in interface org.springframework.security.vote.AccessDecisionVoter
-
- ACCESS_MANAGER - Static variable in class org.springframework.security.config.BeanIds
-
- AccessControlEntry - Interface in org.springframework.security.acls
-
Represents an individual permission assignment within an
Acl
.
- AccessControlEntryImpl - Class in org.springframework.security.acls.domain
-
An immutable default implementation of AccessControlEntry
.
- AccessControlEntryImpl(Serializable, Acl, Sid, Permission, boolean, boolean, boolean) - Constructor for class org.springframework.security.acls.domain.AccessControlEntryImpl
-
- AccessControlListTag - Class in org.springframework.security.taglibs.authz
-
An implementation of Tag
that allows its body through if some authorizations are granted to the request's
principal.
- AccessControlListTag() - Constructor for class org.springframework.security.taglibs.authz.AccessControlListTag
-
- AccessDecisionManager - Interface in org.springframework.security
-
Makes a final access control (authorization) decision.
- AccessDecisionVoter - Interface in org.springframework.security.vote
-
Indicates a class is responsible for voting on authorization decisions.
- AccessDeniedException - Exception in org.springframework.security
-
Thrown if an
Authentication
object does not hold a required authority.
- AccessDeniedException(String) - Constructor for exception org.springframework.security.AccessDeniedException
-
Constructs an AccessDeniedException
with the specified
message.
- AccessDeniedException(String, Throwable) - Constructor for exception org.springframework.security.AccessDeniedException
-
Constructs an AccessDeniedException
with the specified
message and root cause.
- AccessDeniedHandler - Interface in org.springframework.security.ui
-
- AccessDeniedHandlerImpl - Class in org.springframework.security.ui
-
- AccessDeniedHandlerImpl() - Constructor for class org.springframework.security.ui.AccessDeniedHandlerImpl
-
- AccountExpiredException - Exception in org.springframework.security
-
Thrown if an authentication request is rejected because the account has expired.
- AccountExpiredException(String) - Constructor for exception org.springframework.security.AccountExpiredException
-
Constructs a AccountExpiredException
with the specified
message.
- AccountExpiredException(String, Throwable) - Constructor for exception org.springframework.security.AccountExpiredException
-
Constructs a AccountExpiredException
with the specified
message and root cause.
- AccountExpiredException(String, Object) - Constructor for exception org.springframework.security.AccountExpiredException
-
- AccountStatusException - Exception in org.springframework.security
-
Base class for authentication exceptions which are caused by a particular
user account status (locked, disabled etc).
- AccountStatusException(String) - Constructor for exception org.springframework.security.AccountStatusException
-
- AccountStatusException(String, Throwable) - Constructor for exception org.springframework.security.AccountStatusException
-
- AccountStatusException(String, Object) - Constructor for exception org.springframework.security.AccountStatusException
-
- AccountStatusUserDetailsChecker - Class in org.springframework.security.userdetails.checker
-
- AccountStatusUserDetailsChecker() - Constructor for class org.springframework.security.userdetails.checker.AccountStatusUserDetailsChecker
-
- Acl - Interface in org.springframework.security.acls
-
Represents an access control list (ACL) for a domain object.
- AclAuthorizationStrategy - Interface in org.springframework.security.acls.domain
-
Strategy used by
AclImpl
to determine whether a principal is permitted to call
adminstrative methods on the
AclImpl
.
- AclAuthorizationStrategyImpl - Class in org.springframework.security.acls.domain
-
- AclAuthorizationStrategyImpl(GrantedAuthority[]) - Constructor for class org.springframework.security.acls.domain.AclAuthorizationStrategyImpl
-
Constructor.
- AclCache - Interface in org.springframework.security.acls.jdbc
-
- AclEntry - Interface in org.springframework.security.acl
-
Deprecated.
Use new spring-security-acl module instead
- AclEntryAfterInvocationCollectionFilteringProvider - Class in org.springframework.security.afterinvocation
-
Given a
Collection
of domain object instances returned from a secure object invocation, remove
any
Collection
elements the principal does not have appropriate permission to access as defined by the
AclService
.
- AclEntryAfterInvocationCollectionFilteringProvider(AclService, Permission[]) - Constructor for class org.springframework.security.afterinvocation.AclEntryAfterInvocationCollectionFilteringProvider
-
- AclEntryAfterInvocationProvider - Class in org.springframework.security.afterinvocation
-
Given a domain object instance returned from a secure object invocation, ensures the principal has
appropriate permission as defined by the
AclService
.
- AclEntryAfterInvocationProvider(AclService, Permission[]) - Constructor for class org.springframework.security.afterinvocation.AclEntryAfterInvocationProvider
-
- AclEntryVoter - Class in org.springframework.security.vote
-
Given a domain object instance passed as a method argument, ensures the principal has appropriate permission
as indicated by the
AclService
.
- AclEntryVoter(AclService, String, Permission[]) - Constructor for class org.springframework.security.vote.AclEntryVoter
-
- AclFormattingUtils - Class in org.springframework.security.acls
-
Utility methods for displaying ACL information.
- AclFormattingUtils() - Constructor for class org.springframework.security.acls.AclFormattingUtils
-
- AclImpl - Class in org.springframework.security.acls.domain
-
Base implementation of Acl
.
- AclImpl(ObjectIdentity, Serializable, AclAuthorizationStrategy, AuditLogger) - Constructor for class org.springframework.security.acls.domain.AclImpl
-
- AclImpl(ObjectIdentity, Serializable, AclAuthorizationStrategy, AuditLogger, Acl, Sid[], boolean, Sid) - Constructor for class org.springframework.security.acls.domain.AclImpl
-
Full constructor, which should be used by persistence tools that do not
provide field-level access features.
- AclManager - Interface in org.springframework.security.acl
-
Deprecated.
Use new spring-security-acl module instead
- AclObjectIdentity - Interface in org.springframework.security.acl.basic
-
Deprecated.
Use new spring-security-acl module instead
- AclObjectIdentityAware - Interface in org.springframework.security.acl.basic
-
Deprecated.
Use new spring-security-acl module instead
- AclProvider - Interface in org.springframework.security.acl
-
Deprecated.
Use new spring-security-acl module instead
- AclProviderManager - Class in org.springframework.security.acl
-
Deprecated.
Use new spring-security-acl module instead
- AclProviderManager() - Constructor for class org.springframework.security.acl.AclProviderManager
-
Deprecated.
- aclsByObjectIdentity - Variable in class org.springframework.security.acl.basic.jdbc.JdbcDaoImpl
-
Deprecated.
- AclService - Interface in org.springframework.security.acls
-
Provides retrieval of
Acl
instances.
- aclService - Variable in class org.springframework.security.afterinvocation.AbstractAclProvider
-
- AclTag - Class in org.springframework.security.taglibs.authz
-
An implementation of Tag
that allows its body through if some authorizations
are granted to the request's principal.
- AclTag() - Constructor for class org.springframework.security.taglibs.authz.AclTag
-
- addAuthorities(DistinguishedName, GrantedAuthority[]) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsManager
-
- addAuthority(GrantedAuthority) - Method in class org.springframework.security.userdetails.ldap.LdapUserDetailsImpl.Essence
-
Adds the authority to the list, unless it is already there, in which case it is ignored
- addAuthority(GrantedAuthority) - Method in class org.springframework.security.userdetails.memory.UserAttribute
-
- addCn(String) - Method in class org.springframework.security.userdetails.ldap.Person.Essence
-
- addCustomAuthorities(String, List) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
-
Allows subclasses to add their own granted authorities to the list to be returned in the
User
.
- addGroupAuthority(String, GrantedAuthority) - Method in interface org.springframework.security.userdetails.GroupManager
-
Assigns a new authority to a group.
- addGroupAuthority(String, GrantedAuthority) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
-
- additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
-
Allows subclasses to perform any additional checks of a returned (or cached) UserDetails
for a given authentication request.
- additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.springframework.security.providers.dao.DaoAuthenticationProvider
-
- addPermission(int) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
-
Deprecated.
- addPermissions(int[]) - Method in class org.springframework.security.acl.basic.AbstractBasicAclEntry
-
Deprecated.
- addSecureMethod(String, ConfigAttributeDefinition) - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
-
Add configuration attributes for a secure method.
- addSecureMethod(Class, String, ConfigAttributeDefinition) - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
-
Add configuration attributes for a secure method.
- addSecureMethod(Class, Method, ConfigAttributeDefinition) - Method in class org.springframework.security.intercept.method.MapBasedMethodDefinitionSource
-
Adds configuration attributes for a specific method, for example where the method has been
matched using a pointcut expression.
- addUser(UserDetails) - Method in class org.springframework.security.userdetails.memory.UserMap
-
Adds a user to the in-memory map.
- addUsersFromProperties(UserMap, Properties) - Static method in class org.springframework.security.userdetails.memory.UserMapEditor
-
- addUserToGroup(String, String) - Method in interface org.springframework.security.userdetails.GroupManager
-
Makes a user a member of a particular group.
- addUserToGroup(String, String) - Method in class org.springframework.security.userdetails.jdbc.JdbcUserDetailsManager
-
- addVoter(BeanDefinition, ParserContext) - Static method in class org.springframework.security.config.ConfigUtils
-
- ADMINISTRATION - Static variable in class org.springframework.security.acl.basic.SimpleAclEntry
-
Deprecated.
- ADMINISTRATION - Static variable in class org.springframework.security.acls.domain.BasePermission
-
- AffirmativeBased - Class in org.springframework.security.vote
-
Simple concrete implementation of
AccessDecisionManager
that grants access if any
AccessDecisionVoter
returns an affirmative response.
- AffirmativeBased() - Constructor for class org.springframework.security.vote.AffirmativeBased
-
- AFTER_INVOCATION_MANAGER - Static variable in class org.springframework.security.config.BeanIds
-
- afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- afterActionCompletion(ActionRequest, ActionResponse, Object, Exception) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
- afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- afterEventCompletion(EventRequest, EventResponse, Object, Exception) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
- afterInvocation(InterceptorStatusToken, Object) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
-
Completes the work of the AbstractSecurityInterceptor after the secure object invocation has been
completed.
- AfterInvocationManager - Interface in org.springframework.security
-
Reviews the
Object
returned from a secure object invocation,
being able to modify the
Object
or throw an
AccessDeniedException
.
- AfterInvocationProvider - Interface in org.springframework.security.afterinvocation
-
- AfterInvocationProviderManager - Class in org.springframework.security.afterinvocation
-
- AfterInvocationProviderManager() - Constructor for class org.springframework.security.afterinvocation.AfterInvocationProviderManager
-
- afterPropertiesSet() - Method in class org.springframework.security.acl.AclProviderManager
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.security.acl.basic.BasicAclProvider
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.security.acl.basic.cache.EhCacheBasedAclEntryCache
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.security.adapters.AuthByAdapterProvider
-
- afterPropertiesSet() - Method in class org.springframework.security.afterinvocation.AfterInvocationProviderManager
-
- afterPropertiesSet() - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.security.authoritymapping.MapBasedAttributes2GrantedAuthoritiesMapper
-
Check whether all properties have been set to correct values, and do some preprocessing.
- afterPropertiesSet() - Method in class org.springframework.security.authoritymapping.SimpleAttributes2GrantedAuthoritiesMapper
-
Check whether all properties have been set to correct values.
- afterPropertiesSet() - Method in class org.springframework.security.authoritymapping.XmlMappableAttributesRetriever
-
Check whether all required properties have been set.
- afterPropertiesSet() - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
-
- afterPropertiesSet() - Method in class org.springframework.security.concurrent.ConcurrentSessionFilter
-
- afterPropertiesSet() - Method in class org.springframework.security.config.NamespaceAuthenticationManager
-
- afterPropertiesSet() - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
-
- afterPropertiesSet() - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- afterPropertiesSet() - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
-
- afterPropertiesSet() - Method in class org.springframework.security.intercept.method.DelegatingMethodDefinitionSource
-
- afterPropertiesSet() - Method in class org.springframework.security.intercept.method.MethodDefinitionAttributes
-
- afterPropertiesSet() - Method in class org.springframework.security.intercept.method.MethodInvocationPrivilegeEvaluator
-
- afterPropertiesSet() - Method in class org.springframework.security.intercept.web.WebInvocationPrivilegeEvaluator
-
- afterPropertiesSet() - Method in class org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider
-
- afterPropertiesSet() - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
-
- afterPropertiesSet() - Method in class org.springframework.security.providers.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.ntlm.NtlmProcessingFilter
-
Ensures an AuthenticationManager
and authentication failure
URL have been provided in the bean configuration file.
- afterPropertiesSet() - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
- afterPropertiesSet() - Method in class org.springframework.security.ui.preauth.AbstractPreAuthenticatedProcessingFilter
-
Check whether all required properties have been set.
- afterPropertiesSet() - Method in class org.springframework.security.ui.preauth.j2ee.AbstractPreAuthenticatedAuthenticationDetailsSource
-
Check that all required properties have been set.
- afterPropertiesSet() - Method in class org.springframework.security.ui.preauth.websphere.WebSpherePreAuthenticatedAuthenticationDetailsSource
-
Check that all required properties have been set.
- afterPropertiesSet() - Method in class org.springframework.security.ui.rememberme.AbstractRememberMeServices
-
- afterPropertiesSet() - Method in class org.springframework.security.ui.rememberme.RememberMeProcessingFilter
-
- afterPropertiesSet() - Method in class org.springframework.security.ui.switchuser.SwitchUserProcessingFilter
-
- afterPropertiesSet() - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- afterPropertiesSet() - Method in class org.springframework.security.ui.x509.X509ProcessingFilter
-
Deprecated.
- afterPropertiesSet() - Method in class org.springframework.security.userdetails.memory.InMemoryDaoImpl
-
- afterPropertiesSet() - Method in class org.springframework.security.userdetails.UserDetailsByNameServiceWrapper
-
Check whether all required properties have been set.
- afterPropertiesSet() - Method in class org.springframework.security.util.FilterChainProxy
-
- afterPropertiesSet() - Method in class org.springframework.security.vote.AbstractAccessDecisionManager
-
- afterPropertiesSet() - Method in class org.springframework.security.vote.BasicAclEntryVoter
-
Deprecated.
- afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- afterRenderCompletion(RenderRequest, RenderResponse, Object, Exception) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
- afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- afterResourceCompletion(ResourceRequest, ResourceResponse, Object, Exception) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
- allGranted(String) - Method in interface org.springframework.security.taglibs.velocity.Authz
-
all the listed roles must be granted to return true, otherwise fasle;
- allGranted(String) - Method in class org.springframework.security.taglibs.velocity.AuthzImpl
-
- allocateToken(String) - Method in class org.springframework.security.token.KeyBasedPersistenceTokenService
-
- allocateToken(String) - Method in interface org.springframework.security.token.TokenService
-
Forces the allocation of a new
Token
.
- allowableSessionsExceeded(String, SessionInformation[], int, SessionRegistry) - Method in class org.springframework.security.concurrent.ConcurrentSessionControllerImpl
-
Allows subclasses to customise behaviour when too many sessions are detected.
- AlreadyExistsException - Exception in org.springframework.security.acls
-
Thrown if an Acl
entry already exists for the object.
- AlreadyExistsException(String) - Constructor for exception org.springframework.security.acls.AlreadyExistsException
-
Constructs an AlreadyExistsException
with the specified message.
- AlreadyExistsException(String, Throwable) - Constructor for exception org.springframework.security.acls.AlreadyExistsException
-
Constructs an AlreadyExistsException
with the specified message
and root cause.
- ANONYMOUS_AUTHENTICATION_PROVIDER - Static variable in class org.springframework.security.config.BeanIds
-
- ANONYMOUS_FILTER - Static variable in class org.springframework.security.ui.FilterChainOrder
-
- ANONYMOUS_PROCESSING_FILTER - Static variable in class org.springframework.security.config.BeanIds
-
- AnonymousAuthenticationProvider - Class in org.springframework.security.providers.anonymous
-
- AnonymousAuthenticationProvider() - Constructor for class org.springframework.security.providers.anonymous.AnonymousAuthenticationProvider
-
- AnonymousAuthenticationToken - Class in org.springframework.security.providers.anonymous
-
Represents an anonymous Authentication
.
- AnonymousAuthenticationToken(String, Object, GrantedAuthority[]) - Constructor for class org.springframework.security.providers.anonymous.AnonymousAuthenticationToken
-
Constructor.
- AnonymousBeanDefinitionParser - Class in org.springframework.security.config
-
- AnonymousBeanDefinitionParser() - Constructor for class org.springframework.security.config.AnonymousBeanDefinitionParser
-
- AnonymousProcessingFilter - Class in org.springframework.security.providers.anonymous
-
Detects if there is no Authentication
object in the SecurityContextHolder
, and
populates it with one if needed.
- AnonymousProcessingFilter() - Constructor for class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
-
- AntUrlPathMatcher - Class in org.springframework.security.util
-
Ant path strategy for URL matching.
- AntUrlPathMatcher() - Constructor for class org.springframework.security.util.AntUrlPathMatcher
-
- AntUrlPathMatcher(boolean) - Constructor for class org.springframework.security.util.AntUrlPathMatcher
-
- ANY_CHANNEL - Static variable in class org.springframework.security.securechannel.ChannelDecisionManagerImpl
-
- anyGranted(String) - Method in interface org.springframework.security.taglibs.velocity.Authz
-
any the listed roles must be granted to return true, otherwise fasle;
- anyGranted(String) - Method in class org.springframework.security.taglibs.velocity.AuthzImpl
-
- applyAnonymousForThisRequest(HttpServletRequest) - Method in class org.springframework.security.providers.anonymous.AnonymousProcessingFilter
-
Enables subclasses to determine whether or not an anonymous authentication token should be setup for
this request.
- AspectJAnnotationCallback - Interface in org.springframework.security.intercept.method.aspectj
-
- 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
-
- 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.
- Attributes - Interface in org.springframework.metadata
-
Interface for accessing attributes at runtime.
- Attributes2GrantedAuthoritiesMapper - Interface in org.springframework.security.authoritymapping
-
Interface to be implemented by classes that can map a list of security attributes (such as roles or
group names) to a list of Spring Security GrantedAuthorities.
- AuditableAccessControlEntry - Interface in org.springframework.security.acls
-
Represents an ACE that provides auditing information.
- AuditableAcl - Interface in org.springframework.security.acls
-
A mutable ACL that provides audit capabilities.
- AuditLogger - Interface in org.springframework.security.acls.domain
-
Used by AclImpl
to log audit events.
- AuthByAdapter - Interface in org.springframework.security.adapters
-
Indicates a specialized, immutable, server-side only
Authentication
class.
- AuthByAdapterProvider - Class in org.springframework.security.adapters
-
- 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
-
- 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
-
- authenticate(Authentication) - Method in class org.springframework.security.ui.ntlm.ldap.authenticator.NtlmAwareLdapAuthenticator
-
If the supplied Authentication object is of type NtlmUsernamePasswordAuthenticationToken,
the information stored in the user's directory entry is loaded without attempting to authenticate them.
- AuthenticatedVoter - Class in org.springframework.security.vote
-
- 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
-
- 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
-
- AuthenticationDetailsSourceImpl - Class in org.springframework.security.ui
-
- AuthenticationDetailsSourceImpl() - Constructor for class org.springframework.security.ui.AuthenticationDetailsSourceImpl
-
- AuthenticationEntryPoint - Interface in org.springframework.security.ui
-
- 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
-
- 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
-
- 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
- AuthenticationTag - Class in org.springframework.security.taglibs.authz
-
An Tag
implementation that allows convenient access to the current
Authentication
object.
- AuthenticationTag() - Constructor for class org.springframework.security.taglibs.authz.AuthenticationTag
-
- AuthenticationTrustResolver - Interface in org.springframework.security
-
Evaluates Authentication
tokens
- AuthenticationTrustResolverImpl - Class in org.springframework.security
-
- 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.
- AuthorizeTag - Class in org.springframework.security.taglibs.authz
-
An implementation of Tag
that allows it's body through if some authorizations
are granted to the request's principal.
- AuthorizeTag() - Constructor for class org.springframework.security.taglibs.authz.AuthorizeTag
-
- Authz - Interface in org.springframework.security.taglibs.velocity
-
- AuthzImpl - Class in org.springframework.security.taglibs.velocity
-
I decided to wrap several JSP tag in one class, so I have to using inner class to wrap these JSP tag.
- AuthzImpl() - Constructor for class org.springframework.security.taglibs.velocity.AuthzImpl
-
- 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.
- 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
-
- CHANGE_AUDITING - Static variable in interface org.springframework.security.acls.domain.AclAuthorizationStrategy
-
- CHANGE_GENERAL - Static variable in interface org.springframework.security.acls.domain.AclAuthorizationStrategy
-
- CHANGE_OWNERSHIP - Static variable in interface org.springframework.security.acls.domain.AclAuthorizationStrategy
-
- 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
-
- ChannelDecisionManagerImpl() - Constructor for class org.springframework.security.securechannel.ChannelDecisionManagerImpl
-
- ChannelEntryPoint - Interface in org.springframework.security.securechannel
-
- 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
-
- ChildrenExistException - Exception in org.springframework.security.acls
-
Thrown if an
Acl
cannot be deleted because children
Acl
s exist.
- ChildrenExistException(String) - Constructor for exception org.springframework.security.acls.ChildrenExistException
-
Constructs an ChildrenExistException
with the specified
message.
- ChildrenExistException(String, Throwable) - Constructor for exception org.springframework.security.acls.ChildrenExistException
-
Constructs an ChildrenExistException
with the specified
message and root cause.
- clear(Permission) - Method in class org.springframework.security.acls.domain.CumulativePermission
-
- clear() - Method in class org.springframework.security.acls.domain.CumulativePermission
-
- 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
-
- code - Variable in class org.springframework.security.acls.domain.AbstractPermission
-
- 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.ntlm.NtlmProcessingFilterEntryPoint
-
Sends an NTLM challenge to the browser requiring authentication.
- 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
-
- 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
-
- 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
ConfigAttribute
s 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
-
- 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
-
- ConsensusBased() - Constructor for class org.springframework.security.vote.ConsensusBased
-
- ConsoleAuditLogger - Class in org.springframework.security.acls.domain
-
- ConsoleAuditLogger() - Constructor for class org.springframework.security.acls.domain.ConsoleAuditLogger
-
- 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.
- convertMaskIntoPermission(int) - Method in class org.springframework.security.acls.jdbc.BasicLookupStrategy
-
- 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 - Static variable in class org.springframework.security.acls.domain.BasePermission
-
- 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
- createAcl(ObjectIdentity) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
- createAcl(ObjectIdentity) - Method in interface org.springframework.security.acls.MutableAclService
-
Creates an empty Acl
object in the database.
- 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.
- createEntries(MutableAcl) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
Creates a new row in acl_entry for every ACE defined in the passed MutableAcl object.
- 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
-
- createObjectIdentity(ObjectIdentity, Sid) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
Creates an entry in the acl_object_identity table for the passed ObjectIdentity.
- createOrRetrieveClassPrimaryKey(Class, boolean) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
Retrieves the primary key from acl_class, creating a new row if needed and the allowCreate property is
true.
- createOrRetrieveSidPrimaryKey(Sid, boolean) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
Retrieves the primary key from acl_sid, creating a new row if needed and the allowCreate property is
true.
- createRemoteInvocation(MethodInvocation) - Method in class org.springframework.security.context.rmi.ContextPropagatingRemoteInvocationFactory
-
- createSuccessAuthentication(Object, Authentication, UserDetails) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- 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
-
- CumulativePermission - Class in org.springframework.security.acls.domain
-
Represents a Permission
that is constructed at runtime from other permissions.
- CumulativePermission() - Constructor for class org.springframework.security.acls.domain.CumulativePermission
-
- 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
-
- CustomAfterInvocationProviderBeanDefinitionDecorator() - Constructor for class org.springframework.security.config.CustomAfterInvocationProviderBeanDefinitionDecorator
-
- CustomAuthenticationProviderBeanDefinitionDecorator - Class in org.springframework.security.config
-
- 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
-
- DaoAuthenticationProvider - Class in org.springframework.security.providers.dao
-
- 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 class org.springframework.security.afterinvocation.AclEntryAfterInvocationCollectionFilteringProvider
-
- decide(Authentication, Object, ConfigAttributeDefinition, Object) - Method in class org.springframework.security.afterinvocation.AclEntryAfterInvocationProvider
-
- 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
-
- decide(FilterInvocation, ConfigAttributeDefinition) - Method in class org.springframework.security.securechannel.ChannelDecisionManagerImpl
-
- decide(FilterInvocation, ConfigAttributeDefinition) - Method in interface org.springframework.security.securechannel.ChannelProcessor
-
- 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
AccessDecisionVoter
s 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
AccessDecisionVoter
s and upon
completion determines the consensus of granted vs denied responses.
- decide(Authentication, Object, ConfigAttributeDefinition) - Method in class org.springframework.security.vote.UnanimousBased
-
- 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_PASSWORD - Static variable in class org.springframework.security.ui.ntlm.NtlmUsernamePasswordAuthenticationToken
-
Spring Security often checks password ; but we do not have one.
- 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
-
- 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
-
- defaultPermissionFactory - Static variable in class org.springframework.security.acls.domain.BasePermission
-
- DefaultPermissionFactory - Class in org.springframework.security.acls.domain
-
- DefaultPermissionFactory() - Constructor for class org.springframework.security.acls.domain.DefaultPermissionFactory
-
- 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.
- DELETE - Static variable in class org.springframework.security.acls.domain.BasePermission
-
- deleteAce(int) - Method in class org.springframework.security.acls.domain.AclImpl
-
- deleteAce(int) - Method in interface org.springframework.security.acls.MutableAcl
-
- deleteAcl(ObjectIdentity, boolean) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
- deleteAcl(ObjectIdentity, boolean) - Method in interface org.springframework.security.acls.MutableAclService
-
Removes the specified entry from the database.
- deleteEntries(Long) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
Deletes all ACEs defined in the acl_entry table belonging to the presented ObjectIdentity primary key.
- 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
-
- deleteObjectIdentity(Long) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
Deletes a single row from acl_object_identity that is associated with the presented ObjectIdentity primary key.
- 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
-
- demergePatterns(String, String) - Static method in class org.springframework.security.acls.AclFormattingUtils
-
- DENY_ALL_ATTRIBUTE - Static variable in class org.springframework.security.annotation.Jsr250SecurityConfig
-
- 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
-
- 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
-
- doEndTag() - Method in class org.springframework.security.taglibs.authz.AuthenticationTag
-
- 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.ntlm.NtlmProcessingFilter
-
- 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).
- doStartTag() - Method in class org.springframework.security.taglibs.authz.AccessControlListTag
-
- doStartTag() - Method in class org.springframework.security.taglibs.authz.AclTag
-
- doStartTag() - Method in class org.springframework.security.taglibs.authz.AuthenticationTag
-
- doStartTag() - Method in class org.springframework.security.taglibs.authz.AuthorizeTag
-
- 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
-
- generateNewContext() - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
Creates a new SecurityContext
object.
- 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
-
- getAcl() - Method in interface org.springframework.security.acls.AccessControlEntry
-
- getAcl() - Method in class org.springframework.security.acls.domain.AccessControlEntryImpl
-
- 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
-
- getAppCtx() - Method in interface org.springframework.security.taglibs.velocity.Authz
-
set Spring application context which contains acegi related bean
- getAppCtx() - Method in class org.springframework.security.taglibs.velocity.AuthzImpl
-
- 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(Class) - Method in interface org.springframework.metadata.Attributes
-
Return the class attributes of the target class.
- getAttributes(Class, Class) - Method in interface org.springframework.metadata.Attributes
-
Return the class attributes of the target class of a given type.
- getAttributes(Method) - Method in interface org.springframework.metadata.Attributes
-
Return the method attributes of the target method.
- getAttributes(Method, Class) - Method in interface org.springframework.metadata.Attributes
-
Return the method attributes of the target method of a given type.
- getAttributes(Field) - Method in interface org.springframework.metadata.Attributes
-
Return the field attributes of the target field.
- getAttributes(Field, Class) - Method in interface org.springframework.metadata.Attributes
-
Return the field attributes of the target method of a given type.
- 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
-
- 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.annotation.Jsr250MethodDefinitionSource
-
- getConfigAttributeDefinitions() - Method in class org.springframework.security.annotation.SecuredMethodDefinitionSource
-
- 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 ConfigAttributeDefinition
s 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 ConfigAttribute
s 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() - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- 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(String, String) - Method in class org.springframework.security.ldap.DefaultInitialDirContextFactory
-
Deprecated.
- getContext(PageContext) - Method in class org.springframework.security.taglibs.authz.AccessControlListTag
-
Allows test cases to override where application context obtained from.
- getContext(PageContext) - Method in class org.springframework.security.taglibs.authz.AclTag
-
Allows test cases to override where application context obtained from.
- 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
-
- getCredentialsFromRequest(PortletRequest) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
This method attempts to extract a credentials from the portlet request.
- 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
-
- getDomainObject() - Method in class org.springframework.security.taglibs.authz.AccessControlListTag
-
- getDomainObject() - Method in class org.springframework.security.taglibs.authz.AclTag
-
- 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
-
- getEntries() - Method in interface org.springframework.security.acls.Acl
-
Returns all of the entries represented by the present Acl.
- getEntries() - Method in class org.springframework.security.acls.domain.AclImpl
-
- getEntriesFromCache(AclObjectIdentity) - Method in interface org.springframework.security.acl.basic.BasicAclEntryCache
-
Deprecated.
- 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.
- getFromCache(ObjectIdentity) - Method in interface org.springframework.security.acls.jdbc.AclCache
-
- getFromCache(Serializable) - Method in interface org.springframework.security.acls.jdbc.AclCache
-
- getFromCache(ObjectIdentity) - Method in class org.springframework.security.acls.jdbc.EhCacheBasedAclCache
-
- getFromCache(Serializable) - Method in class org.springframework.security.acls.jdbc.EhCacheBasedAclCache
-
- 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.portlet.PortletPreAuthenticatedAuthenticationDetails
-
- 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
-
- getGrantedAuthority() - Method in class org.springframework.security.acls.sid.GrantedAuthoritySid
-
- getGroupMembershipRoles(String, String) - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
-
- getGroupSearchBase() - Method in class org.springframework.security.ldap.populator.DefaultLdapAuthoritiesPopulator
-
- getHasPermission() - Method in class org.springframework.security.taglibs.authz.AccessControlListTag
-
- getHasPermission() - Method in class org.springframework.security.taglibs.authz.AclTag
-
- 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.
- getId() - Method in interface org.springframework.security.acls.AccessControlEntry
-
Obtains an identifier that represents this ACE.
- getId() - Method in class org.springframework.security.acls.domain.AccessControlEntryImpl
-
- getId() - Method in class org.springframework.security.acls.domain.AclImpl
-
- getId() - Method in interface org.springframework.security.acls.MutableAcl
-
Obtains an identifier that represents this MutableAcl.
- getIdentifier() - Method in interface org.springframework.security.acls.objectidentity.ObjectIdentity
-
Obtains the actual identifier.
- getIdentifier() - Method in class org.springframework.security.acls.objectidentity.ObjectIdentityImpl
-
- getIfAllGranted() - Method in class org.springframework.security.taglibs.authz.AuthorizeTag
-
- getIfAnyGranted() - Method in class org.springframework.security.taglibs.authz.AuthorizeTag
-
- getIfNotGranted() - Method in class org.springframework.security.taglibs.authz.AuthorizeTag
-
- 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.AclEntryVoter
-
Optionally specifies a method of the domain object that will be used to obtain a contained domain
object.
- 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
-
- getJavaType() - Method in interface org.springframework.security.acls.objectidentity.ObjectIdentity
-
Obtains the Java type represented by the domain object.
- getJavaType() - Method in class org.springframework.security.acls.objectidentity.ObjectIdentityImpl
-
- 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.
- getMask() - Method in class org.springframework.security.acls.domain.AbstractPermission
-
- getMask() - Method in interface org.springframework.security.acls.Permission
-
Returns the bits that represents the permission.
- 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
-
- getObjectIdentity() - Method in interface org.springframework.security.acls.Acl
-
Obtains the domain object this Acl provides entries for.
- getObjectIdentity() - Method in class org.springframework.security.acls.domain.AclImpl
-
- getObjectIdentity(Object) - Method in interface org.springframework.security.acls.objectidentity.ObjectIdentityRetrievalStrategy
-
- getObjectIdentity(Object) - Method in class org.springframework.security.acls.objectidentity.ObjectIdentityRetrievalStrategyImpl
-
- 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.ntlm.NtlmProcessingFilter
-
- 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
-
- getOwner() - Method in interface org.springframework.security.acls.Acl
-
Determines the owner of the Acl.
- getOwner() - Method in class org.springframework.security.acls.domain.AclImpl
-
- 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
-
- getParentAcl() - Method in interface org.springframework.security.acls.Acl
-
A domain object may have a parent for the purpose of ACL inheritance.
- getParentAcl() - Method in class org.springframework.security.acls.domain.AclImpl
-
- 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
-
- getPattern() - Method in class org.springframework.security.acls.domain.AbstractPermission
-
- getPattern() - Method in class org.springframework.security.acls.domain.CumulativePermission
-
- getPattern() - Method in interface org.springframework.security.acls.Permission
-
Returns a 32-character long bit pattern String
representing this permission.
- getPermission() - Method in interface org.springframework.security.acls.AccessControlEntry
-
- getPermission() - Method in class org.springframework.security.acls.domain.AccessControlEntryImpl
-
- 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.acls.sid.PrincipalSid
-
- 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
-
- getPrincipal() - Method in interface org.springframework.security.taglibs.velocity.Authz
-
return the principal's name, supports the various type of principals that can exist in the
Authentication
object, such as a String or
UserDetails
instance
- getPrincipal() - Method in class org.springframework.security.taglibs.velocity.AuthzImpl
-
implementation of AuthenticationTag
- getPrincipalFromRequest(PortletRequest) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
This method attempts to extract a principal from the portlet request.
- 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.AclEntryVoter
-
- getProcessConfigAttribute() - Method in class org.springframework.security.vote.BasicAclEntryVoter
-
Deprecated.
- getProcessDomainObjectClass() - Method in class org.springframework.security.afterinvocation.AbstractAclProvider
-
- 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 BasicAclEntry
s.
- 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
-
- 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
-
- getSid() - Method in interface org.springframework.security.acls.AccessControlEntry
-
- getSid() - Method in class org.springframework.security.acls.domain.AccessControlEntryImpl
-
- getSids(Authentication) - Method in interface org.springframework.security.acls.sid.SidRetrievalStrategy
-
- getSids(Authentication) - Method in class org.springframework.security.acls.sid.SidRetrievalStrategyImpl
-
- 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
-
- 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.
- getUserInfo() - Method in class org.springframework.security.ui.portlet.PortletAuthenticationDetails
-
- 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.portlet.PortletPreAuthenticatedAuthenticationDetailsSource
-
- 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
-
- 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
-
- 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
-
- GrantedAuthorityImpl(String) - Constructor for class org.springframework.security.GrantedAuthorityImpl
-
- GrantedAuthoritySid - Class in org.springframework.security.acls.sid
-
Represents a GrantedAuthority
as a Sid
.
- GrantedAuthoritySid(String) - Constructor for class org.springframework.security.acls.sid.GrantedAuthoritySid
-
- GrantedAuthoritySid(GrantedAuthority) - Constructor for class org.springframework.security.acls.sid.GrantedAuthoritySid
-
- GroupManager - Interface in org.springframework.security.userdetails
-
Allows management of groups of authorities and their members.
- IdentityUnavailableException - Exception in org.springframework.security.acls
-
Thrown if an ACL identity could not be extracted from an object.
- IdentityUnavailableException(String) - Constructor for exception org.springframework.security.acls.IdentityUnavailableException
-
Constructs an IdentityUnavailableException
with the specified message.
- IdentityUnavailableException(String, Throwable) - Constructor for exception org.springframework.security.acls.IdentityUnavailableException
-
Constructs an IdentityUnavailableException
with the specified message
and root cause.
- 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
-
- 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 Throwable
s and ThrowableCauseExtractor
s.
- 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.
- insertAce(int, Permission, Sid, boolean) - Method in class org.springframework.security.acls.domain.AclImpl
-
- insertAce(int, Permission, Sid, boolean) - Method in interface org.springframework.security.acls.MutableAcl
-
- 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
-
- 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
-
- isAllowSessionCreation() - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- 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
-
- isAuditFailure() - Method in interface org.springframework.security.acls.AuditableAccessControlEntry
-
- isAuditFailure() - Method in class org.springframework.security.acls.domain.AccessControlEntryImpl
-
- isAuditSuccess() - Method in interface org.springframework.security.acls.AuditableAccessControlEntry
-
- isAuditSuccess() - Method in class org.springframework.security.acls.domain.AccessControlEntryImpl
-
- 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
-
- isCloneFromPortletSession() - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- 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.
- isEntriesInheriting() - Method in interface org.springframework.security.acls.Acl
-
Indicates whether the ACL entries from the
Acl.getParentAcl()
should flow down into the current
Acl.
- isEntriesInheriting() - Method in class org.springframework.security.acls.domain.AclImpl
-
- isExpired() - Method in class org.springframework.security.concurrent.SessionInformation
-
- isForceEagerSessionCreation() - Method in class org.springframework.security.context.HttpSessionContextIntegrationFilter
-
- isForceEagerSessionCreation() - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- isForceHttps() - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- isForceIdentification() - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Returns true
if NTLM authentication is forced.
- isForcePrincipalAsString() - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- isGranted(Permission[], Sid[], boolean) - Method in interface org.springframework.security.acls.Acl
-
This is the actual authorization logic method, and must be used whenever ACL authorization decisions are
required.
- isGranted(Permission[], Sid[], boolean) - Method in class org.springframework.security.acls.domain.AclImpl
-
Determines authorization.
- isGranting() - Method in interface org.springframework.security.acls.AccessControlEntry
-
Indicates the a Permission is being granted to the relevant Sid.
- isGranting() - Method in class org.springframework.security.acls.domain.AccessControlEntryImpl
-
- 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
-
- isSidLoaded(Sid[]) - Method in interface org.springframework.security.acls.Acl
-
For efficiency reasons an Acl may be loaded and not contain entries for every
Sid in the system.
- isSidLoaded(Sid[]) - Method in class org.springframework.security.acls.domain.AclImpl
-
- isSingleton() - Method in class org.springframework.security.token.SecureRandomFactoryBean
-
- isTokenExpired(long) - Method in class org.springframework.security.ui.rememberme.TokenBasedRememberMeServices
-
- isUseApplicationScopePortletSession() - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- 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
-
- 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
-
- 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.
- ObjectIdentity - Interface in org.springframework.security.acls.objectidentity
-
Represents the identity of an individual domain object instance.
- ObjectIdentityImpl - Class in org.springframework.security.acls.objectidentity
-
- ObjectIdentityImpl(String, Serializable) - Constructor for class org.springframework.security.acls.objectidentity.ObjectIdentityImpl
-
- ObjectIdentityImpl(Class, Serializable) - Constructor for class org.springframework.security.acls.objectidentity.ObjectIdentityImpl
-
- ObjectIdentityImpl(Object) - Constructor for class org.springframework.security.acls.objectidentity.ObjectIdentityImpl
-
Creates the ObjectIdentityImpl
based on the passed
object instance.
- ObjectIdentityRetrievalStrategy - Interface in org.springframework.security.acls.objectidentity
-
Strategy interface that provides the ability to determine which
ObjectIdentity
will be returned for a particular domain object
- objectIdentityRetrievalStrategy - Variable in class org.springframework.security.afterinvocation.AbstractAclProvider
-
- ObjectIdentityRetrievalStrategyImpl - Class in org.springframework.security.acls.objectidentity
-
- ObjectIdentityRetrievalStrategyImpl() - Constructor for class org.springframework.security.acls.objectidentity.ObjectIdentityRetrievalStrategyImpl
-
- 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
-
- 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
-
- onPreAuthentication(PortletRequest, PortletResponse) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
Callback for custom processing prior to the authentication attempt.
- 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(PortletRequest, PortletResponse, Authentication) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
Callback for custom processing after a successful authentication attempt.
- 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(PortletRequest, PortletResponse, AuthenticationException) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
Callback for custom processing after an unsuccessful authentication attempt.
- 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.metadata - package org.springframework.metadata
-
- 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.acls - package org.springframework.security.acls
-
Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.
- org.springframework.security.acls.domain - package org.springframework.security.acls.domain
-
Basic implementation of access control lists (ACLs) interfaces.
- org.springframework.security.acls.jdbc - package org.springframework.security.acls.jdbc
-
JDBC-based persistence of ACL information.
- org.springframework.security.acls.objectidentity - package org.springframework.security.acls.objectidentity
-
Provides indirection between ACL packages and domain objects.
- org.springframework.security.acls.sid - package org.springframework.security.acls.sid
-
Provides indirection between ACL packages and security identities, such as principals and GrantedAuthority[]s.
- 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.annotation - package org.springframework.security.annotation
-
- 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 MethodInvocation
s, such as via
Spring AOP.
- org.springframework.security.intercept.method.aspectj - package org.springframework.security.intercept.method.aspectj
-
Enforces security for AspectJ JointPoint
s, 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 RememberMeAuthenticationToken
s.
- 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.taglibs.authz - package org.springframework.security.taglibs.authz
-
Java implementation of security taglib.
- org.springframework.security.taglibs.velocity - package org.springframework.security.taglibs.velocity
-
- 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.ntlm - package org.springframework.security.ui.ntlm
-
- org.springframework.security.ui.ntlm.ldap.authenticator - package org.springframework.security.ui.ntlm.ldap.authenticator
-
- org.springframework.security.ui.portlet - package org.springframework.security.ui.portlet
-
Authentication interceptor (and related classes) for use with the Portlet 1.0 (JSR 168) Specification.
- 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
.
- OwnershipAcl - Interface in org.springframework.security.acls
-
A mutable ACL that provides ownership capabilities.
- 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 - Annotation Type in org.springframework.security.annotation
-
Java 5 annotation for describing service layer security attributes.
- SECURED_METHOD_DEFINITION_SOURCE - Static variable in class org.springframework.security.config.BeanIds
-
- SecuredMethodDefinitionSource - Class in org.springframework.security.annotation
-
Sources method security metadata from Spring Security's
Secured
annotation.
- SecuredMethodDefinitionSource() - Constructor for class org.springframework.security.annotation.SecuredMethodDefinitionSource
-
- 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
-
- securityCheck(Acl, int) - Method in interface org.springframework.security.acls.domain.AclAuthorizationStrategy
-
- securityCheck(Acl, int) - Method in class org.springframework.security.acls.domain.AclAuthorizationStrategyImpl
-
- SecurityConfig - Class in org.springframework.security
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- sessionDestroyed(HttpSessionEvent) - Method in class org.springframework.security.ui.session.HttpSessionEventPublisher
-
- 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
-
- 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
-
- 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
-
- set(Permission) - Method in class org.springframework.security.acls.domain.CumulativePermission
-
- 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.context.PortletSessionContextIntegrationInterceptor
-
- setAllowSessionCreation(boolean) - Method in class org.springframework.security.ui.AbstractProcessingFilter
-
- setAlwaysReauthenticate(boolean) - Method in class org.springframework.security.intercept.AbstractSecurityInterceptor
-
- 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
-
- setAppCtx(ApplicationContext) - Method in interface org.springframework.security.taglibs.velocity.Authz
-
get Spring application context which contains acegi related bean
- setAppCtx(ApplicationContext) - Method in class org.springframework.security.taglibs.velocity.AuthzImpl
-
test case can use this class to mock application context with aclManager bean in it.
- 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
-
- 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.ntlm.NtlmProcessingFilter
-
- setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
- 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
-
- setAuthenticationFailureUrl(String) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilterEntryPoint
-
Sets the authentication failure URL.
- 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.ntlm.NtlmProcessingFilter
-
Sets the AuthenticationManager
to use.
- setAuthenticationManager(AuthenticationManager) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
- 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.
- setBatchSize(int) - Method in class org.springframework.security.acls.jdbc.BasicLookupStrategy
-
- 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.
- setCachePolicy(String) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Sets the jcifs.netbios.cachePolicy
property to the
number of seconds a NetBIOS address is cached by JCIFS.
- 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
-
- setClassIdentityQuery(String) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
- 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
-
- setCloneFromPortletSession(boolean) - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- 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(Class) - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- 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
.
- setDefaultDomain(String) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
The NT domain against which clients should be authenticated.
- 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
-
- setDomainController(String) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
The IP address of any SMB server that should be used to authenticate
HTTP clients.
- setDomainObject(Object) - Method in class org.springframework.security.taglibs.authz.AccessControlListTag
-
- setDomainObject(Object) - Method in class org.springframework.security.taglibs.authz.AclTag
-
- 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.
- setEntriesInheriting(boolean) - Method in class org.springframework.security.acls.domain.AclImpl
-
- setEntriesInheriting(boolean) - Method in interface org.springframework.security.acls.MutableAcl
-
- 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
-
- setForceEagerSessionCreation(boolean) - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- setForceHttps(boolean) - Method in class org.springframework.security.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
Set to true to force login form access to be via https.
- setForceIdentification(boolean) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Sets a flag denoting whether NTLM authentication should be forced.
- setForceLowerCasePrefix(boolean) - Method in class org.springframework.security.providers.ldap.authenticator.LdapShaPasswordEncoder
-
- setForcePrincipalAsString(boolean) - Method in class org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- setForeignKeysInDatabase(boolean) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
- 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.portlet.PortletPreAuthenticatedAuthenticationDetails
-
- 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
-
- setHasPermission(String) - Method in class org.springframework.security.taglibs.authz.AccessControlListTag
-
- setHasPermission(String) - Method in class org.springframework.security.taglibs.authz.AclTag
-
- 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
-
- setIfAllGranted(String) - Method in class org.springframework.security.taglibs.authz.AuthorizeTag
-
- setIfAnyGranted(String) - Method in class org.springframework.security.taglibs.authz.AuthorizeTag
-
- setIfNotGranted(String) - Method in class org.springframework.security.taglibs.authz.AuthorizeTag
-
- 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
-
- 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.AclEntryVoter
-
- 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
-
- setJcifsProperties(Properties) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Loads properties starting with "jcifs" into the JCIFS configuration.
- 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.
- setLoadBalance(boolean) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
If the default domain is specified and the domain controller is not
specified, then query for domain controllers by name.
- 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.AclEntryAfterInvocationProvider
-
- 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
-
- setNetbiosWINS(String) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Configures JCIFS to use a WINS server.
- 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
-
- setObjectIdentityRetrievalStrategy(ObjectIdentityRetrievalStrategy) - Method in class org.springframework.security.afterinvocation.AbstractAclProvider
-
- setObjectIdentityRetrievalStrategy(ObjectIdentityRetrievalStrategy) - Method in class org.springframework.security.vote.AclEntryVoter
-
- 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
-
- setOwner(Sid) - Method in class org.springframework.security.acls.domain.AclImpl
-
- setOwner(Sid) - Method in interface org.springframework.security.acls.MutableAcl
-
Changes the present owner to a different owner.
- setOwner(Sid) - Method in interface org.springframework.security.acls.OwnershipAcl
-
- 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.
- setParent(Acl) - Method in class org.springframework.security.acls.domain.AclImpl
-
- setParent(Acl) - Method in interface org.springframework.security.acls.MutableAcl
-
Changes the parent of this ACL.
- 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.AbstractAclProvider
-
- 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.AbstractAclProvider
-
- 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
-
- setProperty(String) - Method in class org.springframework.security.taglibs.authz.AuthenticationTag
-
- 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
-
- 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.
- setRequirePermissionFromString(String[]) - Method in class org.springframework.security.afterinvocation.BasicAclEntryAfterInvocationProvider
-
Deprecated.
- setRequirePermissionFromString(String[]) - Method in class org.springframework.security.vote.BasicAclEntryVoter
-
Deprecated.
- 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.
- setRetryOnAuthFailure(boolean) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Sets a flag denoting whether NTLM should retry whenever authentication
fails.
- 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
-
- setScope(String) - Method in class org.springframework.security.taglibs.authz.AuthenticationTag
-
- 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
-
- 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
-
- setSidIdentityQuery(String) - Method in class org.springframework.security.acls.jdbc.JdbcMutableAclService
-
- setSidRetrievalStrategy(SidRetrievalStrategy) - Method in class org.springframework.security.acls.domain.AclAuthorizationStrategyImpl
-
- setSidRetrievalStrategy(SidRetrievalStrategy) - Method in class org.springframework.security.afterinvocation.AbstractAclProvider
-
- setSidRetrievalStrategy(SidRetrievalStrategy) - Method in class org.springframework.security.vote.AclEntryVoter
-
- setSmbClientPassword(String) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Sets the SMB client password.
- setSmbClientSSNLimit(String) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Sets the SMB client SSN limit.
- setSmbClientUsername(String) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Sets the SMB client username.
- setSn(String) - Method in class org.springframework.security.userdetails.ldap.Person.Essence
-
- setSoTimeout(String) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Sets the jcifs.smb.client.soTimeout
property to the
timeout value specified in milliseconds.
- 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
-
- setStripDomain(boolean) - Method in class org.springframework.security.ui.ntlm.NtlmProcessingFilter
-
Configures NtlmProcessingFilter
to strip the Windows
domain name from the username when set to true
, which
is the default value.
- 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
-
- setUseApplicationScopePortletSession(boolean) - Method in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- 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.
- setUseAuthTypeAsCredentials(boolean) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
It true, the "authType" proerty of the PortletRequest will be used as the credentials.
- 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
-
- 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
-
- setUserNameAttributes(List) - Method in class org.springframework.security.ui.portlet.PortletProcessingInterceptor
-
- setUsernameBasedPrimaryKey(boolean) - Method in class org.springframework.security.userdetails.jdbc.JdbcDaoImpl
-
- 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
-
- 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
-
- setVar(String) - Method in class org.springframework.security.taglibs.authz.AuthenticationTag
-
- 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
- Sid - Interface in org.springframework.security.acls.sid
-
A security identity recognised by the ACL system.
- SidRetrievalStrategy - Interface in org.springframework.security.acls.sid
-
Strategy interface that provides an ability to determine the
Sid
instances applicable
for an
Authentication
.
- sidRetrievalStrategy - Variable in class org.springframework.security.afterinvocation.AbstractAclProvider
-
- SidRetrievalStrategyImpl - Class in org.springframework.security.acls.sid
-
Basic implementation of
SidRetrievalStrategy
that creates a
Sid
for the principal, as well as
every granted authority the principal holds.
- SidRetrievalStrategyImpl() - Constructor for class org.springframework.security.acls.sid.SidRetrievalStrategyImpl
-
- 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 String
s, 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_CONTEXT_KEY - Static variable in class org.springframework.security.context.PortletSessionContextIntegrationInterceptor
-
- 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 class org.springframework.security.afterinvocation.AbstractAclProvider
-
- supports(Class) - Method in class org.springframework.security.afterinvocation.AbstractAclProvider
-
This implementation supports any type of class, because it does not query the presented secure object.
- 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 AfterInvocationProvider
s 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(ConfigAttribute) - Method in class org.springframework.security.annotation.Jsr250Voter
-
- supports(Class) - Method in class org.springframework.security.annotation.Jsr250Voter
-
All classes are supported.
- 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
ConfigAttributeDefinition
s 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 AccessDecisionVoter
s 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.AclEntryVoter
-
- 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
-
- 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
-