- abort() - Method in class org.acegisecurity.providers.jaas.SecurityContextLoginModule
-
Abort the authentication process by forgetting the Acegi Security Authentication
.
- AbstractAccessDecisionManager - Class in org.acegisecurity.vote
-
- AbstractAccessDecisionManager() - Constructor for class org.acegisecurity.vote.AbstractAccessDecisionManager
-
- AbstractAclProvider - Class in org.acegisecurity.afterinvocation
-
DOCUMENT ME!
- AbstractAclProvider(AclService, String, Permission[]) - Constructor for class org.acegisecurity.afterinvocation.AbstractAclProvider
-
- AbstractAclVoter - Class in org.acegisecurity.vote
-
Provides helper methods for writing domain object ACL voters.
- AbstractAclVoter() - Constructor for class org.acegisecurity.vote.AbstractAclVoter
-
- AbstractAdapterAuthenticationToken - Class in org.acegisecurity.adapters
-
- AbstractAdapterAuthenticationToken() - Constructor for class org.acegisecurity.adapters.AbstractAdapterAuthenticationToken
-
- AbstractAdapterAuthenticationToken(String, GrantedAuthority[]) - Constructor for class org.acegisecurity.adapters.AbstractAdapterAuthenticationToken
-
The only way an AbstractAdapterAuthentication
should be
constructed.
- AbstractAuthenticationEvent - Class in org.acegisecurity.event.authentication
-
Represents an application authentication event.
- AbstractAuthenticationEvent(Authentication) - Constructor for class org.acegisecurity.event.authentication.AbstractAuthenticationEvent
-
- AbstractAuthenticationFailureEvent - Class in org.acegisecurity.event.authentication
-
Abstract application event which indicates authentication failure for some reason.
- AbstractAuthenticationFailureEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AbstractAuthenticationFailureEvent
-
- AbstractAuthenticationManager - Class in org.acegisecurity
-
- AbstractAuthenticationManager() - Constructor for class org.acegisecurity.AbstractAuthenticationManager
-
- AbstractAuthenticationToken - Class in org.acegisecurity.providers
-
Base class for Authentication
objects.
- AbstractAuthenticationToken() - Constructor for class org.acegisecurity.providers.AbstractAuthenticationToken
-
- AbstractAuthenticationToken(GrantedAuthority[]) - Constructor for class org.acegisecurity.providers.AbstractAuthenticationToken
-
Creates a token with the supplied array of authorities.
- AbstractAuthorizationEvent - Class in org.acegisecurity.event.authorization
-
Abstract superclass for all security interception related events.
- AbstractAuthorizationEvent(Object) - Constructor for class org.acegisecurity.event.authorization.AbstractAuthorizationEvent
-
Construct the event, passing in the secure object being intercepted.
- AbstractBasicAclEntry - Class in org.acegisecurity.acl.basic
-
- AbstractBasicAclEntry(Object, AclObjectIdentity, AclObjectIdentity, int) - Constructor for class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- AbstractBasicAclEntry() - Constructor for class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
A protected constructor for use by Hibernate.
- AbstractFilterInvocationDefinitionSource - Class in org.acegisecurity.intercept.web
-
Abstract implementation of FilterInvocationDefinitionSource
.
- AbstractFilterInvocationDefinitionSource() - Constructor for class org.acegisecurity.intercept.web.AbstractFilterInvocationDefinitionSource
-
- AbstractLdapAuthenticator - Class in org.acegisecurity.providers.ldap.authenticator
-
Base class for the authenticator implementations.
- AbstractLdapAuthenticator(InitialDirContextFactory) - Constructor for class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
- AbstractMethodDefinitionSource - Class in org.acegisecurity.intercept.method
-
Abstract implementation of MethodDefinitionSource
.
- AbstractMethodDefinitionSource() - Constructor for class org.acegisecurity.intercept.method.AbstractMethodDefinitionSource
-
- AbstractProcessingFilter - Class in org.acegisecurity.ui
-
Abstract processor of browser-based HTTP-based authentication requests.
- AbstractProcessingFilter() - Constructor for class org.acegisecurity.ui.AbstractProcessingFilter
-
- AbstractSecurityInterceptor - Class in org.acegisecurity.intercept
-
Abstract class that implements security interception for secure objects.
- AbstractSecurityInterceptor() - Constructor for class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- AbstractTicketValidator - Class in org.acegisecurity.providers.cas.ticketvalidator
-
Convenience abstract base for TicketValidator
s.
- AbstractTicketValidator() - Constructor for class org.acegisecurity.providers.cas.ticketvalidator.AbstractTicketValidator
-
- AbstractUserDetailsAuthenticationProvider - Class in org.acegisecurity.providers.dao
-
- AbstractUserDetailsAuthenticationProvider() - Constructor for class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- AcceptAnyCasProxy - Class in org.acegisecurity.providers.cas.proxy
-
Accepts a proxied request from any other service.
- AcceptAnyCasProxy() - Constructor for class org.acegisecurity.providers.cas.proxy.AcceptAnyCasProxy
-
- ACCESS_ABSTAIN - Static variable in interface org.acegisecurity.vote.AccessDecisionVoter
-
- ACCESS_DENIED - Static variable in interface org.acegisecurity.vote.AccessDecisionVoter
-
- ACCESS_GRANTED - Static variable in interface org.acegisecurity.vote.AccessDecisionVoter
-
- AccessControlEntry - Interface in org.acegisecurity.acls
-
Represents an individual permission assignment within an
Acl
.
- AccessControlEntryImpl - Class in org.acegisecurity.acls.domain
-
An immutable default implementation of AccessControlEntry
.
- AccessControlEntryImpl(Serializable, Acl, Sid, Permission, boolean, boolean, boolean) - Constructor for class org.acegisecurity.acls.domain.AccessControlEntryImpl
-
- AccessControlListTag - Class in org.acegisecurity.taglibs.authz
-
An implementation of Tag
that allows its body through if some authorizations
are granted to the request's principal.
- AccessControlListTag() - Constructor for class org.acegisecurity.taglibs.authz.AccessControlListTag
-
- AccessDecisionManager - Interface in org.acegisecurity
-
Makes a final access control (authorization) decision.
- AccessDecisionVoter - Interface in org.acegisecurity.vote
-
Indicates a class is responsible for voting on authorization decisions.
- AccessDeniedException - Exception in org.acegisecurity
-
Thrown if an
Authentication
object does not hold a required authority.
- AccessDeniedException(String) - Constructor for exception org.acegisecurity.AccessDeniedException
-
Constructs an AccessDeniedException
with the specified
message.
- AccessDeniedException(String, Throwable) - Constructor for exception org.acegisecurity.AccessDeniedException
-
Constructs an AccessDeniedException
with the specified
message and root cause.
- AccessDeniedHandler - Interface in org.acegisecurity.ui
-
- AccessDeniedHandlerImpl - Class in org.acegisecurity.ui
-
- AccessDeniedHandlerImpl() - Constructor for class org.acegisecurity.ui.AccessDeniedHandlerImpl
-
- AccountExpiredException - Exception in org.acegisecurity
-
Thrown if an authentication request is rejected because the account has expired.
- AccountExpiredException(String) - Constructor for exception org.acegisecurity.AccountExpiredException
-
Constructs a AccountExpiredException
with the specified
message.
- AccountExpiredException(String, Throwable) - Constructor for exception org.acegisecurity.AccountExpiredException
-
Constructs a AccountExpiredException
with the specified
message and root cause.
- AccountExpiredException(String, Object) - Constructor for exception org.acegisecurity.AccountExpiredException
-
- AccountStatusUserDetailsChecker - Class in org.acegisecurity.userdetails.checker
-
- AccountStatusUserDetailsChecker() - Constructor for class org.acegisecurity.userdetails.checker.AccountStatusUserDetailsChecker
-
- ACEGI_SAVED_REQUEST_KEY - Static variable in class org.acegisecurity.ui.AbstractProcessingFilter
-
- ACEGI_SECURITY_ACCESS_DENIED_EXCEPTION_KEY - Static variable in class org.acegisecurity.ui.AccessDeniedHandlerImpl
-
- ACEGI_SECURITY_CONTEXT_KEY - Static variable in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- ACEGI_SECURITY_FORM_PASSWORD_KEY - Static variable in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
-
- ACEGI_SECURITY_FORM_USERNAME_KEY - Static variable in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
-
- ACEGI_SECURITY_HASHED_REMEMBER_ME_COOKIE_KEY - Static variable in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- ACEGI_SECURITY_LAST_EXCEPTION_KEY - Static variable in class org.acegisecurity.ui.AbstractProcessingFilter
-
- ACEGI_SECURITY_LAST_USERNAME_KEY - Static variable in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
-
- ACEGI_SECURITY_SWITCH_USERNAME_KEY - Static variable in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
- AcegiMessageSource - Class in org.acegisecurity
-
The default MessageSource
used by Acegi Security.
- AcegiMessageSource() - Constructor for class org.acegisecurity.AcegiMessageSource
-
- AcegiSecurityException - Exception in org.acegisecurity
-
Abstract superclass for all exceptions thrown in the security package and subpackages.
- AcegiSecurityException(String, Throwable) - Constructor for exception org.acegisecurity.AcegiSecurityException
-
Constructs an AcegiSecurityException
with the specified
message and root cause.
- AcegiSecurityException(String) - Constructor for exception org.acegisecurity.AcegiSecurityException
-
Constructs an AcegiSecurityException
with the specified
message and no root cause.
- Acl - Interface in org.acegisecurity.acls
-
Represents an access control list (ACL) for a domain object.
- AclAuthorizationStrategy - Interface in org.acegisecurity.acls.domain
-
Strategy used by
AclImpl
to determine whether a principal is permitted to call
adminstrative methods on the
AclImpl
.
- AclAuthorizationStrategyImpl - Class in org.acegisecurity.acls.domain
-
- AclAuthorizationStrategyImpl(GrantedAuthority[]) - Constructor for class org.acegisecurity.acls.domain.AclAuthorizationStrategyImpl
-
Constructor.
- AclCache - Interface in org.acegisecurity.acls.jdbc
-
- AclDetailsHolder(Object, int) - Constructor for class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
-
Record details of an individual ACL entry (usually from the
ACL_PERMISSION table)
- AclDetailsHolder(long, AclObjectIdentity, AclObjectIdentity, Class) - Constructor for class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
-
Record details of a domain object instance's properties (usually
from the ACL_OBJECT_IDENTITY table)
- AclEntry - Interface in org.acegisecurity.acl
-
Marker interface representing an access control list entry associated with a
specific domain object instance.
- AclEntryAfterInvocationCollectionFilteringProvider - Class in org.acegisecurity.afterinvocation
-
Given a
Collection
of domain object instances returned from a secure object invocation, remove
any
Collection
elements the principal does not have appropriate permission to access as defined by the
AclService
.
- AclEntryAfterInvocationCollectionFilteringProvider(AclService, Permission[]) - Constructor for class org.acegisecurity.afterinvocation.AclEntryAfterInvocationCollectionFilteringProvider
-
- AclEntryAfterInvocationProvider - Class in org.acegisecurity.afterinvocation
-
Given a domain object instance returned from a secure object invocation, ensures the principal has
appropriate permission as defined by the
AclService
.
- AclEntryAfterInvocationProvider(AclService, Permission[]) - Constructor for class org.acegisecurity.afterinvocation.AclEntryAfterInvocationProvider
-
- AclEntryVoter - Class in org.acegisecurity.vote
-
Given a domain object instance passed as a method argument, ensures the principal has appropriate permission
as indicated by the
AclService
.
- AclEntryVoter(AclService, String, Permission[]) - Constructor for class org.acegisecurity.vote.AclEntryVoter
-
- AclFormattingUtils - Class in org.acegisecurity.acls
-
Utility methods for displaying ACL information.
- AclImpl - Class in org.acegisecurity.acls.domain
-
Base implementation of Acl
.
- AclImpl(ObjectIdentity, Serializable, AclAuthorizationStrategy, AuditLogger) - Constructor for class org.acegisecurity.acls.domain.AclImpl
-
- AclImpl(ObjectIdentity, Serializable, AclAuthorizationStrategy, AuditLogger, Acl, Sid[], boolean, Sid) - Constructor for class org.acegisecurity.acls.domain.AclImpl
-
Full constructor, which should be used by persistence tools that do not
provide field-level access features.
- AclManager - Interface in org.acegisecurity.acl
-
Obtains the AclEntry
instances that apply to a particular
domain object instance.
- AclObjectIdentity - Interface in org.acegisecurity.acl.basic
-
Interface representing the identity of an individual domain object instance.
- AclObjectIdentityAware - Interface in org.acegisecurity.acl.basic
-
- AclObjectIdentityDelete(DataSource) - Constructor for class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl.AclObjectIdentityDelete
-
- AclObjectIdentityInsert(DataSource) - Constructor for class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl.AclObjectIdentityInsert
-
- AclPermissionDelete(DataSource) - Constructor for class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionDelete
-
- AclPermissionInsert(DataSource) - Constructor for class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionInsert
-
- AclPermissionUpdate(DataSource) - Constructor for class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionUpdate
-
- AclProvider - Interface in org.acegisecurity.acl
-
Indicates a class can process a given domain object instance and
authoritatively return the ACLs that apply.
- AclProviderManager - Class in org.acegisecurity.acl
-
Iterates through a list of
AclProvider
s to locate the ACLs that apply to a given domain object instance.
- AclProviderManager() - Constructor for class org.acegisecurity.acl.AclProviderManager
-
- aclsByObjectIdentity - Variable in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
- AclsByObjectIdentityMapping(DataSource) - Constructor for class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl.AclsByObjectIdentityMapping
-
- AclService - Interface in org.acegisecurity.acls
-
Provides retrieval of
Acl
instances.
- AclTag - Class in org.acegisecurity.taglibs.authz
-
An implementation of Tag
that allows its body through if some authorizations
are granted to the request's principal.
- AclTag() - Constructor for class org.acegisecurity.taglibs.authz.AclTag
-
- addAuthority(GrantedAuthority) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- addAuthority(GrantedAuthority) - Method in class org.acegisecurity.userdetails.memory.UserAttribute
-
- addConfigAttribute(ConfigAttribute) - Method in class org.acegisecurity.ConfigAttributeDefinition
-
Adds a ConfigAttribute
that is related to the secure object method.
- addConfigAttribute(String) - Method in class org.acegisecurity.intercept.method.MethodDefinitionSourceMapping
-
- addConfigAttribute(String) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionSourceMapping
-
- addCustomAuthorities(String, List) - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
Allows subclasses to add their own granted authorities to the list to be returned in the
User
.
- additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
Allows subclasses to perform any additional checks of a returned (or cached) UserDetails
for a given authentication request.
- additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
-
- additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.ldap.LdapAuthenticationProvider
-
- additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.siteminder.SiteminderAuthenticationProvider
-
- addPermission(int) - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- addPermissions(int[]) - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- addSecureMethod(Method, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.method.MethodDefinitionMap
-
Add configuration attributes for a secure method.
- addSecureMethod(String, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.method.MethodDefinitionMap
-
Add configuration attributes for a secure method.
- addSecureMethod(Class, String, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.method.MethodDefinitionMap
-
Add configuration attributes for a secure method.
- addSecureUrl(String, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
-
Delegate to decorated object
- addSecureUrl(String, ConfigAttributeDefinition) - Method in interface org.acegisecurity.intercept.web.FilterInvocationDefinitionMap
-
- addSecureUrl(String, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.web.PathBasedFilterInvocationDefinitionMap
-
- addSecureUrl(String, ConfigAttributeDefinition) - Method in class org.acegisecurity.intercept.web.RegExpBasedFilterInvocationDefinitionMap
-
- addUser(UserDetails) - Method in class org.acegisecurity.userdetails.memory.UserMap
-
Adds a user to the in-memory map.
- addUsersFromProperties(UserMap, Properties) - Static method in class org.acegisecurity.userdetails.memory.UserMapEditor
-
- ADMINISTRATION - Static variable in class org.acegisecurity.acl.basic.SimpleAclEntry
-
- ADMINISTRATION - Static variable in class org.acegisecurity.acls.domain.BasePermission
-
- AffirmativeBased - Class in org.acegisecurity.vote
-
Simple concrete implementation of
AccessDecisionManager
that grants access if any
AccessDecisionVoter
returns an affirmative response.
- AffirmativeBased() - Constructor for class org.acegisecurity.vote.AffirmativeBased
-
- afterInvocation(InterceptorStatusToken, Object) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
Completes the work of the AbstractSecurityInterceptor
after the secure object invocation has been complete
- AfterInvocationManager - Interface in org.acegisecurity
-
Reviews the
Object
returned from a secure object invocation,
being able to modify the
Object
or throw an
AccessDeniedException
.
- AfterInvocationProvider - Interface in org.acegisecurity.afterinvocation
-
- AfterInvocationProviderManager - Class in org.acegisecurity.afterinvocation
-
- AfterInvocationProviderManager() - Constructor for class org.acegisecurity.afterinvocation.AfterInvocationProviderManager
-
- afterPropertiesSet() - Method in class org.acegisecurity.acl.AclProviderManager
-
- afterPropertiesSet() - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.acl.basic.cache.EhCacheBasedAclEntryCache
-
- afterPropertiesSet() - Method in class org.acegisecurity.adapters.AuthByAdapterProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.afterinvocation.AfterInvocationProviderManager
-
- afterPropertiesSet() - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.captcha.AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
-
Verify if thresold is > 0
- afterPropertiesSet() - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
-
Verify if entryPoint and keyword are ok
- afterPropertiesSet() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- afterPropertiesSet() - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
-
- afterPropertiesSet() - Method in class org.acegisecurity.concurrent.ConcurrentSessionFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- afterPropertiesSet() - Method in class org.acegisecurity.intercept.method.MethodInvocationPrivilegeEvaluator
-
- afterPropertiesSet() - Method in class org.acegisecurity.intercept.web.WebInvocationPrivilegeEvaluator
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.cache.EhCacheBasedTicketCache
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.populator.DaoCasAuthoritiesPopulator
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.proxy.NamedCasProxyDecider
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.proxy.RejectProxyTickets
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.cas.ticketvalidator.AbstractTicketValidator
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.cache.EhCacheBasedUserCache
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.ProviderManager
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationManagerImpl
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.x509.cache.EhCacheBasedX509UserCache
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.x509.populator.DaoX509AuthoritiesPopulator
-
- afterPropertiesSet() - Method in class org.acegisecurity.providers.x509.X509AuthenticationProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.runas.RunAsImplAuthenticationProvider
-
- afterPropertiesSet() - Method in class org.acegisecurity.runas.RunAsManagerImpl
-
- afterPropertiesSet() - Method in class org.acegisecurity.securechannel.ChannelDecisionManagerImpl
-
- afterPropertiesSet() - Method in class org.acegisecurity.securechannel.ChannelProcessingFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.securechannel.InsecureChannelProcessor
-
- afterPropertiesSet() - Method in class org.acegisecurity.securechannel.RetryWithHttpEntryPoint
-
- afterPropertiesSet() - Method in class org.acegisecurity.securechannel.RetryWithHttpsEntryPoint
-
- afterPropertiesSet() - Method in class org.acegisecurity.securechannel.SecureChannelProcessor
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilterEntryPoint
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.cas.CasProcessingFilterEntryPoint
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.cas.ServiceProperties
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.rememberme.RememberMeProcessingFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- afterPropertiesSet() - Method in class org.acegisecurity.ui.x509.X509ProcessingFilter
-
- afterPropertiesSet() - Method in class org.acegisecurity.userdetails.memory.InMemoryDaoImpl
-
- afterPropertiesSet() - Method in class org.acegisecurity.util.FilterChainProxy
-
- afterPropertiesSet() - Method in class org.acegisecurity.util.PortResolverImpl
-
- afterPropertiesSet() - Method in class org.acegisecurity.vote.AbstractAccessDecisionManager
-
- afterPropertiesSet() - Method in class org.acegisecurity.vote.BasicAclEntryVoter
-
- allGranted(String) - Method in interface org.acegisecurity.taglibs.velocity.Authz
-
all the listed roles must be granted to return true, otherwise fasle;
- allGranted(String) - Method in class org.acegisecurity.taglibs.velocity.AuthzImpl
-
- allowableSessionsExceeded(String, SessionInformation[], int, SessionRegistry) - Method in class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
-
Allows subclasses to customise behaviour when too many sessions are detected.
- AlreadyExistsException - Exception in org.acegisecurity.acls
-
Thrown if an Acl
entry already exists for the object.
- AlreadyExistsException(String) - Constructor for exception org.acegisecurity.acls.AlreadyExistsException
-
Constructs an AlreadyExistsException
with the specified message.
- AlreadyExistsException(String, Throwable) - Constructor for exception org.acegisecurity.acls.AlreadyExistsException
-
Constructs an AlreadyExistsException
with the specified message
and root cause.
- AlwaysTestAfterMaxRequestsCaptchaChannelProcessor - Class in org.acegisecurity.captcha
-
return false if ny CaptchaChannelProcessorTemplate of mapped urls has been requested more than thresold;
Default keyword : REQUIRES_CAPTCHA_ABOVE_THRESOLD_REQUESTS
- AlwaysTestAfterMaxRequestsCaptchaChannelProcessor() - Constructor for class org.acegisecurity.captcha.AlwaysTestAfterMaxRequestsCaptchaChannelProcessor
-
Constructor
- AlwaysTestAfterTimeInMillisCaptchaChannelProcessor - Class in org.acegisecurity.captcha
-
return false if thresold is greater than millis since last captcha test has occured;
Default keyword : REQUIRES_CAPTCHA_AFTER_THRESOLD_IN_MILLIS
- AlwaysTestAfterTimeInMillisCaptchaChannelProcessor() - Constructor for class org.acegisecurity.captcha.AlwaysTestAfterTimeInMillisCaptchaChannelProcessor
-
Constructor
- AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor - Class in org.acegisecurity.captcha
-
return false if thresold is lower than average time millis between any CaptchaChannelProcessorTemplate mapped
urls requests and is human;
Default keyword : REQUIRES_CAPTCHA_BELOW_AVERAGE_TIME_IN_MILLIS_REQUESTS
Note : before first humanity check
- AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor() - Constructor for class org.acegisecurity.captcha.AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor
-
Constructor
- AnonymousAuthenticationProvider - Class in org.acegisecurity.providers.anonymous
-
- AnonymousAuthenticationProvider() - Constructor for class org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider
-
- AnonymousAuthenticationToken - Class in org.acegisecurity.providers.anonymous
-
Represents an anonymous Authentication
.
- AnonymousAuthenticationToken(String, Object, GrantedAuthority[]) - Constructor for class org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken
-
Constructor.
- AnonymousProcessingFilter - Class in org.acegisecurity.providers.anonymous
-
Detects if there is no Authentication
object in the SecurityContextHolder
, and
populates it with one if needed.
- AnonymousProcessingFilter() - Constructor for class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
- anyGranted(String) - Method in interface org.acegisecurity.taglibs.velocity.Authz
-
any the listed roles must be granted to return true, otherwise fasle;
- anyGranted(String) - Method in class org.acegisecurity.taglibs.velocity.AuthzImpl
-
- applyAnonymousForThisRequest(ServletRequest) - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
Enables subclasses to determine whether or not an anonymous authentication token should be setup for
this request.
- AspectJCallback - Interface in org.acegisecurity.intercept.method.aspectj
-
- AspectJSecurityInterceptor - Class in org.acegisecurity.intercept.method.aspectj
-
Provides security interception of AspectJ method invocations.
- AspectJSecurityInterceptor() - Constructor for class org.acegisecurity.intercept.method.aspectj.AspectJSecurityInterceptor
-
- attemptAuthentication(String, String) - Method in interface org.acegisecurity.providers.rcp.RemoteAuthenticationManager
-
Attempts to authenticate the remote client using the presented username and password.
- attemptAuthentication(String, String) - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationManagerImpl
-
- attemptAuthentication(HttpServletRequest) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
Performs actual authentication.
- attemptAuthentication(HttpServletRequest) - Method in class org.acegisecurity.ui.cas.CasProcessingFilter
-
- attemptAuthentication(HttpServletRequest) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
-
- attemptAuthentication(HttpServletRequest) - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
- attemptExitUser(HttpServletRequest) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
Attempt to exit from an already switched user.
- attemptSwitchUser(HttpServletRequest) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
Attempt to switch to another user.
- Attributes - Interface in org.springframework.metadata
-
- AuditableAccessControlEntry - Interface in org.acegisecurity.acls
-
Represents an ACE that provides auditing information.
- AuditableAcl - Interface in org.acegisecurity.acls
-
A mutable ACL that provides audit capabilities.
- AuditLogger - Interface in org.acegisecurity.acls.domain
-
Used by AclImpl
to log audit events.
- AuthByAdapter - Interface in org.acegisecurity.adapters
-
Indicates a specialized, immutable, server-side only
Authentication
class.
- AuthByAdapterProvider - Class in org.acegisecurity.adapters
-
- AuthByAdapterProvider() - Constructor for class org.acegisecurity.adapters.AuthByAdapterProvider
-
- authenticate(Authentication) - Method in class org.acegisecurity.AbstractAuthenticationManager
-
An implementation of the authenticate
method that calls the abstract method
doAuthenticatation
to do its work.
- authenticate(Authentication) - Method in class org.acegisecurity.adapters.AuthByAdapterProvider
-
- authenticate(Authentication) - Method in interface org.acegisecurity.AuthenticationManager
-
Attempts to authenticate the passed
Authentication
object, returning a fully populated
Authentication
object (including granted authorities) if successful.
- authenticate(Authentication) - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider
-
- authenticate(Authentication) - Method in interface org.acegisecurity.providers.AuthenticationProvider
-
- authenticate(Authentication) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- authenticate(Authentication) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- authenticate(Authentication) - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
Attempts to login the user given the Authentication objects principal and credential
- authenticate(String, String) - Method in class org.acegisecurity.providers.ldap.authenticator.BindAuthenticator
-
- authenticate(String, String) - Method in class org.acegisecurity.providers.ldap.authenticator.PasswordComparisonAuthenticator
-
- authenticate(String, String) - Method in interface org.acegisecurity.providers.ldap.LdapAuthenticator
-
Authenticates as a user and obtains additional user information from the directory.
- authenticate(Authentication) - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationProvider
-
- authenticate(Authentication) - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider
-
- authenticate(Authentication) - Method in class org.acegisecurity.providers.TestingAuthenticationProvider
-
- authenticate(Authentication) - Method in class org.acegisecurity.providers.x509.X509AuthenticationProvider
-
If the supplied authentication token contains a certificate then this will be passed to the configured
X509AuthoritiesPopulator
to obtain the user details and authorities for the user identified by the
certificate.
- authenticate(Authentication) - Method in class org.acegisecurity.runas.RunAsImplAuthenticationProvider
-
- AuthenticatedVoter - Class in org.acegisecurity.vote
-
- AuthenticatedVoter() - Constructor for class org.acegisecurity.vote.AuthenticatedVoter
-
- Authentication - Interface in org.acegisecurity
-
Represents an authentication request.
- AuthenticationCredentialsNotFoundEvent - Class in org.acegisecurity.event.authorization
-
Indicates a secure object invocation failed because the Authentication
could not be obtained from
the SecurityContextHolder
.
- AuthenticationCredentialsNotFoundEvent(Object, ConfigAttributeDefinition, AuthenticationCredentialsNotFoundException) - Constructor for class org.acegisecurity.event.authorization.AuthenticationCredentialsNotFoundEvent
-
Construct the event.
- AuthenticationCredentialsNotFoundException - Exception in org.acegisecurity
-
- AuthenticationCredentialsNotFoundException(String) - Constructor for exception org.acegisecurity.AuthenticationCredentialsNotFoundException
-
Constructs an AuthenticationCredentialsNotFoundException
with the specified message.
- AuthenticationCredentialsNotFoundException(String, Throwable) - Constructor for exception org.acegisecurity.AuthenticationCredentialsNotFoundException
-
Constructs an AuthenticationCredentialsNotFoundException
with the specified message and root cause.
- authenticationDetailsSource - Variable in class org.acegisecurity.ui.AbstractProcessingFilter
-
- AuthenticationDetailsSource - Interface in org.acegisecurity.ui
-
- authenticationDetailsSource - Variable in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- AuthenticationDetailsSourceImpl - Class in org.acegisecurity.ui
-
- AuthenticationDetailsSourceImpl() - Constructor for class org.acegisecurity.ui.AuthenticationDetailsSourceImpl
-
- AuthenticationEntryPoint - Interface in org.acegisecurity.ui
-
- AuthenticationException - Exception in org.acegisecurity
-
Abstract superclass for all exceptions related an
Authentication
object being invalid for whatever
reason.
- AuthenticationException(String, Throwable) - Constructor for exception org.acegisecurity.AuthenticationException
-
Constructs an AuthenticationException
with the specified
message and root cause.
- AuthenticationException(String) - Constructor for exception org.acegisecurity.AuthenticationException
-
Constructs an AuthenticationException
with the specified
message and no root cause.
- AuthenticationException(String, Object) - Constructor for exception org.acegisecurity.AuthenticationException
-
- AuthenticationFailureBadCredentialsEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates authentication failure due to invalid credentials being presented.
- AuthenticationFailureBadCredentialsEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureBadCredentialsEvent
-
- AuthenticationFailureConcurrentLoginEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates authentication failure due to the user attempting to login to too many
concurrent sessions.
- AuthenticationFailureConcurrentLoginEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureConcurrentLoginEvent
-
- AuthenticationFailureCredentialsExpiredEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates authentication failure due to the user's credentials having expired.
- AuthenticationFailureCredentialsExpiredEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureCredentialsExpiredEvent
-
- AuthenticationFailureDisabledEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates authentication failure due to the user's account being disabled.
- AuthenticationFailureDisabledEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureDisabledEvent
-
- AuthenticationFailureExpiredEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates authentication failure due to the user's account having expired.
- AuthenticationFailureExpiredEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureExpiredEvent
-
- AuthenticationFailureLockedEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates authentication failure due to the user's account having been locked.
- AuthenticationFailureLockedEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureLockedEvent
-
- AuthenticationFailureProviderNotFoundEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates authentication failure due to there being no registered
AuthenticationProvider
that can process the request.
- AuthenticationFailureProviderNotFoundEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureProviderNotFoundEvent
-
- AuthenticationFailureProxyUntrustedEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates authentication failure due to the CAS user's ticket being generated by an
untrusted proxy.
- AuthenticationFailureProxyUntrustedEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureProxyUntrustedEvent
-
- AuthenticationFailureServiceExceptionEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates authentication failure due to there being a problem internal to the
AuthenticationManager
.
- AuthenticationFailureServiceExceptionEvent(Authentication, AuthenticationException) - Constructor for class org.acegisecurity.event.authentication.AuthenticationFailureServiceExceptionEvent
-
- AuthenticationManager - Interface in org.acegisecurity
-
- AuthenticationProcessingFilter - Class in org.acegisecurity.ui.webapp
-
Processes an authentication form.
- AuthenticationProcessingFilter() - Constructor for class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
-
- AuthenticationProcessingFilterEntryPoint - Class in org.acegisecurity.ui.webapp
-
- AuthenticationProcessingFilterEntryPoint() - Constructor for class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- AuthenticationProvider - Interface in org.acegisecurity.providers
-
Indicates a class can process a specific
Authentication
implementation.
- AuthenticationServiceException - Exception in org.acegisecurity
-
Thrown if an authentication request could not be processed due to a system problem.
- AuthenticationServiceException(String) - Constructor for exception org.acegisecurity.AuthenticationServiceException
-
Constructs an AuthenticationServiceException
with the
specified message.
- AuthenticationServiceException(String, Throwable) - Constructor for exception org.acegisecurity.AuthenticationServiceException
-
Constructs an AuthenticationServiceException
with the
specified message and root cause.
- AuthenticationSimpleHttpInvokerRequestExecutor - Class in org.acegisecurity.context.httpinvoker
-
Adds BASIC authentication support to SimpleHttpInvokerRequestExecutor
.
- AuthenticationSimpleHttpInvokerRequestExecutor() - Constructor for class org.acegisecurity.context.httpinvoker.AuthenticationSimpleHttpInvokerRequestExecutor
-
- AuthenticationSuccessEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates successful authentication.
- AuthenticationSuccessEvent(Authentication) - Constructor for class org.acegisecurity.event.authentication.AuthenticationSuccessEvent
-
- AuthenticationSwitchUserEvent - Class in org.acegisecurity.event.authentication
-
Application event which indicates that a user context switch.
- AuthenticationSwitchUserEvent(Authentication, UserDetails) - Constructor for class org.acegisecurity.event.authentication.AuthenticationSwitchUserEvent
-
Switch user context event constructor
- AuthenticationTag - Class in org.acegisecurity.taglibs.authz
-
An Tag
implementation that allows convenient access to the current
Authentication
object.
- AuthenticationTag() - Constructor for class org.acegisecurity.taglibs.authz.AuthenticationTag
-
- AuthenticationTrustResolver - Interface in org.acegisecurity
-
Evaluates Authentication
tokens
- AuthenticationTrustResolverImpl - Class in org.acegisecurity
-
- AuthenticationTrustResolverImpl() - Constructor for class org.acegisecurity.AuthenticationTrustResolverImpl
-
- authoritiesByUsernameMapping - Variable in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
- AuthoritiesByUsernameMapping(DataSource) - Constructor for class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl.AuthoritiesByUsernameMapping
-
- AuthorityGranter - Interface in org.acegisecurity.providers.jaas
-
The AuthorityGranter interface is used to map a given principal to role
names.
- AuthorizationFailureEvent - Class in org.acegisecurity.event.authorization
-
Indicates a secure object invocation failed because the principal could not
be authorized for the request.
- AuthorizationFailureEvent(Object, ConfigAttributeDefinition, Authentication, AccessDeniedException) - Constructor for class org.acegisecurity.event.authorization.AuthorizationFailureEvent
-
Construct the event.
- AuthorizationServiceException - Exception in org.acegisecurity
-
Thrown if an authorization request could not be processed due to a system problem.
- AuthorizationServiceException(String) - Constructor for exception org.acegisecurity.AuthorizationServiceException
-
Constructs an AuthorizationServiceException
with the
specified message.
- AuthorizationServiceException(String, Throwable) - Constructor for exception org.acegisecurity.AuthorizationServiceException
-
Constructs an AuthorizationServiceException
with the
specified message and root cause.
- AuthorizedEvent - Class in org.acegisecurity.event.authorization
-
Event indicating a secure object was invoked successfully.
- AuthorizedEvent(Object, ConfigAttributeDefinition, Authentication) - Constructor for class org.acegisecurity.event.authorization.AuthorizedEvent
-
Construct the event.
- AuthorizeTag - Class in org.acegisecurity.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.acegisecurity.taglibs.authz.AuthorizeTag
-
- Authz - Interface in org.acegisecurity.taglibs.velocity
-
- AuthzImpl - Class in org.acegisecurity.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.acegisecurity.taglibs.velocity.AuthzImpl
-
- autoLogin(HttpServletRequest, HttpServletResponse) - Method in class org.acegisecurity.ui.rememberme.NullRememberMeServices
-
- autoLogin(HttpServletRequest, HttpServletResponse) - Method in interface org.acegisecurity.ui.rememberme.RememberMeServices
-
This method will be called whenever the SecurityContextHolder
does not contain an
Authentication
and the Acegi Security system wishes to provide an implementation with an
opportunity to authenticate the request using remember-me capabilities.
- autoLogin(HttpServletRequest, HttpServletResponse) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- cancelCookie(HttpServletRequest, HttpServletResponse, String) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- CaptchaChannelProcessorTemplate - Class in org.acegisecurity.captcha
-
- CaptchaChannelProcessorTemplate() - Constructor for class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
-
- CaptchaEntryPoint - Class in org.acegisecurity.captcha
-
The captcha entry point : redirect to the captcha test page.
- CaptchaEntryPoint() - Constructor for class org.acegisecurity.captcha.CaptchaEntryPoint
-
- CaptchaSecurityContext - Interface in org.acegisecurity.captcha
-
Interface that add humanity concerns to the SecurityContext
- CaptchaSecurityContextImpl - Class in org.acegisecurity.captcha
-
Default CaptchaSecurityContext implementation
- CaptchaSecurityContextImpl() - Constructor for class org.acegisecurity.captcha.CaptchaSecurityContextImpl
-
- CaptchaServiceProxy - Interface in org.acegisecurity.captcha
-
Provide a common interface for captcha validation.
- CaptchaValidationProcessingFilter - Class in org.acegisecurity.captcha
-
- CaptchaValidationProcessingFilter() - Constructor for class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
-
- CAS_STATEFUL_IDENTIFIER - Static variable in class org.acegisecurity.ui.cas.CasProcessingFilter
-
Used to identify a CAS request for a stateful user agent, such as a web browser.
- CAS_STATELESS_IDENTIFIER - Static variable in class org.acegisecurity.ui.cas.CasProcessingFilter
-
Used to identify a CAS request for a stateless user agent, such as a remoting protocol client (eg
Hessian, Burlap, SOAP etc).
- CasAuthenticationProvider - Class in org.acegisecurity.providers.cas
-
- CasAuthenticationProvider() - Constructor for class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- CasAuthenticationToken - Class in org.acegisecurity.providers.cas
-
Represents a successful CAS Authentication
.
- CasAuthenticationToken(String, Object, Object, GrantedAuthority[], UserDetails, List, String) - Constructor for class org.acegisecurity.providers.cas.CasAuthenticationToken
-
Constructor.
- CasAuthoritiesPopulator - Interface in org.acegisecurity.providers.cas
-
Populates the UserDetails
associated with a CAS authenticated
user.
- CasProcessingFilter - Class in org.acegisecurity.ui.cas
-
Processes a CAS service ticket.
- CasProcessingFilter() - Constructor for class org.acegisecurity.ui.cas.CasProcessingFilter
-
- CasProcessingFilterEntryPoint - Class in org.acegisecurity.ui.cas
-
Used by the SecurityEnforcementFilter
to commence authentication via the JA-SIG Central
Authentication Service (CAS).
- CasProcessingFilterEntryPoint() - Constructor for class org.acegisecurity.ui.cas.CasProcessingFilterEntryPoint
-
- CasProxyDecider - Interface in org.acegisecurity.providers.cas
-
Decides whether a proxy list presented via CAS is trusted or not.
- CasProxyTicketValidator - Class in org.acegisecurity.providers.cas.ticketvalidator
-
Uses CAS' ProxyTicketValidator
to validate a service ticket.
- CasProxyTicketValidator() - Constructor for class org.acegisecurity.providers.cas.ticketvalidator.CasProxyTicketValidator
-
- CHANGE_AUDITING - Static variable in interface org.acegisecurity.acls.domain.AclAuthorizationStrategy
-
- CHANGE_GENERAL - Static variable in interface org.acegisecurity.acls.domain.AclAuthorizationStrategy
-
- CHANGE_OWNERSHIP - Static variable in interface org.acegisecurity.acls.domain.AclAuthorizationStrategy
-
- changeMask(AclObjectIdentity, Object, Integer) - Method in interface org.acegisecurity.acl.basic.BasicAclExtendedDao
-
Changes the permission mask assigned to the BasicAclEntry
associated with the specified
AclObjectIdentity
and recipient Object
.
- changeMask(AclObjectIdentity, Object, Integer) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- ChannelDecisionManager - Interface in org.acegisecurity.securechannel
-
Decides whether a web channel provides sufficient security.
- ChannelDecisionManagerImpl - Class in org.acegisecurity.securechannel
-
- ChannelDecisionManagerImpl() - Constructor for class org.acegisecurity.securechannel.ChannelDecisionManagerImpl
-
- ChannelEntryPoint - Interface in org.acegisecurity.securechannel
-
- ChannelProcessingFilter - Class in org.acegisecurity.securechannel
-
Ensures a web request is delivered over the required channel.
- ChannelProcessingFilter() - Constructor for class org.acegisecurity.securechannel.ChannelProcessingFilter
-
- ChannelProcessor - Interface in org.acegisecurity.securechannel
-
Decides whether a web channel meets a specific security condition.
- characters(char[], int, int) - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator.Handler
-
- check(UserDetails) - Method in class org.acegisecurity.userdetails.checker.AccountStatusUserDetailsChecker
-
- check(UserDetails) - Method in interface org.acegisecurity.userdetails.UserDetailsChecker
-
- checkAllowIfAllAbstainDecisions() - Method in class org.acegisecurity.vote.AbstractAccessDecisionManager
-
- checkAuthenticationAllowed(Authentication) - Method in interface org.acegisecurity.concurrent.ConcurrentSessionController
-
Called by any class that wishes to know whether the current authentication request should be permitted.
- checkAuthenticationAllowed(Authentication) - Method in class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
-
- checkAuthenticationAllowed(Authentication) - Method in class org.acegisecurity.concurrent.NullConcurrentSessionController
-
- ChildrenExistException - Exception in org.acegisecurity.acls
-
Thrown if an
Acl
cannot be deleted because children
Acl
s exist.
- ChildrenExistException(String) - Constructor for exception org.acegisecurity.acls.ChildrenExistException
-
Constructs an ChildrenExistException
with the specified
message.
- ChildrenExistException(String, Throwable) - Constructor for exception org.acegisecurity.acls.ChildrenExistException
-
Constructs an ChildrenExistException
with the specified
message and root cause.
- clear() - Method in class edu.yale.its.tp.cas.client.ProxyTicketValidator
-
- clear() - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- clear(Permission) - Method in class org.acegisecurity.acls.domain.CumulativePermission
-
- clear() - Method in class org.acegisecurity.acls.domain.CumulativePermission
-
- clearContext() - Method in class org.acegisecurity.context.GlobalSecurityContextHolderStrategy
-
- clearContext() - Method in class org.acegisecurity.context.InheritableThreadLocalSecurityContextHolderStrategy
-
- clearContext() - Static method in class org.acegisecurity.context.SecurityContextHolder
-
Explicitly clears the context value from the current thread.
- clearContext() - Method in interface org.acegisecurity.context.SecurityContextHolderStrategy
-
Clears the current context.
- clearContext() - Method in class org.acegisecurity.context.ThreadLocalSecurityContextHolderStrategy
-
- closeContext(Context) - Static method in class org.acegisecurity.ldap.LdapUtils
-
- commence(ServletRequest, ServletResponse) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- commence(ServletRequest, ServletResponse) - Method in interface org.acegisecurity.securechannel.ChannelEntryPoint
-
Commences a secure channel.
- commence(ServletRequest, ServletResponse) - Method in class org.acegisecurity.securechannel.RetryWithHttpEntryPoint
-
- commence(ServletRequest, ServletResponse) - Method in class org.acegisecurity.securechannel.RetryWithHttpsEntryPoint
-
- commence(ServletRequest, ServletResponse, AuthenticationException) - Method in interface org.acegisecurity.ui.AuthenticationEntryPoint
-
Commences an authentication scheme.
- commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilterEntryPoint
-
- commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.acegisecurity.ui.cas.CasProcessingFilterEntryPoint
-
- commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
-
- commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- commence(ServletRequest, ServletResponse, AuthenticationException) - Method in class org.acegisecurity.ui.x509.X509ProcessingFilterEntryPoint
-
Returns a 403 error code to the client.
- commit() - Method in class org.acegisecurity.providers.jaas.SecurityContextLoginModule
-
Authenticate the Subject
(phase two) by adding the Acegi Security
Authentication
to the Subject
's principals.
- compare(String, String, Object) - Method in class org.acegisecurity.ldap.LdapTemplate
-
Performs an LDAP compare operation of the value of an attribute for a particular directory entry.
- ConcurrentLoginException - Exception in org.acegisecurity.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.acegisecurity.concurrent.ConcurrentLoginException
-
- ConcurrentSessionController - Interface in org.acegisecurity.concurrent
-
Provides two methods that can be called by an
AuthenticationManager
to integrate with the
concurrent session handling infrastructure.
- ConcurrentSessionControllerImpl - Class in org.acegisecurity.concurrent
-
- ConcurrentSessionControllerImpl() - Constructor for class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
-
- ConcurrentSessionFilter - Class in org.acegisecurity.concurrent
-
Filter required by concurrent session handling package.
- ConcurrentSessionFilter() - Constructor for class org.acegisecurity.concurrent.ConcurrentSessionFilter
-
- ConfigAttribute - Interface in org.acegisecurity
-
Stores a security system related configuration attribute.
- ConfigAttributeDefinition - Class in org.acegisecurity
-
Holds a group of
ConfigAttribute
s that are associated with a given secure object target.
- ConfigAttributeDefinition() - Constructor for class org.acegisecurity.ConfigAttributeDefinition
-
- ConfigAttributeEditor - Class in org.acegisecurity
-
- ConfigAttributeEditor() - Constructor for class org.acegisecurity.ConfigAttributeEditor
-
- configureJaas(Resource) - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
Hook method for configuring Jaas
- confirmProxyListTrusted(List) - Method in interface org.acegisecurity.providers.cas.CasProxyDecider
-
Decides whether the proxy list is trusted.
- confirmProxyListTrusted(List) - Method in class org.acegisecurity.providers.cas.proxy.AcceptAnyCasProxy
-
- confirmProxyListTrusted(List) - Method in class org.acegisecurity.providers.cas.proxy.NamedCasProxyDecider
-
- confirmProxyListTrusted(List) - Method in class org.acegisecurity.providers.cas.proxy.RejectProxyTickets
-
- confirmTicketValid(String) - Method in class org.acegisecurity.providers.cas.ticketvalidator.CasProxyTicketValidator
-
- confirmTicketValid(String) - Method in interface org.acegisecurity.providers.cas.TicketValidator
-
Returns information about the ticket, if it is valid for this service.
- ConsensusBased - Class in org.acegisecurity.vote
-
- ConsensusBased() - Constructor for class org.acegisecurity.vote.ConsensusBased
-
- ConsoleAuditLogger - Class in org.acegisecurity.acls.domain
-
- ConsoleAuditLogger() - Constructor for class org.acegisecurity.acls.domain.ConsoleAuditLogger
-
- contains(ConfigAttribute) - Method in class org.acegisecurity.ConfigAttributeDefinition
-
Indicates whether the specified ConfigAttribute
is contained within this
ConfigAttributeDefinition
.
- ContextPropagatingRemoteInvocation - Class in org.acegisecurity.context.rmi
-
- ContextPropagatingRemoteInvocation(MethodInvocation) - Constructor for class org.acegisecurity.context.rmi.ContextPropagatingRemoteInvocation
-
Constructs the object, storing the value of the client-side
SecurityContextHolder
inside the object.
- ContextPropagatingRemoteInvocationFactory - Class in org.acegisecurity.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.acegisecurity.context.rmi.ContextPropagatingRemoteInvocationFactory
-
- convertAclObjectIdentityToString(AclObjectIdentity) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
Responsible for covering a AclObjectIdentity
to a String
that can be located
in the RDBMS.
- create(BasicAclEntry) - Method in interface org.acegisecurity.acl.basic.BasicAclExtendedDao
-
- create(BasicAclEntry) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- CREATE - Static variable in class org.acegisecurity.acl.basic.SimpleAclEntry
-
- CREATE - Static variable in class org.acegisecurity.acls.domain.BasePermission
-
- create(String, String) - Static method in class org.acegisecurity.util.FilterInvocationUtils
-
Creates a FilterInvocation
for the specified contextPath
and Uri
.
- create(String) - Static method in class org.acegisecurity.util.FilterInvocationUtils
-
Creates a FilterInvocation
for the specified Uri
.
- create(Object, String) - Static method in class org.acegisecurity.util.MethodInvocationUtils
-
Generates a MethodInvocation
for specified methodName
on the passed object.
- create(Object, String, Object[]) - Static method in class org.acegisecurity.util.MethodInvocationUtils
-
Generates a MethodInvocation
for specified methodName
on the passed object,
using the args
to locate the method.
- createAcl(ObjectIdentity) - Method in class org.acegisecurity.acls.jdbc.JdbcMutableAclService
-
- createAcl(ObjectIdentity) - Method in interface org.acegisecurity.acls.MutableAclService
-
Creates an empty Acl
object in the database.
- createAuthentication(ServletRequest) - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
- createAuthority(Object) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsMapper
-
Creates a GrantedAuthority from a role attribute.
- createEntries(MutableAcl) - Method in class org.acegisecurity.acls.jdbc.JdbcMutableAclService
-
Creates a new row in acl_entry for every ACE defined in the passed MutableAcl object.
- createFromClass(Class, String) - Static method in class org.acegisecurity.util.MethodInvocationUtils
-
Generates a MethodInvocation
for specified methodName
on the passed class.
- createFromClass(Class, String, Class[], Object[]) - Static method in class org.acegisecurity.util.MethodInvocationUtils
-
Generates a MethodInvocation
for specified methodName
on the passed class,
using the args
to locate the method.
- createObjectIdentity(ObjectIdentity, Sid) - Method in class org.acegisecurity.acls.jdbc.JdbcMutableAclService
-
Creates an entry in the acl_object_identity table for the passed ObjectIdentity.
- createOrRetrieveClassPrimaryKey(Class, boolean) - Method in class org.acegisecurity.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.acegisecurity.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.acegisecurity.context.rmi.ContextPropagatingRemoteInvocationFactory
-
- createSuccessAuthentication(Object, Authentication, UserDetails) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- createUserDetails(LdapUserDetails, String, String) - Method in class org.acegisecurity.providers.ldap.LdapAuthenticationProvider
-
Creates the final UserDetails object that will be returned by the provider once the user has
been authenticated.
- createUserDetails() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- CredentialsExpiredException - Exception in org.acegisecurity
-
Thrown if an authentication request is rejected because the account's credentials have expired.
- CredentialsExpiredException(String) - Constructor for exception org.acegisecurity.CredentialsExpiredException
-
Constructs a CredentialsExpiredException
with the specified
message.
- CredentialsExpiredException(String, Throwable) - Constructor for exception org.acegisecurity.CredentialsExpiredException
-
Constructs a CredentialsExpiredException
with the specified
message and root cause.
- CredentialsExpiredException(String, Object) - Constructor for exception org.acegisecurity.CredentialsExpiredException
-
- CumulativePermission - Class in org.acegisecurity.acls.domain
-
Represents a Permission
that is constructed at runtime from other permissions.
- CumulativePermission() - Constructor for class org.acegisecurity.acls.domain.CumulativePermission
-
- currentDate - Static variable in class org.acegisecurity.ui.savedrequest.FastHttpDateFormat
-
Current formatted date.
- currentDateGenerated - Static variable in class org.acegisecurity.ui.savedrequest.FastHttpDateFormat
-
Instant on which the currentDate object was generated.
- generateDigest(boolean, String, String, String, String, String, String, String, String, String) - Static method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
Computes the response
portion of a Digest authentication header.
- generateNewContext() - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- getAccessDecisionManager() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- getAccessDeniedException() - Method in class org.acegisecurity.event.authorization.AuthorizationFailureEvent
-
- getAccessor() - Static method in class org.acegisecurity.AcegiMessageSource
-
- getAccessorName(String, Class) - Static method in class org.acegisecurity.util.FieldUtils
-
- getAcl() - Method in interface org.acegisecurity.acls.AccessControlEntry
-
- getAcl() - Method in class org.acegisecurity.acls.domain.AccessControlEntryImpl
-
- getAclClass() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
-
- getAclManager() - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- getAclManager() - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- getAclManager() - Method in class org.acegisecurity.vote.BasicAclEntryVoter
-
- getAclObjectIdentity() - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- getAclObjectIdentity() - Method in interface org.acegisecurity.acl.basic.AclObjectIdentityAware
-
Retrieves the AclObjectIdentity
for this instance.
- getAclObjectIdentity() - Method in interface org.acegisecurity.acl.basic.BasicAclEntry
-
Indicates the domain object instance that is subject of this BasicAclEntry
.
- getAclObjectIdentity() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
-
- getAclObjectIdentityDelete() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getAclObjectIdentityDeleteStatement() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getAclObjectIdentityInsert() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getAclObjectIdentityInsertStatement() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getAclObjectParentIdentity() - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- getAclObjectParentIdentity() - Method in interface org.acegisecurity.acl.basic.BasicAclEntry
-
Indicates any ACL parent of the domain object instance.
- getAclObjectParentIdentity() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
-
- getAclPermissionDelete() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getAclPermissionDeleteStatement() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getAclPermissionInsert() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getAclPermissionInsertStatement() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getAclPermissionUpdate() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getAclPermissionUpdateStatement() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getAcls(Object) - Method in interface org.acegisecurity.acl.AclManager
-
Obtains the ACLs that apply to the specified domain instance.
- getAcls(Object, Authentication) - Method in interface org.acegisecurity.acl.AclManager
-
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.acegisecurity.acl.AclProvider
-
Obtains the ACLs that apply to the specified domain instance.
- getAcls(Object, Authentication) - Method in interface org.acegisecurity.acl.AclProvider
-
Obtains the ACLs that apply to the specified domain instance and presented Authentication
object.
- getAcls(Object) - Method in class org.acegisecurity.acl.AclProviderManager
-
- getAcls(Object, Authentication) - Method in class org.acegisecurity.acl.AclProviderManager
-
- getAcls(AclObjectIdentity) - Method in interface org.acegisecurity.acl.basic.BasicAclDao
-
Obtains the ACLs that apply to the specified domain instance.
- getAcls(Object) - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- getAcls(Object, Authentication) - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- getAcls(AclObjectIdentity) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
Returns the ACLs associated with the requested AclObjectIdentity
.
- getAclsByObjectIdentity() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
- getAclsByObjectIdentityQuery() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
- getAdditionalRoles(LdapUserDetails) - Method in class org.acegisecurity.providers.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).
- getAfterInvocationManager() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- getAlgorithm() - Method in class org.acegisecurity.providers.encoding.MessageDigestPasswordEncoder
-
- getAllPrincipals() - Method in interface org.acegisecurity.concurrent.SessionRegistry
-
Obtains all the known principals in the SessionRegistry
.
- getAllPrincipals() - Method in class org.acegisecurity.concurrent.SessionRegistryImpl
-
- getAllSessions(Object, boolean) - Method in interface org.acegisecurity.concurrent.SessionRegistry
-
Obtains all the known sessions for the specified principal.
- getAllSessions(Object, boolean) - Method in class org.acegisecurity.concurrent.SessionRegistryImpl
-
- getAnonymousClass() - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
-
- getAntPath() - Method in class org.acegisecurity.intercept.web.PathBasedFilterInvocationDefinitionMap.EntryHolder
-
- getAppCtx() - Method in interface org.acegisecurity.taglibs.velocity.Authz
-
set Spring application context which contains acegi related bean
- getAppCtx() - Method in class org.acegisecurity.taglibs.velocity.AuthzImpl
-
- getApplicationEventPublisher() - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- getArguments() - Method in class org.acegisecurity.util.SimpleMethodInvocation
-
- getAttr() - Method in class org.acegisecurity.intercept.InterceptorStatusToken
-
- getAttribute() - Method in interface org.acegisecurity.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.acegisecurity.SecurityConfig
-
- getAttributes(Object) - Method in class org.acegisecurity.intercept.method.AbstractMethodDefinitionSource
-
- getAttributes(Object) - Method in interface org.acegisecurity.intercept.ObjectDefinitionSource
-
Accesses the ConfigAttributeDefinition
that applies to a given secure object.
- getAttributes(Object) - Method in class org.acegisecurity.intercept.web.AbstractFilterInvocationDefinitionSource
-
- getAttributes(Object) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
-
Delegate to decorated object
- getAttributes() - Method in interface org.acegisecurity.userdetails.ldap.LdapUserDetails
-
The attributes for the user's entry in the directory (or a subset of them, depending on what was
retrieved from the directory)
- getAttributes() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- getAttributes(Class) - Method in interface org.springframework.metadata.Attributes
-
- getAttributes(Class, Class) - Method in interface org.springframework.metadata.Attributes
-
- getAttributes(Method) - Method in interface org.springframework.metadata.Attributes
-
- getAttributes(Method, Class) - Method in interface org.springframework.metadata.Attributes
-
- getAttributes(Field) - Method in interface org.springframework.metadata.Attributes
-
- getAttributes(Field, Class) - Method in interface org.springframework.metadata.Attributes
-
- getAuthentication() - Method in exception org.acegisecurity.AuthenticationException
-
The authentication request which this exception corresponds to (may be null
)
- getAuthentication() - Method in interface org.acegisecurity.context.SecurityContext
-
Obtains the currently authenticated principal, or an authentication request token.
- getAuthentication() - Method in class org.acegisecurity.context.SecurityContextImpl
-
- getAuthentication() - Method in class org.acegisecurity.event.authentication.AbstractAuthenticationEvent
-
Getters for the Authentication
request that caused the event.
- getAuthentication() - Method in class org.acegisecurity.event.authorization.AuthorizationFailureEvent
-
- getAuthentication() - Method in class org.acegisecurity.event.authorization.AuthorizedEvent
-
- getAuthentication() - Method in class org.acegisecurity.intercept.InterceptorStatusToken
-
- getAuthentication() - Method in class org.acegisecurity.providers.jaas.event.JaasAuthenticationEvent
-
Pre-casted method that returns the 'source' of the event.
- getAuthenticationDetailsSource() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- getAuthenticationEntryPoint() - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
-
- getAuthenticationEntryPoint() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- getAuthenticationEntryPoint() - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- getAuthenticationFailureUrl() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- getAuthenticationManager() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- getAuthenticationManager() - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationManagerImpl
-
- getAuthenticationManager() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- getAuthenticationManager() - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
-
- getAuthenticationTrustResolver() - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- getAuthorities() - Method in interface org.acegisecurity.Authentication
-
Set by an AuthenticationManager
to indicate the authorities that the principal has been
granted.
- getAuthorities() - Method in class org.acegisecurity.providers.AbstractAuthenticationToken
-
- getAuthorities() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- getAuthorities() - Method in class org.acegisecurity.userdetails.memory.UserAttribute
-
- getAuthorities() - Method in class org.acegisecurity.userdetails.User
-
- getAuthorities() - Method in interface org.acegisecurity.userdetails.UserDetails
-
Returns the authorities granted to the user.
- getAuthoritiesByUsernameQuery() - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
- getAuthoritiesPopulator() - Method in class org.acegisecurity.providers.ldap.LdapAuthenticationProvider
-
- getAuthority() - Method in interface org.acegisecurity.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.acegisecurity.GrantedAuthorityImpl
-
- getAuthorityGranters() - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- getBasicAclDao() - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- getBasicAclEntries() - Method in class org.acegisecurity.acl.basic.cache.BasicAclEntryHolder
-
- getBasicAclEntryCache() - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- getBasicAclEntryCache() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getBooleanParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getBooleanParameter(HttpServletRequest, String, boolean) - Static method in class org.springframework.web.bind.RequestUtils
-
- getBooleanParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getByTicketId(String) - Method in class org.acegisecurity.providers.cas.cache.EhCacheBasedTicketCache
-
- getByTicketId(String) - Method in class org.acegisecurity.providers.cas.cache.NullStatelessTicketCache
-
- getByTicketId(String) - Method in interface org.acegisecurity.providers.cas.StatelessTicketCache
-
Retrieves the CasAuthenticationToken
associated with the
specified ticket.
- getCache() - Method in class org.acegisecurity.acl.basic.cache.EhCacheBasedAclEntryCache
-
- getCache() - Method in class org.acegisecurity.providers.cas.cache.EhCacheBasedTicketCache
-
- getCache() - Method in class org.acegisecurity.providers.dao.cache.EhCacheBasedUserCache
-
- getCallbackHandlers() - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
Returns the current JaasAuthenticationCallbackHandler array, or null if none are set.
- getCaptchaFormUrl() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
DOCUMENT ME!
- getCaptchaService() - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
-
- getCaptchaValidationParameter() - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
-
- getCasAuthoritiesPopulator() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- getCasProxyDecider() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- getCasValidate() - Method in class org.acegisecurity.providers.cas.ticketvalidator.AbstractTicketValidator
-
Mandatory URL to CAS' proxy ticket valiation service.
- getCasValidateUrl() - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- getChain() - Method in class org.acegisecurity.intercept.web.FilterInvocation
-
- getChannelDecisionManager() - Method in class org.acegisecurity.securechannel.ChannelProcessingFilter
-
- getChannelProcessors() - Method in class org.acegisecurity.securechannel.ChannelDecisionManagerImpl
-
- getClassname() - Method in class org.acegisecurity.acl.basic.NamedEntityObjectIdentity
-
Indicates the classname portion of the object identity.
- getComment() - Method in class org.acegisecurity.ui.savedrequest.SavedCookie
-
- getCompiledPattern() - Method in class org.acegisecurity.intercept.web.RegExpBasedFilterInvocationDefinitionMap.EntryHolder
-
- getConfigAttributeDefinition() - Method in class org.acegisecurity.event.authorization.AuthenticationCredentialsNotFoundEvent
-
- getConfigAttributeDefinition() - Method in class org.acegisecurity.event.authorization.AuthorizationFailureEvent
-
- getConfigAttributeDefinition() - Method in class org.acegisecurity.event.authorization.AuthorizedEvent
-
- getConfigAttributeDefinition() - Method in class org.acegisecurity.intercept.web.PathBasedFilterInvocationDefinitionMap.EntryHolder
-
- getConfigAttributeDefinition() - Method in class org.acegisecurity.intercept.web.RegExpBasedFilterInvocationDefinitionMap.EntryHolder
-
- getConfigAttributeDefinitions() - Method in class org.acegisecurity.intercept.method.MethodDefinitionAttributes
-
- getConfigAttributeDefinitions() - Method in class org.acegisecurity.intercept.method.MethodDefinitionMap
-
Obtains the configuration attributes explicitly defined against this bean.
- getConfigAttributeDefinitions() - Method in interface org.acegisecurity.intercept.ObjectDefinitionSource
-
If available, all of the ConfigAttributeDefinition
s defined by the implementing class.
- getConfigAttributeDefinitions() - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
-
Delegate to decorated object
- getConfigAttributeDefinitions() - Method in class org.acegisecurity.intercept.web.PathBasedFilterInvocationDefinitionMap
-
- getConfigAttributeDefinitions() - Method in class org.acegisecurity.intercept.web.RegExpBasedFilterInvocationDefinitionMap
-
- getConfigAttributes() - Method in class org.acegisecurity.ConfigAttributeDefinition
-
Returns an Iterator
over all the ConfigAttribute
s defined by this
ConfigAttributeDefinition
.
- getConfigAttributes() - Method in class org.acegisecurity.intercept.method.MethodDefinitionSourceMapping
-
- getConfigAttributes() - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionSourceMapping
-
- getContext() - Method in class org.acegisecurity.context.GlobalSecurityContextHolderStrategy
-
- getContext() - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- getContext() - Method in class org.acegisecurity.context.InheritableThreadLocalSecurityContextHolderStrategy
-
- getContext() - Static method in class org.acegisecurity.context.SecurityContextHolder
-
Obtain the current SecurityContext
.
- getContext() - Method in interface org.acegisecurity.context.SecurityContextHolderStrategy
-
Obtains the current context.
- getContext() - Method in class org.acegisecurity.context.ThreadLocalSecurityContextHolderStrategy
-
- getContext(PageContext) - Method in class org.acegisecurity.taglibs.authz.AccessControlListTag
-
Allows test cases to override where application context obtained from.
- getContext(PageContext) - Method in class org.acegisecurity.taglibs.authz.AclTag
-
Allows test cases to override where application context obtained from.
- getContext(FilterConfig) - Method in class org.acegisecurity.util.FilterToBeanProxy
-
Allows test cases to override where application context obtained from.
- getContextPath() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getControls() - Method in interface org.acegisecurity.userdetails.ldap.LdapUserDetails
-
Returns any LDAP response controls (as part of a user authentication process, for example).
- getControls() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- getCookie() - Method in class org.acegisecurity.ui.savedrequest.SavedCookie
-
- getCookieName() - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- getCookies() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getCookies() - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getCookies() on the wrapped request object.
- getCredentials() - Method in class org.acegisecurity.adapters.PrincipalAcegiUserToken
-
- getCredentials() - Method in interface org.acegisecurity.Authentication
-
The credentials that prove the principal is correct.
- getCredentials() - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken
-
Always returns an empty String
- getCredentials() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
-
- getCredentials() - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationToken
-
Always returns an empty String
- getCredentials() - Method in class org.acegisecurity.providers.TestingAuthenticationToken
-
- getCredentials() - Method in class org.acegisecurity.providers.UsernamePasswordAuthenticationToken
-
- getCredentials() - Method in class org.acegisecurity.providers.x509.X509AuthenticationToken
-
- getCredentials() - Method in class org.acegisecurity.runas.RunAsUserToken
-
- getCredentialsNotFoundException() - Method in class org.acegisecurity.event.authorization.AuthenticationCredentialsNotFoundEvent
-
- getCurrentDate() - Static method in class org.acegisecurity.ui.savedrequest.FastHttpDateFormat
-
Gets the current date in HTTP format.
- getDateHeader(String) - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getDateHeader(String name) on the wrapped request
object.
- getDecisionVoters() - Method in class org.acegisecurity.vote.AbstractAccessDecisionManager
-
- getDecorated() - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
-
Get decorated object
- getDefaultAclObjectIdentityClass() - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- getDefaultFilterProcessesUrl() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
Specifies the default filterProcessesUrl
for the
implementation.
- getDefaultFilterProcessesUrl() - Method in class org.acegisecurity.ui.cas.CasProcessingFilter
-
This filter by default responds to /j_acegi_cas_security_check
.
- getDefaultFilterProcessesUrl() - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
-
This filter by default responds to /j_acegi_security_check
.
- getDefaultTargetUrl() - Method in class org.acegisecurity.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.
- getDescription() - Method in class org.acegisecurity.util.InMemoryResource
-
- getDetails() - Method in interface org.acegisecurity.Authentication
-
Stores additional details about the authentication request.
- getDetails() - Method in class org.acegisecurity.providers.AbstractAuthenticationToken
-
- getDn() - Method in interface org.acegisecurity.userdetails.ldap.LdapUserDetails
-
The DN of the entry for this user's account.
- getDn() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- getDomain() - Method in class org.acegisecurity.ui.savedrequest.SavedCookie
-
- getDomainObject() - Method in class org.acegisecurity.taglibs.authz.AccessControlListTag
-
- getDomainObject() - Method in class org.acegisecurity.taglibs.authz.AclTag
-
- getDomainObjectInstance(Object) - Method in class org.acegisecurity.vote.AbstractAclVoter
-
- getDoubleParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getDoubleParameter(HttpServletRequest, String, double) - Static method in class org.springframework.web.bind.RequestUtils
-
- getDoubleParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getEffectiveAclsResolver() - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- getEncodeHashAsBase64() - Method in class org.acegisecurity.providers.encoding.BaseDigestPasswordEncoder
-
- getEntries() - Method in interface org.acegisecurity.acls.Acl
-
Returns all of the entries represented by the present Acl
(not parents).
- getEntries() - Method in class org.acegisecurity.acls.domain.AclImpl
-
- getEntries() - Method in interface org.acegisecurity.acls.MutableAcl
-
Retrieves all of the non-deleted
AccessControlEntry
instances currently stored by the
MutableAcl
.
- getEntriesFromCache(AclObjectIdentity) - Method in interface org.acegisecurity.acl.basic.BasicAclEntryCache
-
- getEntriesFromCache(AclObjectIdentity) - Method in class org.acegisecurity.acl.basic.cache.EhCacheBasedAclEntryCache
-
- getEntriesFromCache(AclObjectIdentity) - Method in class org.acegisecurity.acl.basic.cache.NullAclEntryCache
-
As nothing ever stored in the cache, will always return null
.
- getEntryPoint() - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
-
- getEntryPoint() - Method in class org.acegisecurity.securechannel.InsecureChannelProcessor
-
- getEntryPoint() - Method in class org.acegisecurity.securechannel.SecureChannelProcessor
-
- getEnvironment() - Method in class org.acegisecurity.ldap.DefaultInitialDirContextFactory
-
Sets up the environment parameters for creating a new context.
- getErrorCode() - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- getErrorMessage() - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- getException() - Method in class org.acegisecurity.event.authentication.AbstractAuthenticationFailureEvent
-
- getException() - Method in class org.acegisecurity.providers.jaas.event.JaasAuthenticationFailedEvent
-
- getExceptionMappings() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- getExtraInformation() - Method in exception org.acegisecurity.AuthenticationException
-
Any additional information about the exception.
- getField(Class, String) - Static method in class org.acegisecurity.util.FieldUtils
-
Attempts to locate the specified field on the class.
- getFilterInvocationDefinitionSource() - Method in class org.acegisecurity.securechannel.ChannelProcessingFilter
-
- getFilterInvocationDefinitionSource() - Method in class org.acegisecurity.util.FilterChainProxy
-
- getFilterProcessesUrl() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- getFilterProcessesUrl() - Method in class org.acegisecurity.ui.logout.LogoutFilter
-
- getFloatParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getFloatParameter(HttpServletRequest, String, float) - Static method in class org.springframework.web.bind.RequestUtils
-
- getFloatParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getForceHttps() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- getForceHttps() - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- getForeignKeyId() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
-
- getFormPasswordParameterKey() - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Returns the form password parameter key.
- getFormUsernameParameterKey() - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Returns the form username parameter key.
- getFromCache(ObjectIdentity) - Method in interface org.acegisecurity.acls.jdbc.AclCache
-
- getFromCache(Serializable) - Method in interface org.acegisecurity.acls.jdbc.AclCache
-
- getFromCache(ObjectIdentity) - Method in class org.acegisecurity.acls.jdbc.EhCacheBasedAclCache
-
- getFromCache(Serializable) - Method in class org.acegisecurity.acls.jdbc.EhCacheBasedAclCache
-
- getFullRequestUrl() - Method in class org.acegisecurity.intercept.web.FilterInvocation
-
Indicates the URL that the user agent used for this request.
- getFullRequestUrl() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
Indicates the URL that the user agent used for this request.
- getFullRequestUrl(FilterInvocation) - Static method in class org.acegisecurity.util.UrlUtils
-
- getFullRequestUrl(SavedRequest) - Static method in class org.acegisecurity.util.UrlUtils
-
- getGeneratedBy() - Method in class org.acegisecurity.event.authentication.InteractiveAuthenticationSuccessEvent
-
Getter for the Class
that generated this event.
- getGrantedAuthorities(LdapUserDetails) - Method in interface org.acegisecurity.providers.ldap.LdapAuthoritiesPopulator
-
Get the list of authorities for the user.
- getGrantedAuthorities(LdapUserDetails) - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
Obtains the authorities for the user who's directory entry is represented by
the supplied LdapUserDetails object.
- getGrantedAuthorities() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- getGrantedAuthority() - Method in class org.acegisecurity.acls.sid.GrantedAuthoritySid
-
- getGroupMembershipRoles(String, String) - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
- getGroupMembershipRoles(String, Attributes) - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
- getGroupSearchBase() - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
- getHasPermission() - Method in class org.acegisecurity.taglibs.authz.AccessControlListTag
-
- getHasPermission() - Method in class org.acegisecurity.taglibs.authz.AclTag
-
- getHeader(String) - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getHeader(String name) on the wrapped request object.
- getHeaderNames() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getHeaderNames() - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getHeaderNames() on the wrapped request object.
- getHeaders(String) - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getHeaders(String name) on the wrapped request object.
- getHeaderValues(String) - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getHttpRequest() - Method in class org.acegisecurity.intercept.web.FilterInvocation
-
- getHttpResponse() - Method in class org.acegisecurity.intercept.web.FilterInvocation
-
- getHumanRestrictedResourcesRequestsCount() - Method in interface org.acegisecurity.captcha.CaptchaSecurityContext
-
DOCUMENT ME!
- getHumanRestrictedResourcesRequestsCount() - Method in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
-
- getId() - Method in class org.acegisecurity.acl.basic.NamedEntityObjectIdentity
-
Indicates the instance identity portion of the object identity.
- getId() - Method in interface org.acegisecurity.acls.AccessControlEntry
-
Obtains an identifier that represents this ACE.
- getId() - Method in class org.acegisecurity.acls.domain.AccessControlEntryImpl
-
- getId() - Method in class org.acegisecurity.acls.domain.AclImpl
-
- getId() - Method in interface org.acegisecurity.acls.MutableAcl
-
Obtains an identifier that represents this MutableAcl
.
- getIdentifier() - Method in interface org.acegisecurity.acls.objectidentity.ObjectIdentity
-
Obtains the actual identifier.
- getIdentifier() - Method in class org.acegisecurity.acls.objectidentity.ObjectIdentityImpl
-
- getIfAllGranted() - Method in class org.acegisecurity.taglibs.authz.AuthorizeTag
-
- getIfAnyGranted() - Method in class org.acegisecurity.taglibs.authz.AuthorizeTag
-
- getIfNotGranted() - Method in class org.acegisecurity.taglibs.authz.AuthorizeTag
-
- getInitialDirContextFactory() - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
- getInitialDirContextFactory() - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
- getInitializeCount() - Static method in class org.acegisecurity.context.SecurityContextHolder
-
Primarily for troubleshooting purposes, this method shows how many times the class has reinitialized its
SecurityContextHolderStrategy
.
- getInputStream() - Method in class org.acegisecurity.util.InMemoryResource
-
- getInsecureKeyword() - Method in class org.acegisecurity.securechannel.InsecureChannelProcessor
-
- getInternalMethod() - Method in class org.acegisecurity.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.acegisecurity.vote.BasicAclEntryVoter
-
Optionally specifies a method of the domain object that will be used to obtain a contained domain
object.
- getIntHeader(String) - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getIntHeader(String name) on the wrapped request
object.
- getIntParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getIntParameter(HttpServletRequest, String, int) - Static method in class org.springframework.web.bind.RequestUtils
-
- getIntParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getJavaType() - Method in interface org.acegisecurity.acls.objectidentity.ObjectIdentity
-
Obtains the Java type represented by the domain object.
- getJavaType() - Method in class org.acegisecurity.acls.objectidentity.ObjectIdentityImpl
-
- getKey() - Method in class org.acegisecurity.adapters.AuthByAdapterProvider
-
- getKey() - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider
-
- getKey() - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
- getKey() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- getKey() - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider
-
- getKey() - Method in class org.acegisecurity.runas.RunAsImplAuthenticationProvider
-
- getKey() - Method in class org.acegisecurity.runas.RunAsManagerImpl
-
- getKey() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
-
- getKey() - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- getKeyHash() - Method in class org.acegisecurity.adapters.AbstractAdapterAuthenticationToken
-
- getKeyHash() - Method in interface org.acegisecurity.adapters.AuthByAdapter
-
Returns the hash code of the key that was passed to the constructor of the AuthByAdapter
implementation.
- getKeyHash() - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken
-
- getKeyHash() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
-
- getKeyHash() - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationToken
-
- getKeyHash() - Method in class org.acegisecurity.runas.RunAsUserToken
-
- getKeyword() - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
-
- getLabel(Method, Object) - Method in class org.acegisecurity.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.acegisecurity.vote.LabeledData
-
Retrieve the domain object's data label.
- getLabel(Method, Object) - Method in interface org.acegisecurity.vote.LabelParameterStrategy
-
Get the actual label associated with the argument.
- getLastPassedCaptchaDateInMillis() - Method in interface org.acegisecurity.captcha.CaptchaSecurityContext
-
DOCUMENT ME!
- getLastPassedCaptchaDateInMillis() - Method in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
-
- getLastRequest() - Method in class org.acegisecurity.concurrent.SessionInformation
-
- getLocale() - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getLocale() on the wrapped request object.
- getLocales() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getLocales() - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getLocales() on the wrapped request object.
- getLoginConfig() - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- getLoginContext() - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationToken
-
- getLoginContextName() - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- getLoginExceptionResolver() - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- getLoginFormUrl() - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- getLoginUrl() - Method in class org.acegisecurity.ui.cas.CasProcessingFilterEntryPoint
-
The enterprise-wide CAS login URL.
- getLongParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getLongParameter(HttpServletRequest, String, long) - Static method in class org.springframework.web.bind.RequestUtils
-
- getLongParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getLookupPermissionIdMapping() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getLookupPermissionIdQuery() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- getMappings() - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
-
Get the mappings used for configuration.
- getMapSize() - Method in class org.acegisecurity.intercept.web.PathBasedFilterInvocationDefinitionMap
-
- getMapSize() - Method in class org.acegisecurity.intercept.web.RegExpBasedFilterInvocationDefinitionMap
-
- getMask() - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- getMask() - Method in interface org.acegisecurity.acl.basic.BasicAclEntry
-
Access control lists in this package are based on bit masking.
- getMask() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
-
- getMask() - Method in class org.acegisecurity.acls.domain.BasePermission
-
- getMask() - Method in class org.acegisecurity.acls.domain.CumulativePermission
-
- getMask() - Method in interface org.acegisecurity.acls.Permission
-
Returns the bits that represents the permission.
- getMaxAge() - Method in class org.acegisecurity.ui.savedrequest.SavedCookie
-
- getMaximumSessionsForThisUser(Authentication) - Method in class org.acegisecurity.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.acegisecurity.providers.encoding.MessageDigestPasswordEncoder
-
Get a MessageDigest instance for the given algorithm.
- getMethod() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getMethod() - Method in class org.acegisecurity.util.SimpleMethodInvocation
-
- getMethod() - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getMethod() on the wrapped request object.
- getMethodMapSize() - Method in class org.acegisecurity.intercept.method.MethodDefinitionMap
-
Obtains the number of configuration attributes explicitly defined against this bean.
- getMethodName() - Method in class org.acegisecurity.intercept.method.MethodDefinitionSourceMapping
-
Name of the method to be secured.
- getMethodPrefix() - Method in class org.acegisecurity.taglibs.authz.AuthenticationTag
-
- getMutatorName(String) - Static method in class org.acegisecurity.util.FieldUtils
-
- getName() - Method in class org.acegisecurity.adapters.PrincipalAcegiUserToken
-
- getName() - Method in class org.acegisecurity.providers.AbstractAuthenticationToken
-
- getName() - Method in class org.acegisecurity.ui.savedrequest.SavedCookie
-
- getNoLabel() - Method in class org.acegisecurity.vote.InterfaceBasedLabelParameterStrategy
-
- getNonceValiditySeconds() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
-
- getObjectDefinitionSource() - Method in class org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
-
- getObjectDefinitionSource() - Method in class org.acegisecurity.intercept.method.aspectj.AspectJSecurityInterceptor
-
- getObjectDefinitionSource() - Method in class org.acegisecurity.intercept.web.FilterSecurityInterceptor
-
- getObjectIdentity() - Method in interface org.acegisecurity.acls.Acl
-
Obtains the domain object this Acl
provides entries for.
- getObjectIdentity() - Method in class org.acegisecurity.acls.domain.AclImpl
-
- getObjectIdentity(Object) - Method in interface org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy
-
- getObjectIdentity(Object) - Method in class org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategyImpl
-
- getObjectPropertiesQuery() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
- getOperation() - Method in class org.acegisecurity.taglibs.authz.AuthenticationTag
-
- getOrder() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
-
- getOriginalAuthentication() - Method in class org.acegisecurity.runas.RunAsUserToken
-
- getOriginalRequestMethodParameterName() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- getOriginalRequestParametersNameValueSeparator() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- getOriginalRequestParametersParameterName() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- getOriginalRequestParametersSeparator() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- getOriginalRequestUrlParameterName() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- getOwner() - Method in interface org.acegisecurity.acls.Acl
-
Determines the owner of the Acl
.
- getOwner() - Method in class org.acegisecurity.acls.domain.AclImpl
-
- getParameter() - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- getParameter(String) - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getParameter(String name) on the wrapped request
object.
- getParameterMap() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getParameterMap() - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getParameterMap() on the wrapped request object.
- getParameterNames() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getParameterNames() - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getParameterNames() on the wrapped request object.
- getParameterValues(String) - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getParameterValues(String) - Method in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
The default behavior of this method is to return getParameterValues(String name) on the wrapped request
object.
- getParentAcl() - Method in interface org.acegisecurity.acls.Acl
-
A domain object may have a parent for the purpose of ACL inheritance.
- getParentAcl() - Method in class org.acegisecurity.acls.domain.AclImpl
-
- getPassword() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- getPassword() - Method in class org.acegisecurity.userdetails.memory.UserAttribute
-
- getPassword() - Method in class org.acegisecurity.userdetails.User
-
- getPassword() - Method in interface org.acegisecurity.userdetails.UserDetails
-
Returns the password used to authenticate the user.
- getPasswordEncoder() - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
-
- getPath() - Method in class org.acegisecurity.ui.savedrequest.SavedCookie
-
- getPathInfo() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getPattern() - Method in class org.acegisecurity.acls.domain.BasePermission
-
- getPattern() - Method in class org.acegisecurity.acls.domain.CumulativePermission
-
- getPattern() - Method in interface org.acegisecurity.acls.Permission
-
Returns a 32-character long bit pattern String
representing this permission.
- getPermission() - Method in interface org.acegisecurity.acls.AccessControlEntry
-
- getPermission() - Method in class org.acegisecurity.acls.domain.AccessControlEntryImpl
-
- getPgtIou() - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- getPortMapper() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- getPortMapper() - Method in class org.acegisecurity.securechannel.RetryWithHttpEntryPoint
-
- getPortMapper() - Method in class org.acegisecurity.securechannel.RetryWithHttpsEntryPoint
-
- getPortMapper() - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- getPortMapper() - Method in class org.acegisecurity.util.PortResolverImpl
-
- getPortResolver() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- getPortResolver() - Method in class org.acegisecurity.securechannel.RetryWithHttpEntryPoint
-
- getPortResolver() - Method in class org.acegisecurity.securechannel.RetryWithHttpsEntryPoint
-
- getPortResolver() - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- getPortResolver() - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- getPostAuthenticationChecks() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- getPreAuthenticationChecks() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- getPrincipal() - Method in class org.acegisecurity.acls.sid.PrincipalSid
-
- getPrincipal() - Method in class org.acegisecurity.adapters.PrincipalAcegiUserToken
-
- getPrincipal() - Method in interface org.acegisecurity.Authentication
-
The identity of the principal being authenticated.
- getPrincipal() - Method in class org.acegisecurity.concurrent.SessionInformation
-
- getPrincipal() - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationToken
-
- getPrincipal() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
-
- getPrincipal() - Method in class org.acegisecurity.providers.jaas.JaasGrantedAuthority
-
- getPrincipal() - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationToken
-
- getPrincipal() - Method in class org.acegisecurity.providers.TestingAuthenticationToken
-
- getPrincipal() - Method in class org.acegisecurity.providers.UsernamePasswordAuthenticationToken
-
- getPrincipal() - Method in class org.acegisecurity.providers.x509.X509AuthenticationToken
-
- getPrincipal() - Method in class org.acegisecurity.runas.RunAsUserToken
-
- getPrincipal() - Method in interface org.acegisecurity.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.acegisecurity.taglibs.velocity.AuthzImpl
-
implementation of AuthenticationTag
- getProcessConfigAttribute() - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- getProcessConfigAttribute() - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- getProcessConfigAttribute() - Method in class org.acegisecurity.vote.AclEntryVoter
-
- getProcessConfigAttribute() - Method in class org.acegisecurity.vote.BasicAclEntryVoter
-
- getProcessDomainObjectClass() - Method in class org.acegisecurity.afterinvocation.AbstractAclProvider
-
- getProcessDomainObjectClass() - Method in class org.acegisecurity.vote.AbstractAclVoter
-
- getProtectedFieldValue(String, Object) - Static method in class org.acegisecurity.util.FieldUtils
-
- getProviders() - Method in class org.acegisecurity.acl.AclProviderManager
-
- getProviders() - Method in class org.acegisecurity.afterinvocation.AfterInvocationProviderManager
-
- getProviders() - Method in class org.acegisecurity.providers.ProviderManager
-
- getProxyCallbackUrl() - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- getProxyCallbackUrl() - Method in class org.acegisecurity.providers.cas.ticketvalidator.CasProxyTicketValidator
-
Optional callback URL to obtain a proxy-granting ticket from CAS.
- getProxyGrantingTicketIou() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
-
Obtains the proxy granting ticket IOU.
- getProxyGrantingTicketIou() - Method in class org.acegisecurity.providers.cas.TicketResponse
-
- getProxyList() - Method in class edu.yale.its.tp.cas.client.ProxyTicketValidator
-
- getProxyList() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
-
- getProxyList() - Method in class org.acegisecurity.providers.cas.TicketResponse
-
- getQueryString() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getRealmName() - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilterEntryPoint
-
- getRealmName() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
-
- getRecipient() - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- getRecipient() - Method in interface org.acegisecurity.acl.basic.BasicAclEntry
-
A domain object instance will usually have multiple BasicAclEntry
s.
- getRecipient() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl.AclDetailsHolder
-
- getRelativeName(String, Context) - Static method in class org.acegisecurity.ldap.LdapUtils
-
Obtains the part of a DN relative to a supplied base context.
- getRememberMeClass() - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
-
- getRememberMeServices() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- getRememberMeServices() - Method in class org.acegisecurity.ui.rememberme.RememberMeProcessingFilter
-
- getRemoteAddress() - Method in class org.acegisecurity.ui.WebAuthenticationDetails
-
Indicates the TCP/IP address the authentication request was received from.
- getRemoteAuthenticationManager() - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationProvider
-
- getRemoteUser() - Method in class org.acegisecurity.wrapper.SecurityContextHolderAwareRequestWrapper
-
Returns the principal's name, as obtained from the SecurityContextHolder
.
- getRequest() - Method in class org.acegisecurity.intercept.web.FilterInvocation
-
- getRequestURI() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getRequestUrl() - Method in class org.acegisecurity.intercept.web.FilterInvocation
-
Obtains the web application-specific fragment of the URL.
- getRequestURL() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getRequestUrl() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
Obtains the web application-specific fragment of the URL.
- getRequestUrl(FilterInvocation) - Static method in class org.acegisecurity.util.UrlUtils
-
- getRequestUrl(SavedRequest) - Static method in class org.acegisecurity.util.UrlUtils
-
- getRequiredBooleanParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredBooleanParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredDoubleParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredDoubleParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredFloatParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredFloatParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredIntParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredIntParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredLongParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredLongParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredStringParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequiredStringParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getRequirePermission() - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- getRequirePermission() - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- getRequirePermission() - Method in class org.acegisecurity.vote.BasicAclEntryVoter
-
- getResponse() - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- getResponse() - Method in class org.acegisecurity.intercept.web.FilterInvocation
-
- getRestrictSupportToClass() - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- getRolePrefix() - Method in class org.acegisecurity.runas.RunAsManagerImpl
-
- getRolePrefix() - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
- getRolePrefix() - Method in class org.acegisecurity.vote.RoleVoter
-
- getRootDn() - Method in class org.acegisecurity.ldap.DefaultInitialDirContextFactory
-
Returns the root DN of the configured provider URL.
- getRootDn() - Method in interface org.acegisecurity.ldap.InitialDirContextFactory
-
Returns the root DN of the contexts supplied by this factory.
- getRunAsManager() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- getSalt(UserDetails) - Method in class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
-
Performs reflection on the passed User
to obtain the salt.
- getSalt(UserDetails) - Method in class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
-
- getSalt(UserDetails) - Method in interface org.acegisecurity.providers.dao.SaltSource
-
Returns the salt to use for the indicated user.
- getSaltSource() - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
-
- getScheme() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getSecureKeyword() - Method in class org.acegisecurity.securechannel.SecureChannelProcessor
-
- getSecureObject() - Method in class org.acegisecurity.intercept.InterceptorStatusToken
-
- getSecureObjectClass() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
Indicates the type of secure objects the subclass will be presenting to
the abstract parent for processing.
- getSecureObjectClass() - Method in class org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
-
- getSecureObjectClass() - Method in class org.acegisecurity.intercept.method.aspectj.AspectJSecurityInterceptor
-
- getSecureObjectClass() - Method in class org.acegisecurity.intercept.web.FilterSecurityInterceptor
-
- getServerName() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getServerPort() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getServerPort(ServletRequest) - Method in interface org.acegisecurity.util.PortResolver
-
Indicates the port the ServletRequest
was received on.
- getServerPort(ServletRequest) - Method in class org.acegisecurity.util.PortResolverImpl
-
- getService() - Method in class org.acegisecurity.ui.cas.ServiceProperties
-
Represents the service the user is authenticating to.
- getServiceProperties() - Method in class org.acegisecurity.providers.cas.ticketvalidator.AbstractTicketValidator
-
- getServiceProperties() - Method in class org.acegisecurity.ui.cas.CasProcessingFilterEntryPoint
-
- getServletPath() - Method in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- getSession() - Method in class org.acegisecurity.ui.session.HttpSessionApplicationEvent
-
Get the HttpSession that is the cause of the event
- getSessionController() - Method in class org.acegisecurity.providers.ProviderManager
-
- getSessionId() - Method in interface org.acegisecurity.concurrent.SessionIdentifierAware
-
Obtains the session ID.
- getSessionId() - Method in class org.acegisecurity.concurrent.SessionInformation
-
- getSessionId() - Method in class org.acegisecurity.ui.WebAuthenticationDetails
-
Indicates the HttpSession
id the authentication request was received from.
- getSessionInformation(String) - Method in interface org.acegisecurity.concurrent.SessionRegistry
-
Obtains the session information for the specified sessionId
.
- getSessionInformation(String) - Method in class org.acegisecurity.concurrent.SessionRegistryImpl
-
- getSid() - Method in interface org.acegisecurity.acls.AccessControlEntry
-
- getSid() - Method in class org.acegisecurity.acls.domain.AccessControlEntryImpl
-
- getSids(Authentication) - Method in interface org.acegisecurity.acls.sid.SidRetrievalStrategy
-
- getSids(Authentication) - Method in class org.acegisecurity.acls.sid.SidRetrievalStrategyImpl
-
- getSiteminderPasswordHeaderKey() - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Returns the Siteminder password header key.
- getSiteminderUsernameHeaderKey() - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Returns the Siteminder username header key.
- getSource() - Method in class org.acegisecurity.ui.switchuser.SwitchUserGrantedAuthority
-
Returns the original user associated with a successful user switch.
- getStatelessTicketCache() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- getStaticPart() - Method in class org.acegisecurity.util.SimpleMethodInvocation
-
- getStringParameter(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getStringParameter(HttpServletRequest, String, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getStringParameters(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- getSystemWideSalt() - Method in class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
-
- getTargetUser() - Method in class org.acegisecurity.event.authentication.AuthenticationSwitchUserEvent
-
- getThis() - Method in class org.acegisecurity.util.SimpleMethodInvocation
-
- getThresold() - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
-
- getTicketValidator() - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- getTokenValiditySeconds() - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- getTranslatedPortMappings() - Method in class org.acegisecurity.util.PortMapperImpl
-
Returns the translated (Integer -> Integer) version of the original port mapping specified via
setHttpsPortMapping()
- getTrustStore() - Method in class org.acegisecurity.providers.cas.ticketvalidator.AbstractTicketValidator
-
Optional property which will be used to set the system property javax.net.ssl.trustStore
.
- getUrl() - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionSourceMapping
-
Url to be secured.
- getUrlEncodingCharset() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- getUser() - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- getUser() - Method in class org.acegisecurity.providers.cas.TicketResponse
-
- getUser(String) - Method in class org.acegisecurity.userdetails.memory.UserMap
-
Locates the specified user by performing a case insensitive search by username.
- getUserAttribute() - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
- getUserAttributes() - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
- getUserCache() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- getUserCache() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- getUserCount() - Method in class org.acegisecurity.userdetails.memory.UserMap
-
Indicates the size of the user map.
- getUserDetails() - Method in class org.acegisecurity.providers.cas.CasAuthenticationToken
-
- getUserDetails(String) - Method in interface org.acegisecurity.providers.cas.CasAuthoritiesPopulator
-
Obtains the granted authorities for the specified user.
- getUserDetails(String) - Method in class org.acegisecurity.providers.cas.populator.DaoCasAuthoritiesPopulator
-
- getUserDetails(X509Certificate) - Method in class org.acegisecurity.providers.x509.populator.DaoX509AuthoritiesPopulator
-
- getUserDetails(X509Certificate) - Method in interface org.acegisecurity.providers.x509.X509AuthoritiesPopulator
-
Obtains the granted authorities for the specified user.
- getUserDetailsMapper() - Method in class org.acegisecurity.ldap.search.FilterBasedLdapUserSearch
-
- getUserDetailsMapper() - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
- getUserDetailsService() - Method in class org.acegisecurity.providers.cas.populator.DaoCasAuthoritiesPopulator
-
- getUserDetailsService() - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
-
- getUserDetailsService() - Method in class org.acegisecurity.providers.siteminder.SiteminderAuthenticationProvider
-
Return the user details service.
- getUserDetailsService() - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- getUserDetailsService() - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- getUserDns(String) - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
Builds list of possible DNs for the user, worked out from the userDnPatterns property.
- getUserFromCache(String) - Method in class org.acegisecurity.providers.dao.cache.EhCacheBasedUserCache
-
- getUserFromCache(String) - Method in class org.acegisecurity.providers.dao.cache.NullUserCache
-
- getUserFromCache(String) - Method in interface org.acegisecurity.providers.dao.UserCache
-
- getUserFromCache(X509Certificate) - Method in class org.acegisecurity.providers.x509.cache.EhCacheBasedX509UserCache
-
- getUserFromCache(X509Certificate) - Method in class org.acegisecurity.providers.x509.cache.NullX509UserCache
-
- getUserFromCache(X509Certificate) - Method in interface org.acegisecurity.providers.x509.X509UserCache
-
- getUserMap() - Method in class org.acegisecurity.userdetails.memory.InMemoryDaoImpl
-
- getUsername() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- getUsername() - Method in class org.acegisecurity.userdetails.User
-
- getUsername() - Method in interface org.acegisecurity.userdetails.UserDetails
-
Returns the username used to authenticate the user.
- getUserPrincipal() - Method in class org.acegisecurity.wrapper.SecurityContextHolderAwareRequestWrapper
-
Returns the Authentication
(which is a subclass of Principal
), or
null
if unavailable.
- getUserPropertyToUse() - Method in class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
-
- getUsersByUsernameQuery() - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
- getUserSearch() - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
- getUtf8Bytes(String) - Static method in class org.acegisecurity.ldap.LdapUtils
-
- getValidPermissions() - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
Subclasses must indicate the permissions they support.
- getValidPermissions() - Method in class org.acegisecurity.acl.basic.SimpleAclEntry
-
- getValidProxies() - Method in class org.acegisecurity.providers.cas.proxy.NamedCasProxyDecider
-
- getValue() - Method in class org.acegisecurity.ui.savedrequest.SavedCookie
-
- getVersion() - Method in class org.acegisecurity.ui.savedrequest.SavedCookie
-
- GlobalSecurityContextHolderStrategy - Class in org.acegisecurity.context
-
- GlobalSecurityContextHolderStrategy() - Constructor for class org.acegisecurity.context.GlobalSecurityContextHolderStrategy
-
- GMT_ZONE - Static variable in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
- gmtZone - Static variable in class org.acegisecurity.ui.savedrequest.FastHttpDateFormat
-
GMT timezone - all HTTP dates are on GMT
- grant(Principal) - Method in interface org.acegisecurity.providers.jaas.AuthorityGranter
-
The grant method is called for each principal returned from the LoginContext subject.
- GrantedAuthority - Interface in org.acegisecurity
-
- GrantedAuthorityEffectiveAclsResolver - Class in org.acegisecurity.acl.basic
-
- GrantedAuthorityEffectiveAclsResolver() - Constructor for class org.acegisecurity.acl.basic.GrantedAuthorityEffectiveAclsResolver
-
- GrantedAuthorityImpl - Class in org.acegisecurity
-
- GrantedAuthorityImpl(String) - Constructor for class org.acegisecurity.GrantedAuthorityImpl
-
- GrantedAuthoritySid - Class in org.acegisecurity.acls.sid
-
Represents a GrantedAuthority
as a Sid
.
- GrantedAuthoritySid(String) - Constructor for class org.acegisecurity.acls.sid.GrantedAuthoritySid
-
- GrantedAuthoritySid(GrantedAuthority) - Constructor for class org.acegisecurity.acls.sid.GrantedAuthoritySid
-
- IdentityUnavailableException - Exception in org.acegisecurity.acls
-
Thrown if an ACL identity could not be extracted from an object.
- IdentityUnavailableException(String) - Constructor for exception org.acegisecurity.acls.IdentityUnavailableException
-
Constructs an IdentityUnavailableException
with the specified message.
- IdentityUnavailableException(String, Throwable) - Constructor for exception org.acegisecurity.acls.IdentityUnavailableException
-
Constructs an IdentityUnavailableException
with the specified message
and root cause.
- incrementHumanRestrictedRessoucesRequestsCount() - Method in interface org.acegisecurity.captcha.CaptchaSecurityContext
-
Method to increment the human Restricted Resrouces Requests Count;
- incrementHumanRestrictedRessoucesRequestsCount() - Method in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
-
Method to increment the human Restricted Resrouces Requests Count;
- InheritableThreadLocalSecurityContextHolderStrategy - Class in org.acegisecurity.context
-
- InheritableThreadLocalSecurityContextHolderStrategy() - Constructor for class org.acegisecurity.context.InheritableThreadLocalSecurityContextHolderStrategy
-
- init(FilterConfig) - Method in class org.acegisecurity.adapters.HttpRequestIntegrationFilter
-
Does nothing.
- init(FilterConfig) - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
-
Does nothing.
- init(FilterConfig) - Method in class org.acegisecurity.concurrent.ConcurrentSessionFilter
-
Does nothing.
- init(FilterConfig) - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
Does nothing.
- init(FilterConfig) - Method in class org.acegisecurity.intercept.web.FilterSecurityInterceptor
-
Not used (we rely on IoC container lifecycle services instead)
- init(FilterConfig) - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
Does nothing - we reply on IoC lifecycle services instead.
- init(FilterConfig) - Method in class org.acegisecurity.securechannel.ChannelProcessingFilter
-
- init(FilterConfig) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
Does nothing.
- init(FilterConfig) - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
-
- init(FilterConfig) - Method in class org.acegisecurity.ui.cas.CasProcessingFilter
-
- init(FilterConfig) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- init(FilterConfig) - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- init(FilterConfig) - Method in class org.acegisecurity.ui.logout.LogoutFilter
-
Not used.
- init(FilterConfig) - Method in class org.acegisecurity.ui.rememberme.RememberMeProcessingFilter
-
Does nothing - we rely on IoC lifecycle services instead.
- init(FilterConfig) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
- init(FilterConfig) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
-
- init(FilterConfig) - Method in class org.acegisecurity.ui.x509.X509ProcessingFilter
-
- init(FilterConfig) - Method in class org.acegisecurity.util.FilterChainProxy
-
- init(FilterConfig) - Method in class org.acegisecurity.util.FilterToBeanProxy
-
- init(FilterConfig) - Method in class org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter
-
- initDao() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
- initDao() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- initDao() - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
- InitialDirContextFactory - Interface in org.acegisecurity.ldap
-
Access point for obtaining LDAP contexts.
- initialize(Subject, CallbackHandler, Map, Map) - Method in class org.acegisecurity.providers.jaas.SecurityContextLoginModule
-
Initialize this LoginModule
.
- initMappingSqlQueries() - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
Extension point to allow other MappingSqlQuery objects to be substituted in a subclass
- initMappingSqlQueries() - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
Extension point to allow other MappingSqlQuery objects to be substituted in a subclass
- InMemoryDaoImpl - Class in org.acegisecurity.userdetails.memory
-
Retrieves user details from an in-memory list created by the bean context.
- InMemoryDaoImpl() - Constructor for class org.acegisecurity.userdetails.memory.InMemoryDaoImpl
-
- InMemoryResource - Class in org.acegisecurity.util
-
An in memory implementation of Spring's Resource
interface.
- InMemoryResource(byte[]) - Constructor for class org.acegisecurity.util.InMemoryResource
-
- InMemoryResource(byte[], String) - Constructor for class org.acegisecurity.util.InMemoryResource
-
- InsecureChannelProcessor - Class in org.acegisecurity.securechannel
-
Ensures channel security is inactive by review of HttpServletRequest.isSecure()
responses.
- InsecureChannelProcessor() - Constructor for class org.acegisecurity.securechannel.InsecureChannelProcessor
-
- insert(String, Long, String) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl.AclObjectIdentityInsert
-
- insert(Long, String, Integer) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl.AclPermissionInsert
-
- insertAce(Serializable, Permission, Sid, boolean) - Method in class org.acegisecurity.acls.domain.AclImpl
-
- insertAce(Serializable, Permission, Sid, boolean) - Method in interface org.acegisecurity.acls.MutableAcl
-
- InsufficientAuthenticationException - Exception in org.acegisecurity
-
Thrown if an authentication request is rejected because the credentials are not sufficiently trusted.
- InsufficientAuthenticationException(String) - Constructor for exception org.acegisecurity.InsufficientAuthenticationException
-
Constructs an InsufficientAuthenticationException
with the
specified message.
- InsufficientAuthenticationException(String, Throwable) - Constructor for exception org.acegisecurity.InsufficientAuthenticationException
-
Constructs an InsufficientAuthenticationException
with the
specified message and root cause.
- InteractiveAuthenticationSuccessEvent - Class in org.acegisecurity.event.authentication
-
Indicates an interactive authentication was successful.
- InteractiveAuthenticationSuccessEvent(Authentication, Class) - Constructor for class org.acegisecurity.event.authentication.InteractiveAuthenticationSuccessEvent
-
- InterceptorStatusToken - Class in org.acegisecurity.intercept
-
- InterceptorStatusToken(Authentication, boolean, ConfigAttributeDefinition, Object) - Constructor for class org.acegisecurity.intercept.InterceptorStatusToken
-
- InterfaceBasedLabelParameterStrategy - Class in org.acegisecurity.vote
-
This is a very useful implementation of the LabelParameterStrategy.
- InterfaceBasedLabelParameterStrategy() - Constructor for class org.acegisecurity.vote.InterfaceBasedLabelParameterStrategy
-
- invoke(Object) - Method in class org.acegisecurity.context.rmi.ContextPropagatingRemoteInvocation
-
Invoked on the server-side as described in the class JavaDocs.
- invoke(MethodInvocation) - Method in class org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
-
This method should be used to enforce security on a MethodInvocation
.
- invoke(JoinPoint, AspectJCallback) - Method in class org.acegisecurity.intercept.method.aspectj.AspectJSecurityInterceptor
-
This method should be used to enforce security on a JoinPoint
.
- invoke(FilterInvocation) - Method in class org.acegisecurity.intercept.web.FilterSecurityInterceptor
-
- invokeOperation(Object) - Method in class org.acegisecurity.taglibs.authz.AuthenticationTag
-
- IS_AUTHENTICATED_ANONYMOUSLY - Static variable in class org.acegisecurity.vote.AuthenticatedVoter
-
- IS_AUTHENTICATED_FULLY - Static variable in class org.acegisecurity.vote.AuthenticatedVoter
-
- IS_AUTHENTICATED_REMEMBERED - Static variable in class org.acegisecurity.vote.AuthenticatedVoter
-
- isAccountNonExpired() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- isAccountNonExpired() - Method in class org.acegisecurity.userdetails.User
-
- isAccountNonExpired() - Method in interface org.acegisecurity.userdetails.UserDetails
-
Indicates whether the user's account has expired.
- isAccountNonLocked() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- isAccountNonLocked() - Method in class org.acegisecurity.userdetails.User
-
- isAccountNonLocked() - Method in interface org.acegisecurity.userdetails.UserDetails
-
Indicates whether the user is locked or unlocked.
- isAllowed(MethodInvocation, Authentication) - Method in class org.acegisecurity.intercept.method.MethodInvocationPrivilegeEvaluator
-
- isAllowed(FilterInvocation, Authentication) - Method in class org.acegisecurity.intercept.web.WebInvocationPrivilegeEvaluator
-
- isAllowIfAllAbstainDecisions() - Method in class org.acegisecurity.vote.AbstractAccessDecisionManager
-
- isAllowIfEqualGrantedDeniedDecisions() - Method in class org.acegisecurity.vote.ConsensusBased
-
- isAllowSessionCreation() - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- isAlwaysReauthenticate() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- isAlwaysRemember() - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- isAlwaysUseDefaultTargetUrl() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- isAnonymous(Authentication) - Method in interface org.acegisecurity.AuthenticationTrustResolver
-
Indicates whether the passed Authentication
token represents an anonymous user.
- isAnonymous(Authentication) - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
-
- isAuditFailure() - Method in interface org.acegisecurity.acls.AuditableAccessControlEntry
-
- isAuditFailure() - Method in class org.acegisecurity.acls.domain.AccessControlEntryImpl
-
- isAuditSuccess() - Method in interface org.acegisecurity.acls.AuditableAccessControlEntry
-
- isAuditSuccess() - Method in class org.acegisecurity.acls.domain.AccessControlEntryImpl
-
- isAuthenticated() - Method in class org.acegisecurity.adapters.AbstractAdapterAuthenticationToken
-
Always returns true
.
- isAuthenticated() - Method in interface org.acegisecurity.Authentication
-
Used to indicate to AbstractSecurityInterceptor
whether it should present the
authentication token to the AuthenticationManager
.
- isAuthenticated() - Method in class org.acegisecurity.providers.AbstractAuthenticationToken
-
- isAuthenticationSuccesful() - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- isCloneFromHttpSession() - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- isContextHolderRefreshRequired() - Method in class org.acegisecurity.intercept.InterceptorStatusToken
-
- isContinueChainBeforeSuccessfulAuthentication() - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- isConvertUrlToLowercaseBeforeComparison() - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
-
Delegate to decorated object
- isConvertUrlToLowercaseBeforeComparison() - Method in interface org.acegisecurity.intercept.web.FilterInvocationDefinitionMap
-
- isConvertUrlToLowercaseBeforeComparison() - Method in class org.acegisecurity.intercept.web.PathBasedFilterInvocationDefinitionMap
-
- isConvertUrlToLowercaseBeforeComparison() - Method in class org.acegisecurity.intercept.web.RegExpBasedFilterInvocationDefinitionMap
-
- isCreateSessionAllowed() - Method in class org.acegisecurity.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.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- isCredentialsNonExpired() - Method in class org.acegisecurity.userdetails.User
-
- isCredentialsNonExpired() - Method in interface org.acegisecurity.userdetails.UserDetails
-
Indicates whether the user's credentials (password) has expired.
- isEnabled() - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- isEnabled() - Method in class org.acegisecurity.userdetails.memory.UserAttribute
-
- isEnabled() - Method in class org.acegisecurity.userdetails.User
-
- isEnabled() - Method in interface org.acegisecurity.userdetails.UserDetails
-
Indicates whether the user is enabled or disabled.
- isEntriesInheriting() - Method in interface org.acegisecurity.acls.Acl
-
Indicates whether the ACL entries from the
Acl.getParentAcl()
should flow down into the current
Acl
.
- isEntriesInheriting() - Method in class org.acegisecurity.acls.domain.AclImpl
-
- isExpired() - Method in class org.acegisecurity.concurrent.SessionInformation
-
- isForceEagerSessionCreation() - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- isForcePrincipalAsString() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- isGranted(Permission[], Sid[], boolean) - Method in interface org.acegisecurity.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.acegisecurity.acls.domain.AclImpl
-
Determines authorization.
- isGranting() - Method in interface org.acegisecurity.acls.AccessControlEntry
-
Indicates the a Permission is being granted to the relevant Sid.
- isGranting() - Method in class org.acegisecurity.acls.domain.AccessControlEntryImpl
-
- isHideUserNotFoundExceptions() - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- isHuman() - Method in interface org.acegisecurity.captcha.CaptchaSecurityContext
-
DOCUMENT ME!
- isHuman() - Method in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
-
- isIgnoreFailure() - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
-
- isIgnorePasswordCase() - Method in class org.acegisecurity.providers.encoding.PlaintextPasswordEncoder
-
- isIncludeDetailsObject() - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
-
- isIncludeDetailsObject() - Method in class org.acegisecurity.providers.ldap.LdapAuthenticationProvider
-
- isIncludeOriginalParameters() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- isIncludeOriginalRequest() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- isInvalidateHttpSession() - Method in class org.acegisecurity.ui.logout.SecurityContextLogoutHandler
-
- isLabeled(Method, Object) - Method in class org.acegisecurity.vote.InterfaceBasedLabelParameterStrategy
-
Test if the argument implemented the LabeledData interface.
- isLabeled(Method, Object) - Method in interface org.acegisecurity.vote.LabelParameterStrategy
-
Evaluate if one particular argument is labeled.
- isLogInteractiveAuthenticationSuccessEvents() - Method in class org.acegisecurity.event.authentication.LoggerListener
-
- isObserveOncePerRequest() - Method in class org.acegisecurity.intercept.web.FilterSecurityInterceptor
-
Indicates whether once-per-request handling will be observed.
- isOutsideWebApp() - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- isPasswordValid(String, String, Object) - Method in class org.acegisecurity.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.acegisecurity.providers.encoding.PasswordEncoder
-
Validates a specified "raw" password against an encoded password.
- isPasswordValid(String, String, Object) - Method in class org.acegisecurity.providers.encoding.PlaintextPasswordEncoder
-
- isPasswordValid(String, String, Object) - Method in class org.acegisecurity.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.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- isPermitted(int, int) - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- isPermitted(int) - Method in interface org.acegisecurity.acl.basic.BasicAclEntry
-
Determine if the mask of this entry includes this permission or not
- isRejectPublicInvocations() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- isRememberMe(Authentication) - Method in interface org.acegisecurity.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.acegisecurity.AuthenticationTrustResolverImpl
-
- isRemoveAfterRequest() - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
- isRenew() - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- isSecure() - Method in class org.acegisecurity.ui.savedrequest.SavedCookie
-
- isSendRenew() - Method in class org.acegisecurity.ui.cas.ServiceProperties
-
Indicates whether the renew
parameter should be sent to the CAS login URL and CAS
validation URL.
- isServerSideRedirect() - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- isSidLoaded(Sid[]) - Method in interface org.acegisecurity.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.acegisecurity.acls.domain.AclImpl
-
- isTokenExpired(long) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- isUserInRole(String) - Method in class org.acegisecurity.adapters.AbstractAdapterAuthenticationToken
-
Iterates the granted authorities and indicates whether or not the specified role is held.
- isUserInRole(String) - Method in class org.acegisecurity.wrapper.SecurityContextHolderAwareRequestWrapper
-
- isUsernameBasedPrimaryKey() - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
- isValid() - Method in class org.acegisecurity.userdetails.memory.UserAttribute
-
- isValidateConfigAttributes() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- isValidUserDetails(HttpServletRequest, HttpServletResponse, UserDetails, String[]) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- LabelBasedAclVoter - Class in org.acegisecurity.vote
-
This Acl voter will evaluate methods based on labels applied to incoming arguments.
- LabelBasedAclVoter() - Constructor for class org.acegisecurity.vote.LabelBasedAclVoter
-
- LabeledData - Interface in org.acegisecurity.vote
-
This interface indicates data objects that carry a label.
- LabelParameterStrategy - Interface in org.acegisecurity.vote
-
This is a strategy interface for determining which parts of a method invocation
are labeled.
- LdapAuthenticationProvider - Class in org.acegisecurity.providers.ldap
-
- LdapAuthenticationProvider(LdapAuthenticator, LdapAuthoritiesPopulator) - Constructor for class org.acegisecurity.providers.ldap.LdapAuthenticationProvider
-
Create an instance with the supplied authenticator and authorities populator implementations.
- LdapAuthenticationProvider(LdapAuthenticator) - Constructor for class org.acegisecurity.providers.ldap.LdapAuthenticationProvider
-
Creates an instance with the supplied authenticator and a null authorities populator.
- LdapAuthenticator - Interface in org.acegisecurity.providers.ldap
-
The strategy interface for locating and authenticating an Ldap user.
- LdapAuthoritiesPopulator - Interface in org.acegisecurity.providers.ldap
-
Obtains a list of granted authorities for an Ldap user.
- LdapCallback - Interface in org.acegisecurity.ldap
-
Callback object for use with LdapTemplate.
- LdapDataAccessException - Exception in org.acegisecurity.ldap
-
Used to wrap unexpected NamingExceptions while accessing the LDAP server or for other LDAP-related data problems
such as data we can't handle.
- LdapDataAccessException(String) - Constructor for exception org.acegisecurity.ldap.LdapDataAccessException
-
- LdapDataAccessException(String, Throwable) - Constructor for exception org.acegisecurity.ldap.LdapDataAccessException
-
- LdapEntryMapper - Interface in org.acegisecurity.ldap
-
- LdapShaPasswordEncoder - Class in org.acegisecurity.providers.ldap.authenticator
-
- LdapShaPasswordEncoder() - Constructor for class org.acegisecurity.providers.ldap.authenticator.LdapShaPasswordEncoder
-
- LdapTemplate - Class in org.acegisecurity.ldap
-
LDAP equivalent of the Spring JdbcTemplate class.
- LdapTemplate(InitialDirContextFactory) - Constructor for class org.acegisecurity.ldap.LdapTemplate
-
- LdapTemplate(InitialDirContextFactory, String, String) - Constructor for class org.acegisecurity.ldap.LdapTemplate
-
- LdapUserDetails - Interface in org.acegisecurity.userdetails.ldap
-
Captures the information for a user's LDAP entry.
- LdapUserDetailsImpl - Class in org.acegisecurity.userdetails.ldap
-
A UserDetails implementation which is used internally by the Ldap services.
- LdapUserDetailsImpl() - Constructor for class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl
-
- LdapUserDetailsImpl.Essence - Class in org.acegisecurity.userdetails.ldap
-
Variation of essence pattern.
- LdapUserDetailsMapper - Class in org.acegisecurity.userdetails.ldap
-
The entry mapper used by the authenticators to create an ldap user object.
- LdapUserDetailsMapper() - Constructor for class org.acegisecurity.userdetails.ldap.LdapUserDetailsMapper
-
- LdapUserSearch - Interface in org.acegisecurity.ldap
-
Obtains a user's information from the LDAP directory given a login name.
- LdapUtils - Class in org.acegisecurity.ldap
-
LDAP Utility methods.
- loadUserByUsername(String) - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
- loadUserByUsername(String) - Method in class org.acegisecurity.userdetails.memory.InMemoryDaoImpl
-
- loadUserByUsername(String) - Method in interface org.acegisecurity.userdetails.UserDetailsService
-
Locates the user based on the username.
- loadUserDetails(HttpServletRequest, HttpServletResponse, String[]) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- LockedException - Exception in org.acegisecurity
-
Thrown if an authentication request is rejected because the account is locked.
- LockedException(String) - Constructor for exception org.acegisecurity.LockedException
-
Constructs a LockedException
with the specified message.
- LockedException(String, Throwable) - Constructor for exception org.acegisecurity.LockedException
-
Constructs a LockedException
with the specified message and
root cause.
- LockedException(String, Object) - Constructor for exception org.acegisecurity.LockedException
-
- log - Static variable in class org.acegisecurity.acls.jdbc.JdbcAclService
-
- log - Static variable in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- logger - Static variable in class org.acegisecurity.afterinvocation.AclEntryAfterInvocationCollectionFilteringProvider
-
- logger - Static variable in class org.acegisecurity.afterinvocation.AclEntryAfterInvocationProvider
-
- logger - Static variable in class org.acegisecurity.afterinvocation.AfterInvocationProviderManager
-
- logger - Static variable in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- logger - Static variable in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- logger - Variable in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
-
- logger - Static variable in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
-
- logger - Static variable in class org.acegisecurity.concurrent.SessionRegistryImpl
-
- logger - Static variable in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- logger - Static variable in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- logger - Static variable in class org.acegisecurity.intercept.method.MethodInvocationPrivilegeEvaluator
-
- logger - Static variable in class org.acegisecurity.intercept.web.WebInvocationPrivilegeEvaluator
-
- logger - Static variable in class org.acegisecurity.taglibs.authz.AccessControlListTag
-
- logger - Static variable in class org.acegisecurity.taglibs.authz.AclTag
-
- logger - Variable in class org.acegisecurity.ui.AbstractProcessingFilter
-
- logger - Static variable in class org.acegisecurity.ui.AccessDeniedHandlerImpl
-
- logger - Static variable in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- logger - Static variable in class org.acegisecurity.ui.savedrequest.SavedRequest
-
- logger - Static variable in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
- LoggerListener - Class in org.acegisecurity.event.authentication
-
Outputs authentication-related application events to Commons Logging.
- LoggerListener() - Constructor for class org.acegisecurity.event.authentication.LoggerListener
-
- LoggerListener - Class in org.acegisecurity.event.authorization
-
Outputs interceptor-related application events to Commons Logging.
- LoggerListener() - Constructor for class org.acegisecurity.event.authorization.LoggerListener
-
- logIfNeeded(boolean, AccessControlEntry) - Method in interface org.acegisecurity.acls.domain.AuditLogger
-
- logIfNeeded(boolean, AccessControlEntry) - Method in class org.acegisecurity.acls.domain.ConsoleAuditLogger
-
- login() - Method in class org.acegisecurity.providers.jaas.SecurityContextLoginModule
-
Authenticate the Subject
(phase one) by extracting the Acegi Security
Authentication
from the current SecurityContext
.
- LoginExceptionResolver - Interface in org.acegisecurity.providers.jaas
-
The JaasAuthenticationProvider takes an instance of LoginExceptionResolver
to resolve LoginModule specific exceptions to Acegi exceptions.
- loginFail(HttpServletRequest, HttpServletResponse) - Method in class org.acegisecurity.ui.rememberme.NullRememberMeServices
-
- loginFail(HttpServletRequest, HttpServletResponse) - Method in interface org.acegisecurity.ui.rememberme.RememberMeServices
-
Called whenever an interactive authentication attempt was made, but the credentials supplied by the user
were missing or otherwise invalid.
- loginFail(HttpServletRequest, HttpServletResponse) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.acegisecurity.ui.rememberme.NullRememberMeServices
-
- loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in interface org.acegisecurity.ui.rememberme.RememberMeServices
-
Called whenever an interactive authentication attempt is successful.
- loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- logout() - Method in class org.acegisecurity.providers.jaas.SecurityContextLoginModule
-
Log out the Subject
.
- logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in interface org.acegisecurity.ui.logout.LogoutHandler
-
Causes a logout to be completed.
- logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.acegisecurity.ui.logout.SecurityContextLogoutHandler
-
Requires the request to be passed in.
- logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- LogoutFilter - Class in org.acegisecurity.ui.logout
-
Logs a principal out.
- LogoutFilter(String, LogoutHandler[]) - Constructor for class org.acegisecurity.ui.logout.LogoutFilter
-
- LogoutHandler - Interface in org.acegisecurity.ui.logout
-
Indicates a class that is able to participate in logout handling.
- lookupAttributes(Method) - Method in class org.acegisecurity.intercept.method.AbstractMethodDefinitionSource
-
Performs the actual lookup of the relevant ConfigAttributeDefinition
for the specified
Method
which is subject of the method invocation.
- lookupAttributes(Method) - Method in class org.acegisecurity.intercept.method.MethodDefinitionAttributes
-
- lookupAttributes(Method) - Method in class org.acegisecurity.intercept.method.MethodDefinitionMap
-
- lookupAttributes(String) - Method in class org.acegisecurity.intercept.web.AbstractFilterInvocationDefinitionSource
-
Performs the actual lookup of the relevant ConfigAttributeDefinition
for the specified
FilterInvocation
.
- lookupAttributes(String) - Method in class org.acegisecurity.intercept.web.PathBasedFilterInvocationDefinitionMap
-
- lookupAttributes(String) - Method in class org.acegisecurity.intercept.web.RegExpBasedFilterInvocationDefinitionMap
-
- lookupHttpPort(Integer) - Method in interface org.acegisecurity.util.PortMapper
-
Locates the HTTP port associated with the specified HTTPS port.
- lookupHttpPort(Integer) - Method in class org.acegisecurity.util.PortMapperImpl
-
- lookupHttpsPort(Integer) - Method in interface org.acegisecurity.util.PortMapper
-
Locates the HTTPS port associated with the specified HTTP port.
- lookupHttpsPort(Integer) - Method in class org.acegisecurity.util.PortMapperImpl
-
- LookupPermissionIdMapping(DataSource) - Constructor for class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl.LookupPermissionIdMapping
-
- LookupStrategy - Interface in org.acegisecurity.acls.jdbc
-
- ObjectDefinitionSource - Interface in org.acegisecurity.intercept
-
Implemented by classes that store and can identify the
ConfigAttributeDefinition
that applies to a given secure object
invocation.
- ObjectIdentity - Interface in org.acegisecurity.acls.objectidentity
-
Interface representing the identity of an individual domain object instance.
- ObjectIdentityImpl - Class in org.acegisecurity.acls.objectidentity
-
- ObjectIdentityImpl(String, Serializable) - Constructor for class org.acegisecurity.acls.objectidentity.ObjectIdentityImpl
-
- ObjectIdentityImpl(Class, Serializable) - Constructor for class org.acegisecurity.acls.objectidentity.ObjectIdentityImpl
-
- ObjectIdentityImpl(Object) - Constructor for class org.acegisecurity.acls.objectidentity.ObjectIdentityImpl
-
Creates the ObjectIdentityImpl
based on the passed
object instance.
- ObjectIdentityRetrievalStrategy - Interface in org.acegisecurity.acls.objectidentity
-
Strategy interface that provides the ability to determine which
ObjectIdentity
will be returned for a particular domain object
- ObjectIdentityRetrievalStrategyImpl - Class in org.acegisecurity.acls.objectidentity
-
- ObjectIdentityRetrievalStrategyImpl() - Constructor for class org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategyImpl
-
- objectProperties - Variable in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
- ObjectPropertiesMapping(DataSource) - Constructor for class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl.ObjectPropertiesMapping
-
- obtainAllDefinedFilters() - Method in class org.acegisecurity.util.FilterChainProxy
-
Obtains all of the uniqueFilter
instances registered against the
FilterInvocationDefinitionSource
.
- obtainFullRequestUrl(HttpServletRequest) - Static method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- obtainIdentity(Object) - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
This method looks up the AclObjectIdentity
of a passed domain object instance.
- obtainObjectDefinitionSource() - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- obtainObjectDefinitionSource() - Method in class org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
-
- obtainObjectDefinitionSource() - Method in class org.acegisecurity.intercept.method.aspectj.AspectJSecurityInterceptor
-
- obtainObjectDefinitionSource() - Method in class org.acegisecurity.intercept.web.FilterSecurityInterceptor
-
- obtainPassword(HttpServletRequest) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
-
Enables subclasses to override the composition of the password, such as by including additional values
and a separator.
- obtainPassword(HttpServletRequest) - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Overridden method to obtain different value depending on whether Siteminder or form validation is being
performed.
- obtainPasswordAndSalt(String) - Method in class org.acegisecurity.providers.encoding.PlaintextPasswordEncoder
-
- obtainPrincipalFromAuthentication(Authentication) - Static method in class org.acegisecurity.concurrent.SessionRegistryUtils
-
- obtainSessionIdFromAuthentication(Authentication) - Static method in class org.acegisecurity.concurrent.SessionRegistryUtils
-
- obtainUsername(HttpServletRequest) - Method in class org.acegisecurity.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.acegisecurity.concurrent.SessionRegistryImpl
-
- onApplicationEvent(ApplicationEvent) - Method in class org.acegisecurity.event.authentication.LoggerListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.acegisecurity.event.authorization.LoggerListener
-
- onApplicationEvent(ApplicationEvent) - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- onPreAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- onSuccessfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- onUnsuccessfulAuthentication(HttpServletRequest, HttpServletResponse, AuthenticationException) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- org.acegisecurity - package org.acegisecurity
-
Provides core Acegi Security System for Spring interfaces and classes.
- org.acegisecurity.acl - package org.acegisecurity.acl
-
Enables retrieval of access control lists (ACLs) for domain object instances.
- org.acegisecurity.acl.basic - package org.acegisecurity.acl.basic
-
Access control list implementation based on integer bit masks.
- org.acegisecurity.acl.basic.cache - package org.acegisecurity.acl.basic.cache
-
Caches ACL information for the BasicAclProvider
.
- org.acegisecurity.acl.basic.jdbc - package org.acegisecurity.acl.basic.jdbc
-
JDBC-based data access object for ACL information.
- org.acegisecurity.acls - package org.acegisecurity.acls
-
Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.
- org.acegisecurity.acls.domain - package org.acegisecurity.acls.domain
-
Basic implementation of access control lists (ACLs) interfaces.
- org.acegisecurity.acls.jdbc - package org.acegisecurity.acls.jdbc
-
JDBC-based persistence of ACL information.
- org.acegisecurity.acls.objectidentity - package org.acegisecurity.acls.objectidentity
-
Provides indirection between ACL packages and domain objects.
- org.acegisecurity.acls.sid - package org.acegisecurity.acls.sid
-
Provides indirection between ACL packages and security identities, such as principals and GrantedAuthority[]s.
- org.acegisecurity.adapters - package org.acegisecurity.adapters
-
Allows external containers to obtain authentication information from the
system.
- org.acegisecurity.afterinvocation - package org.acegisecurity.afterinvocation
-
Used for post-processing of an object returned from a secure object invocation.
- org.acegisecurity.captcha - package org.acegisecurity.captcha
-
Captcha classes.
- org.acegisecurity.concurrent - package org.acegisecurity.concurrent
-
Concurrent session control and registration classes.
- org.acegisecurity.context - package org.acegisecurity.context
-
Provides a "request context".
- org.acegisecurity.context.httpinvoker - package org.acegisecurity.context.httpinvoker
-
Enables use of Spring's HttpInvoker
extension points to
present the principal
and credentials
located
in the ContextHolder
via BASIC authentication.
- org.acegisecurity.context.rmi - package org.acegisecurity.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.acegisecurity.event.authentication - package org.acegisecurity.event.authentication
-
Enables events to be published to the Spring application context.
- org.acegisecurity.event.authorization - package org.acegisecurity.event.authorization
-
Provides support objects for security event interception (ie authorization).
- org.acegisecurity.intercept - package org.acegisecurity.intercept
-
Actually enforces the security and ties the whole security system together.
- org.acegisecurity.intercept.method - package org.acegisecurity.intercept.method
-
Provides support objects for securing Java method invocations
via different AOP libraries.
- org.acegisecurity.intercept.method.aopalliance - package org.acegisecurity.intercept.method.aopalliance
-
Enforces security for AOP Alliance MethodInvocation
s, such as via
Spring AOP.
- org.acegisecurity.intercept.method.aspectj - package org.acegisecurity.intercept.method.aspectj
-
Enforces security for AspectJ JointPoint
s, delegating secure
object callbacks to the calling aspect.
- org.acegisecurity.intercept.web - package org.acegisecurity.intercept.web
-
Enforces security for HTTP requests, typically by the URL requested.
- org.acegisecurity.ldap - package org.acegisecurity.ldap
-
- org.acegisecurity.ldap.search - package org.acegisecurity.ldap.search
-
LdapUserSearch implementations.
- org.acegisecurity.providers - package org.acegisecurity.providers
-
Implements a provider-based approach to authentication decisions.
- org.acegisecurity.providers.anonymous - package org.acegisecurity.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.acegisecurity.providers.cas - package org.acegisecurity.providers.cas
-
An authentication provider that can process JA-SIG Central Authentication Service (CAS)
service tickets and proxy tickets.
- org.acegisecurity.providers.cas.cache - package org.acegisecurity.providers.cas.cache
-
Caches CAS tickets for the CasAuthenticationProvider
.
- org.acegisecurity.providers.cas.populator - package org.acegisecurity.providers.cas.populator
-
Implementations that populate GrantedAuthority[]s of CAS authentications.
- org.acegisecurity.providers.cas.proxy - package org.acegisecurity.providers.cas.proxy
-
Implementations that decide whether proxy lists of
CAS authentications are trusted.
- org.acegisecurity.providers.cas.ticketvalidator - package org.acegisecurity.providers.cas.ticketvalidator
-
Implementations that validate service tickets.
- org.acegisecurity.providers.dao - package org.acegisecurity.providers.dao
-
An authentication provider that relies upon a data access object.
- org.acegisecurity.providers.dao.cache - package org.acegisecurity.providers.dao.cache
-
Caches User
objects for the DaoAuthenticationProvider
.
- org.acegisecurity.providers.dao.salt - package org.acegisecurity.providers.dao.salt
-
Implementations that provide salts for more secure password encoding.
- org.acegisecurity.providers.encoding - package org.acegisecurity.providers.encoding
-
Password encoding implementations.
- org.acegisecurity.providers.jaas - package org.acegisecurity.providers.jaas
-
An authentication provider for JAAS.
- org.acegisecurity.providers.jaas.event - package org.acegisecurity.providers.jaas.event
-
Enables JAAS events to be published to the Spring application context.
- org.acegisecurity.providers.ldap - package org.acegisecurity.providers.ldap
-
The LDAP authentication provider package.
- org.acegisecurity.providers.ldap.authenticator - package org.acegisecurity.providers.ldap.authenticator
-
LDAP authenticator implementations.
- org.acegisecurity.providers.ldap.populator - package org.acegisecurity.providers.ldap.populator
-
LdapAuthoritiesPopulator implementations.
- org.acegisecurity.providers.rcp - package org.acegisecurity.providers.rcp
-
Allows remote clients to authenticate and obtain a populated
Authentication
object.
- org.acegisecurity.providers.rememberme - package org.acegisecurity.providers.rememberme
-
Authentication provider that processes RememberMeAuthenticationToken
s.
- org.acegisecurity.providers.siteminder - package org.acegisecurity.providers.siteminder
-
A Siteminder authentication provider.
- org.acegisecurity.providers.x509 - package org.acegisecurity.providers.x509
-
An authentication provider that can process X.509 certificaties.
- org.acegisecurity.providers.x509.cache - package org.acegisecurity.providers.x509.cache
-
User caches for the X509 provider.
- org.acegisecurity.providers.x509.populator - package org.acegisecurity.providers.x509.populator
-
Implementations that populate GrantedAuthority[]s of X509 authentications.
- org.acegisecurity.runas - package org.acegisecurity.runas
-
Allows secure objects to be run under a different authentication identity.
- org.acegisecurity.securechannel - package org.acegisecurity.securechannel
-
Classes that ensure web requests are received over required
transport channels.
- org.acegisecurity.taglibs.authz - package org.acegisecurity.taglibs.authz
-
Java implementation of security taglib.
- org.acegisecurity.taglibs.velocity - package org.acegisecurity.taglibs.velocity
-
- org.acegisecurity.ui - package org.acegisecurity.ui
-
Authentication processing mechanisms, which respond to the submission of authentication
credentials using various protocols (eg BASIC, CAS, form login etc).
- org.acegisecurity.ui.basicauth - package org.acegisecurity.ui.basicauth
-
Authenticates HTTP BASIC authentication requests.
- org.acegisecurity.ui.cas - package org.acegisecurity.ui.cas
-
Authenticates standard web browser users via
JA-SIG Central Authentication Service (CAS).
- org.acegisecurity.ui.digestauth - package org.acegisecurity.ui.digestauth
-
Authenticates HTTP Digest authentication requests.
- org.acegisecurity.ui.logout - package org.acegisecurity.ui.logout
-
- org.acegisecurity.ui.rememberme - package org.acegisecurity.ui.rememberme
-
Support for remembering a user between different web sessions.
- org.acegisecurity.ui.savedrequest - package org.acegisecurity.ui.savedrequest
-
Stores a HttpServletRequest
so that it can subsequently be emulated by the
SavedRequestAwareWrapper
.
- org.acegisecurity.ui.session - package org.acegisecurity.ui.session
-
HttpSession events and publisher classes.
- org.acegisecurity.ui.switchuser - package org.acegisecurity.ui.switchuser
-
Provides HTTP-based "switch user" (su) capabilities.
- org.acegisecurity.ui.webapp - package org.acegisecurity.ui.webapp
-
Authenticates users via HTTP properties, headers and session.
- org.acegisecurity.ui.x509 - package org.acegisecurity.ui.x509
-
X.509 authentication filter and related classes.
- org.acegisecurity.userdetails - package org.acegisecurity.userdetails
-
- org.acegisecurity.userdetails.checker - package org.acegisecurity.userdetails.checker
-
- org.acegisecurity.userdetails.jdbc - package org.acegisecurity.userdetails.jdbc
-
Exposes a JDBC-based authentication repository.
- org.acegisecurity.userdetails.ldap - package org.acegisecurity.userdetails.ldap
-
- org.acegisecurity.userdetails.memory - package org.acegisecurity.userdetails.memory
-
Exposes an in-memory authentication repository.
- org.acegisecurity.util - package org.acegisecurity.util
-
General utility classes used throughout the Acegi Security System.
- org.acegisecurity.vote - package org.acegisecurity.vote
-
Implements a vote-based approach to authorization decisions.
- org.acegisecurity.wrapper - package org.acegisecurity.wrapper
-
Populates a Servlet request with a new Acegi Security compliant
HttpServletRequestWrapper
.
- org.springframework.metadata - package org.springframework.metadata
-
- org.springframework.web.bind - package org.springframework.web.bind
-
- OwnershipAcl - Interface in org.acegisecurity.acls
-
A mutable ACL that provides ownership capabilities.
- READ - Static variable in class org.acegisecurity.acl.basic.SimpleAclEntry
-
- READ - Static variable in class org.acegisecurity.acls.domain.BasePermission
-
- READ_WRITE - Static variable in class org.acegisecurity.acl.basic.SimpleAclEntry
-
- READ_WRITE_CREATE - Static variable in class org.acegisecurity.acl.basic.SimpleAclEntry
-
- READ_WRITE_CREATE_DELETE - Static variable in class org.acegisecurity.acl.basic.SimpleAclEntry
-
- READ_WRITE_DELETE - Static variable in class org.acegisecurity.acl.basic.SimpleAclEntry
-
- readAclById(ObjectIdentity) - Method in interface org.acegisecurity.acls.AclService
-
- readAclById(ObjectIdentity, Sid[]) - Method in interface org.acegisecurity.acls.AclService
-
- readAclById(ObjectIdentity, Sid[]) - Method in class org.acegisecurity.acls.jdbc.JdbcAclService
-
- readAclById(ObjectIdentity) - Method in class org.acegisecurity.acls.jdbc.JdbcAclService
-
- readAclsById(ObjectIdentity[]) - Method in interface org.acegisecurity.acls.AclService
-
Obtains all the Acl
s that apply for the passed Object
s.
- readAclsById(ObjectIdentity[], Sid[]) - Method in interface org.acegisecurity.acls.AclService
-
Obtains all the Acl
s that apply for the passed Object
s, but only for the
security identifies passed.
- readAclsById(ObjectIdentity[], Sid[]) - Method in class org.acegisecurity.acls.jdbc.BasicLookupStrategy
-
The main method.
- readAclsById(ObjectIdentity[]) - Method in class org.acegisecurity.acls.jdbc.JdbcAclService
-
- readAclsById(ObjectIdentity[], Sid[]) - Method in class org.acegisecurity.acls.jdbc.JdbcAclService
-
- readAclsById(ObjectIdentity[], Sid[]) - Method in interface org.acegisecurity.acls.jdbc.LookupStrategy
-
Perform database-specific optimized lookup.
- RECIPIENT_USED_FOR_INHERITENCE_MARKER - Static variable in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
- ReflectionSaltSource - Class in org.acegisecurity.providers.dao.salt
-
Obtains a salt from a specified property of the
User
object.
- ReflectionSaltSource() - Constructor for class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
-
- refreshLastRequest() - Method in class org.acegisecurity.concurrent.SessionInformation
-
Refreshes the internal lastRequest to the current date and time.
- refreshLastRequest(String) - Method in interface org.acegisecurity.concurrent.SessionRegistry
-
Updates the given sessionId
so its last request time is equal to the present date and time.
- refreshLastRequest(String) - Method in class org.acegisecurity.concurrent.SessionRegistryImpl
-
- RegExpBasedFilterInvocationDefinitionMap - Class in org.acegisecurity.intercept.web
-
Maintains a List
of ConfigAttributeDefinition
s associated with different HTTP request
URL regular expression patterns.
- RegExpBasedFilterInvocationDefinitionMap() - Constructor for class org.acegisecurity.intercept.web.RegExpBasedFilterInvocationDefinitionMap
-
- RegExpBasedFilterInvocationDefinitionMap.EntryHolder - Class in org.acegisecurity.intercept.web
-
- registerNewSession(String, Object) - Method in interface org.acegisecurity.concurrent.SessionRegistry
-
Registers a new session for the specified principal.
- registerNewSession(String, Object) - Method in class org.acegisecurity.concurrent.SessionRegistryImpl
-
- registerSuccessfulAuthentication(Authentication) - Method in interface org.acegisecurity.concurrent.ConcurrentSessionController
-
Called by an AuthenticationManager
when the authentication was successful.
- registerSuccessfulAuthentication(Authentication) - Method in class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
-
- registerSuccessfulAuthentication(Authentication) - Method in class org.acegisecurity.concurrent.NullConcurrentSessionController
-
- RejectProxyTickets - Class in org.acegisecurity.providers.cas.proxy
-
Accepts no proxied requests.
- RejectProxyTickets() - Constructor for class org.acegisecurity.providers.cas.proxy.RejectProxyTickets
-
- rejectRequestMethod(HttpServletRequest, String) - Static method in class org.springframework.web.bind.RequestUtils
-
- RememberMeAuthenticationProvider - Class in org.acegisecurity.providers.rememberme
-
- RememberMeAuthenticationProvider() - Constructor for class org.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider
-
- RememberMeAuthenticationToken - Class in org.acegisecurity.providers.rememberme
-
Represents a remembered Authentication
.
- RememberMeAuthenticationToken(String, Object, GrantedAuthority[]) - Constructor for class org.acegisecurity.providers.rememberme.RememberMeAuthenticationToken
-
Constructor.
- RememberMeProcessingFilter - Class in org.acegisecurity.ui.rememberme
-
Detects if there is no
Authentication
object in the
SecurityContext
, and populates it
with a remember-me authentication token if a
RememberMeServices
implementation so requests.
- RememberMeProcessingFilter() - Constructor for class org.acegisecurity.ui.rememberme.RememberMeProcessingFilter
-
- rememberMeRequested(HttpServletRequest, String) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- RememberMeServices - Interface in org.acegisecurity.ui.rememberme
-
Implement by a class that is capable of providing a remember-me service.
- RemoteAuthenticationException - Exception in org.acegisecurity.providers.rcp
-
Thrown if a RemoteAuthenticationManager
cannot validate the presented authentication request.
- RemoteAuthenticationException(String) - Constructor for exception org.acegisecurity.providers.rcp.RemoteAuthenticationException
-
Constructs a RemoteAuthenticationException
with the
specified message and no root cause.
- RemoteAuthenticationManager - Interface in org.acegisecurity.providers.rcp
-
Allows remote clients to attempt authentication.
- RemoteAuthenticationManagerImpl - Class in org.acegisecurity.providers.rcp
-
Server-side processor of a remote authentication request.
- RemoteAuthenticationManagerImpl() - Constructor for class org.acegisecurity.providers.rcp.RemoteAuthenticationManagerImpl
-
- RemoteAuthenticationProvider - Class in org.acegisecurity.providers.rcp
-
- RemoteAuthenticationProvider() - Constructor for class org.acegisecurity.providers.rcp.RemoteAuthenticationProvider
-
- removeEntriesFromCache(AclObjectIdentity) - Method in interface org.acegisecurity.acl.basic.BasicAclEntryCache
-
- removeEntriesFromCache(AclObjectIdentity) - Method in class org.acegisecurity.acl.basic.cache.EhCacheBasedAclEntryCache
-
- removeEntriesFromCache(AclObjectIdentity) - Method in class org.acegisecurity.acl.basic.cache.NullAclEntryCache
-
Meets method signature but doesn't remove from cache.
- removeSessionInformation(String) - Method in interface org.acegisecurity.concurrent.SessionRegistry
-
Deletes all the session information being maintained for the specified sessionId
.
- removeSessionInformation(String) - Method in class org.acegisecurity.concurrent.SessionRegistryImpl
-
- removeTicketFromCache(CasAuthenticationToken) - Method in class org.acegisecurity.providers.cas.cache.EhCacheBasedTicketCache
-
- removeTicketFromCache(String) - Method in class org.acegisecurity.providers.cas.cache.EhCacheBasedTicketCache
-
- removeTicketFromCache(CasAuthenticationToken) - Method in class org.acegisecurity.providers.cas.cache.NullStatelessTicketCache
-
This is a no-op since we are not storing tickets.
- removeTicketFromCache(String) - Method in class org.acegisecurity.providers.cas.cache.NullStatelessTicketCache
-
This is a no-op since we are not storing tickets.
- removeTicketFromCache(CasAuthenticationToken) - Method in interface org.acegisecurity.providers.cas.StatelessTicketCache
-
- removeTicketFromCache(String) - Method in interface org.acegisecurity.providers.cas.StatelessTicketCache
-
Removes the specified ticket from the cache, meaning that future calls
will require a new service ticket.
- removeUserFromCache(UserDetails) - Method in class org.acegisecurity.providers.dao.cache.EhCacheBasedUserCache
-
- removeUserFromCache(String) - Method in class org.acegisecurity.providers.dao.cache.EhCacheBasedUserCache
-
- removeUserFromCache(String) - Method in class org.acegisecurity.providers.dao.cache.NullUserCache
-
- removeUserFromCache(String) - Method in interface org.acegisecurity.providers.dao.UserCache
-
Removes the specified user from the cache.
- removeUserFromCache(X509Certificate) - Method in class org.acegisecurity.providers.x509.cache.EhCacheBasedX509UserCache
-
- removeUserFromCache(X509Certificate) - Method in class org.acegisecurity.providers.x509.cache.NullX509UserCache
-
- removeUserFromCache(X509Certificate) - Method in interface org.acegisecurity.providers.x509.X509UserCache
-
- RequestUtils - Class in org.springframework.web.bind
-
- RequestUtils() - Constructor for class org.springframework.web.bind.RequestUtils
-
- requiresAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
Indicates whether this filter should attempt to process a login request
for the current invocation.
- requiresAuthentication(HttpServletRequest, HttpServletResponse) - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Overridden to perform authentication not only on j_security_check, but also on requests for the default
target URL when the user isn't already authenticated.
- requiresExitUser(HttpServletRequest) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
Checks the request URI for the presence of exitUserUrl.
- requiresLogout(HttpServletRequest, HttpServletResponse) - Method in class org.acegisecurity.ui.logout.LogoutFilter
-
Allow subclasses to modify when a logout should take place.
- requiresSwitchUser(HttpServletRequest) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
Checks the request URI for the presence of switchUserUrl.
- RESERVED_OFF - Static variable in interface org.acegisecurity.acls.Permission
-
- RESERVED_ON - Static variable in interface org.acegisecurity.acls.Permission
-
- resolveEffectiveAcls(AclEntry[], Authentication) - Method in interface org.acegisecurity.acl.basic.EffectiveAclsResolver
-
Determines the ACLs that apply to the presented Authentication
object.
- resolveEffectiveAcls(AclEntry[], Authentication) - Method in class org.acegisecurity.acl.basic.GrantedAuthorityEffectiveAclsResolver
-
- resolveException(LoginException) - Method in class org.acegisecurity.providers.jaas.DefaultLoginExceptionResolver
-
- resolveException(LoginException) - Method in interface org.acegisecurity.providers.jaas.LoginExceptionResolver
-
Translates a Jaas LoginException to an AcegiSecurityException.
- retrieveEntry(String, LdapEntryMapper, String[]) - Method in class org.acegisecurity.ldap.LdapTemplate
-
Composes an object from the attributes of the given DN.
- retrieveObjectIdentityPrimaryKey(ObjectIdentity) - Method in class org.acegisecurity.acls.jdbc.JdbcMutableAclService
-
Retrieves the primary key from the acl_object_identity table for the passed ObjectIdentity.
- retrievePassword(Authentication) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
Allows subclasses to actually retrieve the UserDetails
from an implementation-specific
location, with the option of throwing an AuthenticationException
immediately if the presented
credentials are incorrect (this is especially useful if it is necessary to bind to a resource as the user in
order to obtain or generate a UserDetails
).
- retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
-
- retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.ldap.LdapAuthenticationProvider
-
- retrieveUser(String, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.providers.siteminder.SiteminderAuthenticationProvider
-
- retrieveUserName(Authentication) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- RetryWithHttpEntryPoint - Class in org.acegisecurity.securechannel
-
Commences an insecure channel by retrying the original request using HTTP.
- RetryWithHttpEntryPoint() - Constructor for class org.acegisecurity.securechannel.RetryWithHttpEntryPoint
-
- RetryWithHttpsEntryPoint - Class in org.acegisecurity.securechannel
-
Commences a secure channel by retrying the original request using HTTPS.
- RetryWithHttpsEntryPoint() - Constructor for class org.acegisecurity.securechannel.RetryWithHttpsEntryPoint
-
- ROLE_PREVIOUS_ADMINISTRATOR - Static variable in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
- RoleVoter - Class in org.acegisecurity.vote
-
- RoleVoter() - Constructor for class org.acegisecurity.vote.RoleVoter
-
- RunAsImplAuthenticationProvider - Class in org.acegisecurity.runas
-
- RunAsImplAuthenticationProvider() - Constructor for class org.acegisecurity.runas.RunAsImplAuthenticationProvider
-
- RunAsManager - Interface in org.acegisecurity
-
Creates a new temporary
Authentication
object for the current secure
object invocation only.
- RunAsManagerImpl - Class in org.acegisecurity.runas
-
- RunAsManagerImpl() - Constructor for class org.acegisecurity.runas.RunAsManagerImpl
-
- RunAsUserToken - Class in org.acegisecurity.runas
-
- RunAsUserToken(String, Object, Object, GrantedAuthority[], Class) - Constructor for class org.acegisecurity.runas.RunAsUserToken
-
- SaltSource - Interface in org.acegisecurity.providers.dao
-
Provides alternative sources of the salt to use for encoding passwords.
- SavedCookie - Class in org.acegisecurity.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.acegisecurity.ui.savedrequest.SavedCookie
-
- SavedCookie(Cookie) - Constructor for class org.acegisecurity.ui.savedrequest.SavedCookie
-
- SavedRequest - Class in org.acegisecurity.ui.savedrequest
-
Represents central information from a HttpServletRequest
.
- SavedRequest(HttpServletRequest, PortResolver) - Constructor for class org.acegisecurity.ui.savedrequest.SavedRequest
-
- savedRequest - Variable in class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
- SavedRequestAwareWrapper - Class in org.acegisecurity.wrapper
-
Provides request parameters, headers and cookies from either an original request or a saved request.
- SavedRequestAwareWrapper(HttpServletRequest, PortResolver) - Constructor for class org.acegisecurity.wrapper.SavedRequestAwareWrapper
-
- searchForSingleAttributeValues(String, String, Object[], String) - Method in class org.acegisecurity.ldap.LdapTemplate
-
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[], LdapEntryMapper) - Method in class org.acegisecurity.ldap.LdapTemplate
-
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.acegisecurity.ldap.LdapUserSearch
-
Locates a single user in the directory and returns the LDAP information for that user.
- searchForUser(String) - Method in class org.acegisecurity.ldap.search.FilterBasedLdapUserSearch
-
Return the LdapUserDetails containing the user's information
- SecureChannelProcessor - Class in org.acegisecurity.securechannel
-
Ensures channel security is active by review of HttpServletRequest.isSecure()
responses.
- SecureChannelProcessor() - Constructor for class org.acegisecurity.securechannel.SecureChannelProcessor
-
- securityCheck(Acl, int) - Method in interface org.acegisecurity.acls.domain.AclAuthorizationStrategy
-
- securityCheck(Acl, int) - Method in class org.acegisecurity.acls.domain.AclAuthorizationStrategyImpl
-
- SecurityConfig - Class in org.acegisecurity
-
- SecurityConfig(String) - Constructor for class org.acegisecurity.SecurityConfig
-
- SecurityContext - Interface in org.acegisecurity.context
-
Interface defining the minimum security information associated with the
current thread of execution.
- SecurityContextHolder - Class in org.acegisecurity.context
-
- SecurityContextHolder() - Constructor for class org.acegisecurity.context.SecurityContextHolder
-
- SecurityContextHolderAwareRequestFilter - Class in org.acegisecurity.wrapper
-
A Filter
which populates the ServletRequest
with a new request wrapper.
- SecurityContextHolderAwareRequestFilter() - Constructor for class org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter
-
- SecurityContextHolderAwareRequestWrapper - Class in org.acegisecurity.wrapper
-
- SecurityContextHolderAwareRequestWrapper(HttpServletRequest, PortResolver) - Constructor for class org.acegisecurity.wrapper.SecurityContextHolderAwareRequestWrapper
-
- SecurityContextHolderStrategy - Interface in org.acegisecurity.context
-
A strategy for storing security context information against a thread.
- SecurityContextImpl - Class in org.acegisecurity.context
-
- SecurityContextImpl() - Constructor for class org.acegisecurity.context.SecurityContextImpl
-
- SecurityContextLoginModule - Class in org.acegisecurity.providers.jaas
-
- SecurityContextLoginModule() - Constructor for class org.acegisecurity.providers.jaas.SecurityContextLoginModule
-
- SecurityContextLogoutHandler - Class in org.acegisecurity.ui.logout
-
- SecurityContextLogoutHandler() - Constructor for class org.acegisecurity.ui.logout.SecurityContextLogoutHandler
-
- sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class org.acegisecurity.ui.logout.LogoutFilter
-
Allow subclasses to modify the redirection message.
- sendStartAuthentication(ServletRequest, ServletResponse, FilterChain, AuthenticationException) - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- ServiceProperties - Class in org.acegisecurity.ui.cas
-
Stores properties related to this CAS service.
- ServiceProperties() - Constructor for class org.acegisecurity.ui.cas.ServiceProperties
-
- ServiceTicketValidator - Class in edu.yale.its.tp.cas.client
-
- ServiceTicketValidator() - Constructor for class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- ServiceTicketValidator.Handler - Class in edu.yale.its.tp.cas.client
-
- SessionAlreadyUsedException - Exception in org.acegisecurity.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.acegisecurity.concurrent.SessionAlreadyUsedException
-
- sessionCreated(HttpSessionEvent) - Method in class org.acegisecurity.ui.session.HttpSessionEventPublisher
-
- sessionDestroyed(HttpSessionEvent) - Method in class org.acegisecurity.ui.session.HttpSessionEventPublisher
-
- SessionIdentifierAware - Interface in org.acegisecurity.concurrent
-
- SessionInformation - Class in org.acegisecurity.concurrent
-
Represents a record of a session within the Acegi Security framework.
- SessionInformation(Object, String, Date) - Constructor for class org.acegisecurity.concurrent.SessionInformation
-
- SessionRegistry - Interface in org.acegisecurity.concurrent
-
Maintains a registry of SessionInformation
instances.
- SessionRegistryImpl - Class in org.acegisecurity.concurrent
-
- SessionRegistryImpl() - Constructor for class org.acegisecurity.concurrent.SessionRegistryImpl
-
- SessionRegistryUtils - Class in org.acegisecurity.concurrent
-
Utility methods to assist with concurrent session management.
- set(Permission) - Method in class org.acegisecurity.acls.domain.CumulativePermission
-
- setAccessDecisionManager(AccessDecisionManager) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- setAccessDeniedHandler(AccessDeniedHandler) - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- setAccountNonExpired(boolean) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- setAccountNonLocked(boolean) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- setAclManager(AclManager) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- setAclManager(AclManager) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- setAclManager(AclManager) - Method in class org.acegisecurity.vote.BasicAclEntryVoter
-
- setAclObjectIdentity(AclObjectIdentity) - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- setAclObjectIdentity(AclObjectIdentity) - Method in interface org.acegisecurity.acl.basic.BasicAclEntry
-
This setter should only be used by DAO implementations.
- setAclObjectIdentityDelete(JdbcExtendedDaoImpl.AclObjectIdentityDelete) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setAclObjectIdentityDeleteStatement(String) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setAclObjectIdentityInsert(JdbcExtendedDaoImpl.AclObjectIdentityInsert) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setAclObjectIdentityInsertStatement(String) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setAclObjectParentIdentity(AclObjectIdentity) - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- setAclObjectParentIdentity(AclObjectIdentity) - Method in interface org.acegisecurity.acl.basic.BasicAclEntry
-
This setter should only be used by DAO implementations.
- setAclPermissionDelete(JdbcExtendedDaoImpl.AclPermissionDelete) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setAclPermissionDeleteStatement(String) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setAclPermissionInsert(JdbcExtendedDaoImpl.AclPermissionInsert) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setAclPermissionInsertStatement(String) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setAclPermissionUpdate(JdbcExtendedDaoImpl.AclPermissionUpdate) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setAclPermissionUpdateStatement(String) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setAclsByObjectIdentity(MappingSqlQuery) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
- setAclsByObjectIdentityQuery(String) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
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.acegisecurity.providers.ProviderManager
-
Sets additional exception to event mappings.
- setAfterInvocationManager(AfterInvocationManager) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- setAllowAccessIfNoAttributesAreLabeled(boolean) - Method in class org.acegisecurity.vote.LabelBasedAclVoter
-
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.acegisecurity.vote.AbstractAccessDecisionManager
-
- setAllowIfEqualGrantedDeniedDecisions(boolean) - Method in class org.acegisecurity.vote.ConsensusBased
-
- setAllowSessionCreation(boolean) - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- setAlwaysReauthenticate(boolean) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- setAlwaysRemember(boolean) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- setAlwaysUseDefaultTargetUrl(boolean) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setAnonymousClass(Class) - Method in class org.acegisecurity.AuthenticationTrustResolverImpl
-
- setAppCtx(ApplicationContext) - Method in interface org.acegisecurity.taglibs.velocity.Authz
-
get Spring application context which contains acegi related bean
- setAppCtx(ApplicationContext) - Method in class org.acegisecurity.taglibs.velocity.AuthzImpl
-
test case can use this class to mock application context with aclManager bean in it.
- setApplicationContext(ApplicationContext) - Method in class org.acegisecurity.util.FilterChainProxy
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.acegisecurity.providers.ProviderManager
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.acegisecurity.ui.rememberme.RememberMeProcessingFilter
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.acegisecurity.ui.x509.X509ProcessingFilter
-
- setAsText(String) - Method in class org.acegisecurity.ConfigAttributeEditor
-
- setAsText(String) - Method in class org.acegisecurity.intercept.method.MethodDefinitionSourceEditor
-
- setAsText(String) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionSourceEditor
-
- setAsText(String) - Method in class org.acegisecurity.userdetails.memory.UserAttributeEditor
-
- setAsText(String) - Method in class org.acegisecurity.userdetails.memory.UserMapEditor
-
- setAttributeIndicatingLabeledOperation(String) - Method in class org.acegisecurity.vote.LabelBasedAclVoter
-
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.
- setAttributes(Attributes) - Method in class org.acegisecurity.intercept.method.MethodDefinitionAttributes
-
- setAttributes(Attributes) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- setAuthenticated(boolean) - Method in class org.acegisecurity.adapters.AbstractAdapterAuthenticationToken
-
Setting is ignored.
- setAuthenticated(boolean) - Method in interface org.acegisecurity.Authentication
-
- setAuthenticated(boolean) - Method in class org.acegisecurity.providers.AbstractAuthenticationToken
-
- setAuthenticated(boolean) - Method in class org.acegisecurity.providers.UsernamePasswordAuthenticationToken
-
- setAuthentication(Authentication) - Method in interface org.acegisecurity.context.SecurityContext
-
Changes the currently authenticated principal, or removes the authentication information.
- setAuthentication(Authentication) - Method in class org.acegisecurity.context.SecurityContextImpl
-
- setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
- setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
-
- setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
- setAuthenticationDetailsSource(AuthenticationDetailsSource) - Method in class org.acegisecurity.ui.x509.X509ProcessingFilter
-
- setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
-
- setAuthenticationEntryPoint(DigestProcessingFilterEntryPoint) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- setAuthenticationEntryPoint(AuthenticationEntryPoint) - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- setAuthenticationFailureUrl(String) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationManagerImpl
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.acegisecurity.ui.rememberme.RememberMeProcessingFilter
-
- setAuthenticationManager(AuthenticationManager) - Method in class org.acegisecurity.ui.x509.X509ProcessingFilter
-
- setAuthenticationTrustResolver(AuthenticationTrustResolver) - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- setAuthenticationTrustResolver(AuthenticationTrustResolver) - Method in class org.acegisecurity.vote.AuthenticatedVoter
-
- setAuthenticationType(String) - Method in class org.acegisecurity.ldap.DefaultInitialDirContextFactory
-
- setAuthorities(GrantedAuthority[]) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- setAuthorities(List) - Method in class org.acegisecurity.userdetails.memory.UserAttribute
-
Set all authorities for this user.
- setAuthorities(GrantedAuthority[]) - Method in class org.acegisecurity.userdetails.User
-
- setAuthoritiesAsString(List) - Method in class org.acegisecurity.userdetails.memory.UserAttribute
-
Set all authorities for this user from String values.
- setAuthoritiesByUsernameQuery(String) - Method in class org.acegisecurity.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.acegisecurity.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.acegisecurity.acl.basic.BasicAclProvider
-
- setBasicAclEntryCache(BasicAclEntryCache) - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- setBasicAclEntryCache(BasicAclEntryCache) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setBatchSize(int) - Method in class org.acegisecurity.acls.jdbc.BasicLookupStrategy
-
- setBufferSize(int) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setCache(Ehcache) - Method in class org.acegisecurity.acl.basic.cache.EhCacheBasedAclEntryCache
-
- setCache(Ehcache) - Method in class org.acegisecurity.providers.cas.cache.EhCacheBasedTicketCache
-
- setCache(Ehcache) - Method in class org.acegisecurity.providers.dao.cache.EhCacheBasedUserCache
-
- setCache(Ehcache) - Method in class org.acegisecurity.providers.x509.cache.EhCacheBasedX509UserCache
-
- setCallbackHandlers(JaasAuthenticationCallbackHandler[]) - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
Set the JAASAuthentcationCallbackHandler array to handle callback objects generated by the
LoginContext.login method.
- setCaptchaFormUrl(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
The URL where the CaptchaProcessingFilter
login page can be found.
- setCaptchaService(CaptchaServiceProxy) - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
-
- setCaptchaValidationParameter(String) - Method in class org.acegisecurity.captcha.CaptchaValidationProcessingFilter
-
- setCasAuthoritiesPopulator(CasAuthoritiesPopulator) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- setCasProxyDecider(CasProxyDecider) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- setCasValidate(String) - Method in class org.acegisecurity.providers.cas.ticketvalidator.AbstractTicketValidator
-
- setCasValidateUrl(String) - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- setChannelDecisionManager(ChannelDecisionManager) - Method in class org.acegisecurity.securechannel.ChannelProcessingFilter
-
- setChannelProcessors(List) - Method in class org.acegisecurity.securechannel.ChannelDecisionManagerImpl
-
- setClazz(Class) - Method in class org.acegisecurity.ui.AuthenticationDetailsSourceImpl
-
- setClearExtraInformation(boolean) - Method in class org.acegisecurity.AbstractAuthenticationManager
-
If set to true, the extraInformation set on an AuthenticationException will be cleared
before rethrowing it.
- setCloneFromHttpSession(boolean) - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- setConfigAttributes(List) - Method in class org.acegisecurity.intercept.method.MethodDefinitionSourceMapping
-
- setConfigAttributes(List) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionSourceMapping
-
- setContext(SecurityContext) - Method in class org.acegisecurity.context.GlobalSecurityContextHolderStrategy
-
- setContext(Class) - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- setContext(SecurityContext) - Method in class org.acegisecurity.context.InheritableThreadLocalSecurityContextHolderStrategy
-
- setContext(SecurityContext) - Static method in class org.acegisecurity.context.SecurityContextHolder
-
Associates a new SecurityContext
with the current thread of execution.
- setContext(SecurityContext) - Method in interface org.acegisecurity.context.SecurityContextHolderStrategy
-
Sets the current context.
- setContext(SecurityContext) - Method in class org.acegisecurity.context.ThreadLocalSecurityContextHolderStrategy
-
- setContinueChainBeforeSuccessfulAuthentication(boolean) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setControls(Control[]) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- setConvertToUpperCase(boolean) - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
- setConvertToUpperCase(boolean) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsMapper
-
Determines whether role field values will be converted to upper case when loaded.
- setConvertUrlToLowercaseBeforeComparison(boolean) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
-
Delegate to decorated object
- setConvertUrlToLowercaseBeforeComparison(boolean) - Method in interface org.acegisecurity.intercept.web.FilterInvocationDefinitionMap
-
- setConvertUrlToLowercaseBeforeComparison(boolean) - Method in class org.acegisecurity.intercept.web.PathBasedFilterInvocationDefinitionMap
-
- setConvertUrlToLowercaseBeforeComparison(boolean) - Method in class org.acegisecurity.intercept.web.RegExpBasedFilterInvocationDefinitionMap
-
- setCookieName(String) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- setCreateSessionAllowed(boolean) - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- setCredentialsNonExpired(boolean) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- setDecisionVoters(List) - Method in class org.acegisecurity.vote.AbstractAccessDecisionManager
-
- setDecorated(FilterInvocationDefinition) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
-
Set the decorated object
- setDefaultAclObjectIdentityClass(Class) - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
Allows selection of the AclObjectIdentity
class that an attempt should be made to construct
if the passed object does not implement AclObjectIdentityAware
.
- setDefaultRole(String) - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
The default role which will be assigned to all users.
- setDefaultTargetUrl(String) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setDerefLinkFlag(boolean) - Method in class org.acegisecurity.ldap.search.FilterBasedLdapUserSearch
-
Sets the corresponding property on the
SearchControls
instance used in the search.
- setDetails(Object) - Method in class org.acegisecurity.providers.AbstractAuthenticationToken
-
- setDetails(HttpServletRequest, UsernamePasswordAuthenticationToken) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
-
Provided so that subclasses may configure what is put into the authentication request's details
property.
- setDn(String) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- setDomainObject(Object) - Method in class org.acegisecurity.taglibs.authz.AccessControlListTag
-
- setDomainObject(Object) - Method in class org.acegisecurity.taglibs.authz.AclTag
-
- setEffectiveAclsResolver(EffectiveAclsResolver) - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- setEnabled(boolean) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- setEnabled(boolean) - Method in class org.acegisecurity.userdetails.memory.UserAttribute
-
- setEncodeHashAsBase64(boolean) - Method in class org.acegisecurity.providers.encoding.BaseDigestPasswordEncoder
-
The encoded password is normally returned as Hex (32 char) version of the hash bytes.
- setEntriesInheriting(boolean) - Method in class org.acegisecurity.acls.domain.AclImpl
-
- setEntriesInheriting(boolean) - Method in interface org.acegisecurity.acls.MutableAcl
-
- setEntryPoint(ChannelEntryPoint) - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
-
- setEntryPoint(ChannelEntryPoint) - Method in class org.acegisecurity.securechannel.InsecureChannelProcessor
-
- setEntryPoint(ChannelEntryPoint) - Method in class org.acegisecurity.securechannel.SecureChannelProcessor
-
- setErrorPage(String) - Method in class org.acegisecurity.ui.AccessDeniedHandlerImpl
-
The error page to use.
- setExceptionIfMaximumExceeded(boolean) - Method in class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
-
- setExceptionMappings(Properties) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setExitUserUrl(String) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
Set the URL to respond to exit user processing.
- setExpiredUrl(String) - Method in class org.acegisecurity.concurrent.ConcurrentSessionFilter
-
- setExtraEnvVars(Map) - Method in class org.acegisecurity.ldap.DefaultInitialDirContextFactory
-
Sets any custom environment variables which will be added to the those returned
by the getEnvironment method.
- setFilterInvocationDefinitionSource(FilterInvocationDefinitionSource) - Method in class org.acegisecurity.securechannel.ChannelProcessingFilter
-
- setFilterInvocationDefinitionSource(FilterInvocationDefinitionSource) - Method in class org.acegisecurity.util.FilterChainProxy
-
- setFilterProcessesUrl(String) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setFilterProcessesUrl(String) - Method in class org.acegisecurity.ui.logout.LogoutFilter
-
- setForceEagerSessionCreation(boolean) - Method in class org.acegisecurity.context.HttpSessionContextIntegrationFilter
-
- setForceHttps(boolean) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
Set to true to force captcha form access to be via https.
- setForceHttps(boolean) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
Set to true to force login form access to be via https.
- setForceLowerCasePrefix(boolean) - Method in class org.acegisecurity.providers.ldap.authenticator.LdapShaPasswordEncoder
-
- setForcePrincipalAsString(boolean) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- setFormPasswordParameterKey(String) - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Sets the form password parameter key.
- setFormUsernameParameterKey(String) - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Sets the form username parameter key.
- setGroupRoleAttribute(String) - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
- setGroupSearchFilter(String) - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
- setHasPermission(String) - Method in class org.acegisecurity.taglibs.authz.AccessControlListTag
-
- setHasPermission(String) - Method in class org.acegisecurity.taglibs.authz.AclTag
-
- setHideUserNotFoundExceptions(boolean) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
By default the AbstractUserDetailsAuthenticationProvider
throws a
BadCredentialsException
if a username is not found or the password is incorrect.
- setHuman() - Method in interface org.acegisecurity.captcha.CaptchaSecurityContext
-
set human attribute, should called after captcha validation.
- setHuman() - Method in class org.acegisecurity.captcha.CaptchaSecurityContextImpl
-
Reset the lastPassedCaptchaDate and count.
- setIfAllGranted(String) - Method in class org.acegisecurity.taglibs.authz.AuthorizeTag
-
- setIfAnyGranted(String) - Method in class org.acegisecurity.taglibs.authz.AuthorizeTag
-
- setIfNotGranted(String) - Method in class org.acegisecurity.taglibs.authz.AuthorizeTag
-
- setIgnoreFailure(boolean) - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
-
- setIgnorePasswordCase(boolean) - Method in class org.acegisecurity.providers.encoding.PlaintextPasswordEncoder
-
Indicates whether the password comparison is case sensitive.
- setIncludeDetailsObject(boolean) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
-
- setIncludeDetailsObject(boolean) - Method in class org.acegisecurity.providers.ldap.LdapAuthenticationProvider
-
- setIncludeOriginalParameters(boolean) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- setIncludeOriginalRequest(boolean) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- setInitialContextFactory(String) - Method in class org.acegisecurity.ldap.DefaultInitialDirContextFactory
-
- setInsecureKeyword(String) - Method in class org.acegisecurity.securechannel.InsecureChannelProcessor
-
- setInternalMethod(String) - Method in class org.acegisecurity.vote.AclEntryVoter
-
- setInternalMethod(String) - Method in class org.acegisecurity.vote.BasicAclEntryVoter
-
- setInvalidateHttpSession(boolean) - Method in class org.acegisecurity.ui.logout.SecurityContextLogoutHandler
-
Causes the
HttpSession
to be invalidated when this
LogoutHandler
is invoked.
- setKey(String) - Method in class org.acegisecurity.adapters.AuthByAdapterProvider
-
- setKey(String) - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider
-
- setKey(String) - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
- setKey(String) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- setKey(String) - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider
-
- setKey(String) - Method in class org.acegisecurity.runas.RunAsImplAuthenticationProvider
-
- setKey(String) - Method in class org.acegisecurity.runas.RunAsManagerImpl
-
- setKey(String) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
-
- setKey(String) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- setKeyword(String) - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
-
- setLabelMap(Map) - Method in class org.acegisecurity.vote.LabelBasedAclVoter
-
Set the map that correlate a user's assigned label against domain object values that are considered data
labels.
- setLoginConfig(Resource) - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
Set the JAAS login configuration file.
- setLoginContextName(String) - Method in class org.acegisecurity.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.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- setLoginFormUrl(String) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
The URL where the AuthenticationProcessingFilter
login
page can be found.
- setLogInteractiveAuthenticationSuccessEvents(boolean) - Method in class org.acegisecurity.event.authentication.LoggerListener
-
- setLoginUrl(String) - Method in class org.acegisecurity.ui.cas.CasProcessingFilterEntryPoint
-
- setLookupPermissionIdMapping(MappingSqlQuery) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setLookupPermissionIdQuery(String) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcExtendedDaoImpl
-
- setManagerDn(String) - Method in class org.acegisecurity.ldap.DefaultInitialDirContextFactory
-
Sets the directory user to authenticate as when obtaining a context using the
newInitialDirContext() method.
- setManagerPassword(String) - Method in class org.acegisecurity.ldap.DefaultInitialDirContextFactory
-
Sets the password which will be used in combination with the manager DN.
- setMappings(List) - Method in class org.acegisecurity.intercept.method.MethodDefinitionMap
-
- setMappings(List) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
-
- setMask(int) - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- setMask(int) - Method in interface org.acegisecurity.acl.basic.BasicAclEntry
-
This setter should only be used by DAO implementations.
- setMaximumSessions(int) - Method in class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.adapters.AuthByAdapterProvider
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.afterinvocation.AclEntryAfterInvocationProvider
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.ldap.DefaultInitialDirContextFactory
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.cas.proxy.NamedCasProxyDecider
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.cas.proxy.RejectProxyTickets
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.ProviderManager
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.x509.populator.DaoX509AuthoritiesPopulator
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.providers.x509.X509AuthenticationProvider
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.runas.RunAsImplAuthenticationProvider
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
- setMessageSource(MessageSource) - Method in class org.acegisecurity.vote.AbstractAccessDecisionManager
-
- setMethodName(String) - Method in class org.acegisecurity.intercept.method.MethodDefinitionSourceMapping
-
Name of the method to be secured, including package and class name.
- setMethodPrefix(String) - Method in class org.acegisecurity.taglibs.authz.AuthenticationTag
-
- setNoLabel(String) - Method in class org.acegisecurity.vote.InterfaceBasedLabelParameterStrategy
-
- setNonceValiditySeconds(int) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
-
- setObjectDefinitionSource(MethodDefinitionSource) - Method in class org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
-
- setObjectDefinitionSource(MethodDefinitionSource) - Method in class org.acegisecurity.intercept.method.aspectj.AspectJSecurityInterceptor
-
- setObjectDefinitionSource(FilterInvocationDefinitionSource) - Method in class org.acegisecurity.intercept.web.FilterSecurityInterceptor
-
- setObjectIdentityRetrievalStrategy(ObjectIdentityRetrievalStrategy) - Method in class org.acegisecurity.afterinvocation.AbstractAclProvider
-
- setObjectIdentityRetrievalStrategy(ObjectIdentityRetrievalStrategy) - Method in class org.acegisecurity.vote.AclEntryVoter
-
- setObjectProperties(MappingSqlQuery) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
- setObjectPropertiesQuery(String) - Method in class org.acegisecurity.acl.basic.jdbc.JdbcDaoImpl
-
- setObserveOncePerRequest(boolean) - Method in class org.acegisecurity.intercept.web.FilterSecurityInterceptor
-
- setOperation(String) - Method in class org.acegisecurity.taglibs.authz.AuthenticationTag
-
- setOrder(int) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
-
- setOriginalRequestMethodParameterName(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- setOriginalRequestParametersNameValueSeparator(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- setOriginalRequestParametersParameterName(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- setOriginalRequestParametersSeparator(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- setOriginalRequestUrlParameterName(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- setOutsideWebApp(boolean) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- setOwner(Sid) - Method in class org.acegisecurity.acls.domain.AclImpl
-
- setOwner(Sid) - Method in interface org.acegisecurity.acls.OwnershipAcl
-
- setParameter(String) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- setParent(Acl) - Method in class org.acegisecurity.acls.domain.AclImpl
-
- setParent(Acl) - Method in interface org.acegisecurity.acls.MutableAcl
-
Changes the parent of this ACL.
- setPassword(String) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- setPassword(String) - Method in class org.acegisecurity.userdetails.memory.UserAttribute
-
- setPasswordAlreadyEncoded(boolean) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- setPasswordAttributeName(String) - Method in class org.acegisecurity.providers.ldap.authenticator.PasswordComparisonAuthenticator
-
- setPasswordAttributeName(String) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsMapper
-
The name of the attribute which contains the user's password.
- setPasswordEncoder(PasswordEncoder) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
-
Sets the PasswordEncoder instance to be used to encode and validate
passwords.
- setPasswordEncoder(PasswordEncoder) - Method in class org.acegisecurity.providers.ldap.authenticator.PasswordComparisonAuthenticator
-
- setPortMapper(PortMapper) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- setPortMapper(PortMapper) - Method in class org.acegisecurity.securechannel.RetryWithHttpEntryPoint
-
- setPortMapper(PortMapper) - Method in class org.acegisecurity.securechannel.RetryWithHttpsEntryPoint
-
- setPortMapper(PortMapper) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- setPortMapper(PortMapper) - Method in class org.acegisecurity.util.PortResolverImpl
-
- setPortMappings(Map) - Method in class org.acegisecurity.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.acegisecurity.captcha.CaptchaEntryPoint
-
- setPortResolver(PortResolver) - Method in class org.acegisecurity.securechannel.RetryWithHttpEntryPoint
-
- setPortResolver(PortResolver) - Method in class org.acegisecurity.securechannel.RetryWithHttpsEntryPoint
-
- setPortResolver(PortResolver) - Method in class org.acegisecurity.ui.ExceptionTranslationFilter
-
- setPortResolver(PortResolver) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
- setPortResolver(PortResolver) - Method in class org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter
-
- setPostAuthenticationChecks(UserDetailsChecker) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- setPreAuthenticationChecks(UserDetailsChecker) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
Sets the policy will be used to verify the status of the loaded UserDetails before
validation of the credentials takes place.
- setProcessConfigAttribute(String) - Method in class org.acegisecurity.afterinvocation.AbstractAclProvider
-
- setProcessConfigAttribute(String) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- setProcessConfigAttribute(String) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- setProcessConfigAttribute(String) - Method in class org.acegisecurity.vote.BasicAclEntryVoter
-
- setProcessDomainObjectClass(Class) - Method in class org.acegisecurity.afterinvocation.AbstractAclProvider
-
- setProcessDomainObjectClass(Class) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- setProcessDomainObjectClass(Class) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- setProcessDomainObjectClass(Class) - Method in class org.acegisecurity.vote.AbstractAclVoter
-
- setProtectedFieldValue(String, Object, Object) - Static method in class org.acegisecurity.util.FieldUtils
-
- setProviders(List) - Method in class org.acegisecurity.acl.AclProviderManager
-
Sets the
AclProvider
objects to be used for ACL determinations.
- setProviders(List) - Method in class org.acegisecurity.afterinvocation.AfterInvocationProviderManager
-
- setProviders(List) - Method in class org.acegisecurity.providers.ProviderManager
-
- setProxyCallbackUrl(String) - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- setProxyCallbackUrl(String) - Method in class org.acegisecurity.providers.cas.ticketvalidator.CasProxyTicketValidator
-
- setRealmName(String) - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilterEntryPoint
-
- setRealmName(String) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilterEntryPoint
-
- setRecipient(Object) - Method in class org.acegisecurity.acl.basic.AbstractBasicAclEntry
-
- setRecipient(Object) - Method in interface org.acegisecurity.acl.basic.BasicAclEntry
-
This setter should only be used by DAO implementations.
- setRejectPublicInvocations(boolean) - Method in class org.acegisecurity.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.acegisecurity.AuthenticationTrustResolverImpl
-
- setRememberMeServices(RememberMeServices) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setRememberMeServices(RememberMeServices) - Method in class org.acegisecurity.ui.basicauth.BasicProcessingFilter
-
- setRememberMeServices(RememberMeServices) - Method in class org.acegisecurity.ui.rememberme.RememberMeProcessingFilter
-
- setRemoteAuthenticationManager(RemoteAuthenticationManager) - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationProvider
-
- setRemoveAfterRequest(boolean) - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
Controls whether the filter will remove the Anonymous token after the request is complete.
- setRenew(boolean) - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- setRequirePermission(int[]) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- setRequirePermission(int[]) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- setRequirePermission(int[]) - Method in class org.acegisecurity.vote.BasicAclEntryVoter
-
- setRequirePermissionFromString(String[]) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- setRequirePermissionFromString(String[]) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- setRequirePermissionFromString(String[]) - Method in class org.acegisecurity.vote.BasicAclEntryVoter
-
- setRestrictSupportToClass(Class) - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
- setRoleAttributes(String[]) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsMapper
-
The names of any attributes in the user's entry which represent application
roles.
- setRolePrefix(String) - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
- setRolePrefix(String) - Method in class org.acegisecurity.runas.RunAsManagerImpl
-
Allows the default role prefix of ROLE_
to be overriden.
- setRolePrefix(String) - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
Allows a default role prefix to be specified.
- setRolePrefix(String) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsMapper
-
The prefix that should be applied to the role names
- setRolePrefix(String) - Method in class org.acegisecurity.vote.RoleVoter
-
Allows the default role prefix of ROLE_
to be overriden.
- setRunAsManager(RunAsManager) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- setSaltSource(SaltSource) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
-
The source of salts to use when decoding passwords.
- setSearchControls(SearchControls) - Method in class org.acegisecurity.ldap.LdapTemplate
-
Sets the search controls which will be used for search operations by the template.
- setSearchSubtree(boolean) - Method in class org.acegisecurity.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.
- setSearchSubtree(boolean) - Method in class org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator
-
If set to true, a subtree scope search will be performed.
- setSearchTimeLimit(int) - Method in class org.acegisecurity.ldap.search.FilterBasedLdapUserSearch
-
The time to wait before the search fails; the default is zero, meaning forever.
- setSecureKeyword(String) - Method in class org.acegisecurity.securechannel.SecureChannelProcessor
-
- setSecurityInterceptor(AbstractSecurityInterceptor) - Method in class org.acegisecurity.intercept.method.MethodInvocationPrivilegeEvaluator
-
- setSecurityInterceptor(AbstractSecurityInterceptor) - Method in class org.acegisecurity.intercept.web.WebInvocationPrivilegeEvaluator
-
- setSendRenew(boolean) - Method in class org.acegisecurity.ui.cas.ServiceProperties
-
- setServerSideRedirect(boolean) - Method in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
-
Tells if we are to do a server side include of the
loginFormUrl
instead of a 302 redirect.
- setService(String) - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- setService(String) - Method in class org.acegisecurity.ui.cas.ServiceProperties
-
- setServiceProperties(ServiceProperties) - Method in class org.acegisecurity.providers.cas.ticketvalidator.AbstractTicketValidator
-
- setServiceProperties(ServiceProperties) - Method in class org.acegisecurity.ui.cas.CasProcessingFilterEntryPoint
-
- setServiceTicket(String) - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator
-
- setSessionController(ConcurrentSessionController) - Method in class org.acegisecurity.providers.ProviderManager
-
- setSessionRegistry(SessionRegistry) - Method in class org.acegisecurity.concurrent.ConcurrentSessionControllerImpl
-
- setSessionRegistry(SessionRegistry) - Method in class org.acegisecurity.concurrent.ConcurrentSessionFilter
-
- setSidRetrievalStrategy(SidRetrievalStrategy) - Method in class org.acegisecurity.acls.domain.AclAuthorizationStrategyImpl
-
- setSidRetrievalStrategy(SidRetrievalStrategy) - Method in class org.acegisecurity.afterinvocation.AbstractAclProvider
-
- setSidRetrievalStrategy(SidRetrievalStrategy) - Method in class org.acegisecurity.vote.AclEntryVoter
-
- setSiteminderPasswordHeaderKey(String) - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Sets the Siteminder password header key.
- setSiteminderUsernameHeaderKey(String) - Method in class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Sets the Siteminder username header key.
- setStatelessTicketCache(StatelessTicketCache) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- setStrategyName(String) - Static method in class org.acegisecurity.context.SecurityContextHolder
-
Changes the preferred strategy.
- setSubjectDNRegex(String) - Method in class org.acegisecurity.providers.x509.populator.DaoX509AuthoritiesPopulator
-
Sets the regular expression which will by used to extract the user name from the certificate's Subject
DN.
- setSwitchUserAuthorityChanger(SwitchUserAuthorityChanger) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
- setSwitchUserUrl(String) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
Set the URL to respond to switch user processing.
- setSystemWideSalt(String) - Method in class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
-
- setTargetUrl(String) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
Sets the URL to go to after a successful switch / exit user request.
- setThresold(int) - Method in class org.acegisecurity.captcha.CaptchaChannelProcessorTemplate
-
- setTicketValidator(TicketValidator) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- setTokenValiditySeconds(long) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- setTrustStore(String) - Method in class org.acegisecurity.providers.cas.ticketvalidator.AbstractTicketValidator
-
- setUrl(String) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionSourceMapping
-
Url to be secured.
- setUrlEncodingCharset(String) - Method in class org.acegisecurity.captcha.CaptchaEntryPoint
-
- setUseConnectionPool(boolean) - Method in class org.acegisecurity.ldap.DefaultInitialDirContextFactory
-
Connection pooling is enabled by default for anonymous or "manager" connections when using the default
Sun provider.
- setUseLdapContext(boolean) - Method in class org.acegisecurity.ldap.DefaultInitialDirContextFactory
-
- setUserAttribute(UserAttribute) - Method in class org.acegisecurity.providers.anonymous.AnonymousProcessingFilter
-
- setUserAttributes(String[]) - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
Sets the user attributes which will be retrieved from the directory.
- setUserCache(UserCache) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- setUserCache(UserCache) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- setUserDetailsMapper(LdapUserDetailsMapper) - Method in class org.acegisecurity.ldap.search.FilterBasedLdapUserSearch
-
- setUserDetailsMapper(LdapUserDetailsMapper) - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
- setUserDetailsService(UserDetailsService) - Method in class org.acegisecurity.providers.cas.populator.DaoCasAuthoritiesPopulator
-
- setUserDetailsService(UserDetailsService) - Method in class org.acegisecurity.providers.dao.DaoAuthenticationProvider
-
- setUserDetailsService(UserDetailsService) - Method in class org.acegisecurity.providers.siteminder.SiteminderAuthenticationProvider
-
Sets the user details service.
- setUserDetailsService(UserDetailsService) - Method in class org.acegisecurity.providers.x509.populator.DaoX509AuthoritiesPopulator
-
- setUserDetailsService(UserDetailsService) - Method in class org.acegisecurity.ui.digestauth.DigestProcessingFilter
-
- setUserDetailsService(UserDetailsService) - Method in class org.acegisecurity.ui.rememberme.TokenBasedRememberMeServices
-
- setUserDetailsService(UserDetailsService) - Method in class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
Sets the authentication data access object.
- setUserDnPatterns(String[]) - Method in class org.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
Sets the pattern which will be used to supply a DN for the user.
- setUseRelativeContext(boolean) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- setUserMap(UserMap) - Method in class org.acegisecurity.userdetails.memory.InMemoryDaoImpl
-
- setUsername(String) - Method in class org.acegisecurity.userdetails.ldap.LdapUserDetailsImpl.Essence
-
- setUsernameBasedPrimaryKey(boolean) - Method in class org.acegisecurity.userdetails.jdbc.JdbcDaoImpl
-
- setUserProperties(Properties) - Method in class org.acegisecurity.userdetails.memory.InMemoryDaoImpl
-
Modifies the internal UserMap
to reflect the Properties
instance passed.
- setUserPropertyToUse(String) - Method in class org.acegisecurity.providers.dao.salt.ReflectionSaltSource
-
The method name to call to obtain the salt.
- setUsers(Map) - Method in class org.acegisecurity.userdetails.memory.UserMap
-
- setUsersByUsernameQuery(String) - Method in class org.acegisecurity.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.acegisecurity.providers.ldap.authenticator.AbstractLdapAuthenticator
-
- setValidateConfigAttributes(boolean) - Method in class org.acegisecurity.intercept.AbstractSecurityInterceptor
-
- setValidProxies(List) - Method in class org.acegisecurity.providers.cas.proxy.NamedCasProxyDecider
-
- setWrapperClass(Class) - Method in class org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter
-
- setX509AuthoritiesPopulator(X509AuthoritiesPopulator) - Method in class org.acegisecurity.providers.x509.X509AuthenticationProvider
-
- setX509UserCache(X509UserCache) - Method in class org.acegisecurity.providers.x509.X509AuthenticationProvider
-
- ShaPasswordEncoder - Class in org.acegisecurity.providers.encoding
-
SHA implementation of PasswordEncoder.
- ShaPasswordEncoder() - Constructor for class org.acegisecurity.providers.encoding.ShaPasswordEncoder
-
Initializes the ShaPasswordEncoder for SHA-1 strength
- ShaPasswordEncoder(int) - Constructor for class org.acegisecurity.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.acegisecurity.acls.sid
-
A security identity recognised by the ACL system.
- SidRetrievalStrategy - Interface in org.acegisecurity.acls.sid
-
Strategy interface that provides an ability to determine the
Sid
instances applicable
for an
Authentication
.
- SidRetrievalStrategyImpl - Class in org.acegisecurity.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.acegisecurity.acls.sid.SidRetrievalStrategyImpl
-
- SimpleAclEntry - Class in org.acegisecurity.acl.basic
-
Stores some privileges typical of a domain object.
- SimpleAclEntry() - Constructor for class org.acegisecurity.acl.basic.SimpleAclEntry
-
Allows
BasicAclDao
implementations to construct this object
using
newInstance()
.
- SimpleAclEntry(Object, AclObjectIdentity, AclObjectIdentity, int) - Constructor for class org.acegisecurity.acl.basic.SimpleAclEntry
-
- SimpleMethodInvocation - Class in org.acegisecurity.util
-
Represents the AOP Alliance MethodInvocation
.
- SimpleMethodInvocation(Method, Object[]) - Constructor for class org.acegisecurity.util.SimpleMethodInvocation
-
- SimpleMethodInvocation() - Constructor for class org.acegisecurity.util.SimpleMethodInvocation
-
- SiteminderAuthenticationProcessingFilter - Class in org.acegisecurity.ui.webapp
-
Extends Acegi's AuthenticationProcessingFilter to pick up CA/Netegrity Siteminder headers.
- SiteminderAuthenticationProcessingFilter() - Constructor for class org.acegisecurity.ui.webapp.SiteminderAuthenticationProcessingFilter
-
Basic constructor.
- SiteminderAuthenticationProvider - Class in org.acegisecurity.providers.siteminder
-
- SiteminderAuthenticationProvider() - Constructor for class org.acegisecurity.providers.siteminder.SiteminderAuthenticationProvider
-
- size() - Method in class org.acegisecurity.ConfigAttributeDefinition
-
Returns the number of ConfigAttribute
s defined by this
ConfigAttributeDefinition
.
- split(String, String) - Static method in class org.acegisecurity.util.StringSplitUtils
-
Splits a String
at the first instance of the delimiter.
- splitEachArrayElementAndCreateMap(String[], String, String) - Static method in class org.acegisecurity.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.acegisecurity.util.StringSplitUtils
-
Splits a given string on the given separator character, skips the contents of quoted substrings
when looking for separators.
- startElement(String, String, String, Attributes) - Method in class edu.yale.its.tp.cas.client.ProxyTicketValidator.ProxyHandler
-
- startElement(String, String, String, Attributes) - Method in class edu.yale.its.tp.cas.client.ServiceTicketValidator.Handler
-
- StatelessTicketCache - Interface in org.acegisecurity.providers.cas
-
Caches CAS service tickets and CAS proxy tickets for stateless connections.
- StringSplitUtils - Class in org.acegisecurity.util
-
Provides several String
manipulation methods.
- stringToByteArray(String) - Static method in class org.acegisecurity.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.
- substringAfterLast(String, String) - Static method in class org.acegisecurity.util.StringSplitUtils
-
- substringBeforeLast(String, String) - Static method in class org.acegisecurity.util.StringSplitUtils
-
- successfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.acegisecurity.ui.AbstractProcessingFilter
-
- successfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class org.acegisecurity.ui.x509.X509ProcessingFilter
-
Puts the Authentication
instance returned by the authentication manager into the secure
context.
- supports(ConfigAttribute) - Method in interface org.acegisecurity.AccessDecisionManager
-
Indicates whether this AccessDecisionManager
is able to process authorization requests
presented with the passed ConfigAttribute
.
- supports(Class) - Method in interface org.acegisecurity.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.acegisecurity.acl.AclProvider
-
Indicates whether this AclProvider
can authoritatively return ACL information for the
specified domain object instance.
- supports(Object) - Method in class org.acegisecurity.acl.basic.BasicAclProvider
-
Indicates support for the passed object.
- supports(Class) - Method in class org.acegisecurity.adapters.AuthByAdapterProvider
-
- supports(ConfigAttribute) - Method in class org.acegisecurity.afterinvocation.AbstractAclProvider
-
- supports(Class) - Method in class org.acegisecurity.afterinvocation.AbstractAclProvider
-
This implementation supports any type of class, because it does not query the presented secure object.
- supports(ConfigAttribute) - Method in interface org.acegisecurity.afterinvocation.AfterInvocationProvider
-
Indicates whether this AfterInvocationProvider
is able to participate in a decision
involving the passed ConfigAttribute
.
- supports(Class) - Method in interface org.acegisecurity.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.acegisecurity.afterinvocation.AfterInvocationProviderManager
-
- supports(Class) - Method in class org.acegisecurity.afterinvocation.AfterInvocationProviderManager
-
Iterates through all AfterInvocationProvider
s and ensures each can support the presented
class.
- supports(ConfigAttribute) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
- supports(Class) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationCollectionFilteringProvider
-
This implementation supports any type of class, because it does not query the presented secure object.
- supports(ConfigAttribute) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
- supports(Class) - Method in class org.acegisecurity.afterinvocation.BasicAclEntryAfterInvocationProvider
-
This implementation supports any type of class, because it does not query the presented secure object.
- supports(ConfigAttribute) - Method in interface org.acegisecurity.AfterInvocationManager
-
Indicates whether this AfterInvocationManager
is able to process "after invocation"
requests presented with the passed ConfigAttribute
.
- supports(Class) - Method in interface org.acegisecurity.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.acegisecurity.captcha.CaptchaChannelProcessorTemplate
-
- supports(Class) - Method in class org.acegisecurity.intercept.method.AbstractMethodDefinitionSource
-
- supports(Class) - Method in interface org.acegisecurity.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.acegisecurity.intercept.web.AbstractFilterInvocationDefinitionSource
-
- supports(Class) - Method in class org.acegisecurity.intercept.web.FilterInvocationDefinitionDecorator
-
Delegate to decorated object
- supports(Class) - Method in class org.acegisecurity.providers.anonymous.AnonymousAuthenticationProvider
-
- supports(Class) - Method in interface org.acegisecurity.providers.AuthenticationProvider
-
Returns true
if this AuthenticationProvider
supports the indicated
Authentication
object.
- supports(Class) - Method in class org.acegisecurity.providers.cas.CasAuthenticationProvider
-
- supports(Class) - Method in class org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider
-
- supports(Class) - Method in class org.acegisecurity.providers.jaas.JaasAuthenticationProvider
-
- supports(Class) - Method in class org.acegisecurity.providers.rcp.RemoteAuthenticationProvider
-
- supports(Class) - Method in class org.acegisecurity.providers.rememberme.RememberMeAuthenticationProvider
-
- supports(Class) - Method in class org.acegisecurity.providers.TestingAuthenticationProvider
-
- supports(Class) - Method in class org.acegisecurity.providers.x509.X509AuthenticationProvider
-
- supports(ConfigAttribute) - Method in class org.acegisecurity.runas.NullRunAsManager
-
- supports(Class) - Method in class org.acegisecurity.runas.NullRunAsManager
-
- supports(Class) - Method in class org.acegisecurity.runas.RunAsImplAuthenticationProvider
-
- supports(ConfigAttribute) - Method in class org.acegisecurity.runas.RunAsManagerImpl
-
- supports(Class) - Method in class org.acegisecurity.runas.RunAsManagerImpl
-
This implementation supports any type of class, because it does not query the presented secure object.
- supports(ConfigAttribute) - Method in interface org.acegisecurity.RunAsManager
-
Indicates whether this RunAsManager
is able to process the passed
ConfigAttribute
.
- supports(Class) - Method in interface org.acegisecurity.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.acegisecurity.securechannel.ChannelDecisionManager
-
Indicates whether this ChannelDecisionManager
is able to process the passed
ConfigAttribute
.
- supports(ConfigAttribute) - Method in class org.acegisecurity.securechannel.ChannelDecisionManagerImpl
-
- supports(ConfigAttribute) - Method in interface org.acegisecurity.securechannel.ChannelProcessor
-
Indicates whether this ChannelProcessor
is able to process the passed
ConfigAttribute
.
- supports(ConfigAttribute) - Method in class org.acegisecurity.securechannel.InsecureChannelProcessor
-
- supports(ConfigAttribute) - Method in class org.acegisecurity.securechannel.SecureChannelProcessor
-
- supports(ConfigAttribute) - Method in class org.acegisecurity.vote.AbstractAccessDecisionManager
-
- supports(Class) - Method in class org.acegisecurity.vote.AbstractAccessDecisionManager
-
Iterates through all AccessDecisionVoter
s and ensures
each can support the presented class.
- supports(Class) - Method in class org.acegisecurity.vote.AbstractAclVoter
-
This implementation supports only MethodSecurityInterceptor
, because it queries the
presented MethodInvocation
.
- supports(ConfigAttribute) - Method in interface org.acegisecurity.vote.AccessDecisionVoter
-
Indicates whether this AccessDecisionVoter
is able to vote on the passed
ConfigAttribute
.
- supports(Class) - Method in interface org.acegisecurity.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.acegisecurity.vote.AclEntryVoter
-
- supports(ConfigAttribute) - Method in class org.acegisecurity.vote.AuthenticatedVoter
-
- supports(Class) - Method in class org.acegisecurity.vote.AuthenticatedVoter
-
This implementation supports any type of class, because it does not query the presented secure object.
- supports(ConfigAttribute) - Method in class org.acegisecurity.vote.BasicAclEntryVoter
-
- supports(ConfigAttribute) - Method in class org.acegisecurity.vote.LabelBasedAclVoter
-
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.acegisecurity.vote.RoleVoter
-
- supports(Class) - Method in class org.acegisecurity.vote.RoleVoter
-
This implementation supports any type of class, because it does not query
the presented secure object.
- SwitchUserAuthorityChanger - Interface in org.acegisecurity.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.acegisecurity.ui.switchuser
-
- SwitchUserGrantedAuthority(String, Authentication) - Constructor for class org.acegisecurity.ui.switchuser.SwitchUserGrantedAuthority
-
- SwitchUserProcessingFilter - Class in org.acegisecurity.ui.switchuser
-
Switch User processing filter responsible for user context switching.
- SwitchUserProcessingFilter() - Constructor for class org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter
-
- SYSTEM_PROPERTY - Static variable in class org.acegisecurity.context.SecurityContextHolder
-
- SystemWideSaltSource - Class in org.acegisecurity.providers.dao.salt
-
Uses a static system-wide String
as the salt.
- SystemWideSaltSource() - Constructor for class org.acegisecurity.providers.dao.salt.SystemWideSaltSource
-