| Library: | Acegi |
| Version: | 1.0.0 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AbstractAccessDecisionManager | org.acegisecurity.vote | Abstract implementation of AccessDecisionManager . |
| AbstractAclVoter | org.acegisecurity.vote | Given a domain object instance passed as a method argument, ensures the principal has appropriate permission as defined by the AclManager . |
| AbstractAdapterAuthenticationToken | org.acegisecurity.adapters | Convenience superclass for AuthByAdapter implementations. |
| AbstractAuthenticationEvent | org.acegisecurity.event.authentication | Represents an application authentication event. |
| AbstractAuthenticationFailureEvent | org.acegisecurity.event.authentication | Abstract application event which indicates authentication failure for some reason. |
| AbstractAuthenticationManager | org.acegisecurity | An abstract implementation of the AuthenticationManager . |
| AbstractAuthenticationToken | org.acegisecurity.providers | Base class for Authentication objects. |
| AbstractAuthorizationEvent | org.acegisecurity.event.authorization | Abstract superclass for all security interception related events. |
| AbstractBasicAclEntry | org.acegisecurity.acl.basic | Abstract implementation of BasicAclEntry . |
| AbstractFilterInvocationDefinitionSource | org.acegisecurity.intercept.web | Abstract implementation of FilterInvocationDefinitionSource. |
| AbstractLdapAuthenticator | org.acegisecurity.providers.ldap.authenticator | Base class for the authenticator implementations. |
| AbstractMethodDefinitionSource | org.acegisecurity.intercept.method | Abstract implementation of MethodDefinitionSource. |
| AbstractProcessingFilter | org.acegisecurity.ui | Abstract processor of browser-based HTTP-based authentication requests. |
| AbstractSecurityInterceptor | org.acegisecurity.intercept | Abstract class that implements security interception for secure objects. |
| AbstractTicketValidator | org.acegisecurity.providers.cas.ticketvalidator | Convenience abstract base for TicketValidators. |
| AbstractUserDetailsAuthenticationProvider | org.acegisecurity.providers.dao | A base AuthenticationProvider that allows subclasses to override and work with UserDetails objects. |
| AcceptAnyCasProxy | org.acegisecurity.providers.cas.proxy | Accepts a proxied request from any other service. |
| AccessDeniedHandlerImpl | org.acegisecurity.ui | Base implementation of AccessDeniedHandler . |
| AcegiMessageSource | org.acegisecurity | The default MessageSource used by Acegi Security. |
| AclProviderManager | org.acegisecurity.acl | Iterates through a list of AclProvider s to locate the ACLs that apply to a given domain object instance. |
| AclTag | org.acegisecurity.taglibs.authz | An implementation of Tag that allows its body through if some authorizations are granted to the request's principal. |
| AffirmativeBased | org.acegisecurity.vote | Simple concrete implementation of AccessDecisionManager that grants access if any
AccessDecisionVoter returns an affirmative response. |
| AfterInvocationProviderManager | org.acegisecurity.afterinvocation | Provider-based implementation of AfterInvocationManager . |
| AlwaysTestAfterMaxRequestsCaptchaChannelProcessor | org.acegisecurity.captcha | return false if ny CaptchaChannelProcessorTemplate of mapped urls has been requested more than thresold; |
| AlwaysTestAfterTimeInMillisCaptchaChannelProcessor | org.acegisecurity.captcha | return false if thresold is greater than millis since last captcha test has occured; |
| AlwaysTestBelowAverageTimeInMillisBetweenRequestsChannelProcessor | org.acegisecurity.captcha | return false if thresold is lower than average time millis between any CaptchaChannelProcessorTemplate mapped
urls requests and is human; |
| AnonymousAuthenticationProvider | org.acegisecurity.providers.anonymous | An AuthenticationProvider implementation that validates AnonymousAuthenticationToken s. |
| AnonymousAuthenticationToken | org.acegisecurity.providers.anonymous | Represents an anonymous Authentication. |
| AnonymousProcessingFilter | org.acegisecurity.providers.anonymous | Detects if there is no Authentication object in the SecurityContextHolder, and
populates it with one if needed. |
| AspectJSecurityInterceptor | org.acegisecurity.intercept.method.aspectj | Provides security interception of AspectJ method invocations. |
| AuthByAdapterProvider | org.acegisecurity.adapters | An AuthenticationProvider implementation that can authenticate an AuthByAdapter . |
| AuthenticatedVoter | org.acegisecurity.vote | Votes if a getAttribute() of |
| AuthenticationCredentialsNotFoundEvent | org.acegisecurity.event.authorization | Indicates a secure object invocation failed because the Authentication could not be obtained from
the SecurityContextHolder. |
| AuthenticationDetailsSourceImpl | org.acegisecurity.ui | Base implementation of AuthenticationDetailsSource . |
| AuthenticationFailureBadCredentialsEvent | org.acegisecurity.event.authentication | Application event which indicates authentication failure due to invalid credentials being presented. |
| AuthenticationFailureConcurrentLoginEvent | org.acegisecurity.event.authentication | Application event which indicates authentication failure due to the user attempting to login to too many concurrent sessions. |
| AuthenticationFailureCredentialsExpiredEvent | org.acegisecurity.event.authentication | Application event which indicates authentication failure due to the user's credentials having expired. |
| AuthenticationFailureDisabledEvent | org.acegisecurity.event.authentication | Application event which indicates authentication failure due to the user's account being disabled. |
| AuthenticationFailureExpiredEvent | org.acegisecurity.event.authentication | Application event which indicates authentication failure due to the user's account having expired. |
| AuthenticationFailureLockedEvent | org.acegisecurity.event.authentication | Application event which indicates authentication failure due to the user's account having been locked. |
| AuthenticationFailureProviderNotFoundEvent | org.acegisecurity.event.authentication | Application event which indicates authentication failure due to there being no registered
AuthenticationProvider that can process the request. |
| AuthenticationFailureProxyUntrustedEvent | org.acegisecurity.event.authentication | Application event which indicates authentication failure due to the CAS user's ticket being generated by an untrusted proxy. |
| AuthenticationFailureServiceExceptionEvent | org.acegisecurity.event.authentication | Application event which indicates authentication failure due to there being a problem internal to the
AuthenticationManager. |
| AuthenticationProcessingFilter | org.acegisecurity.ui.webapp | Processes an authentication form. |
| AuthenticationProcessingFilterEntryPoint | org.acegisecurity.ui.webapp | Used by the |
| AuthenticationSimpleHttpInvokerRequestExecutor | org.acegisecurity.context.httpinvoker | Adds BASIC authentication support to SimpleHttpInvokerRequestExecutor. |
| AuthenticationSuccessEvent | org.acegisecurity.event.authentication | Application event which indicates successful authentication. |
| AuthenticationSwitchUserEvent | org.acegisecurity.event.authentication | Application event which indicates that a user context switch. |
| AuthenticationTag | org.acegisecurity.taglibs.authz | An Tag implementation that allows convenient access to the current
Authentication object. |
| AuthenticationTrustResolverImpl | org.acegisecurity | Basic implementation of AuthenticationTrustResolver . |
| AuthorizationFailureEvent | org.acegisecurity.event.authorization | Indicates a secure object invocation failed because the principal could not be authorized for the request. |
| AuthorizedEvent | org.acegisecurity.event.authorization | Event indicating a secure object was invoked successfully. |
| AuthorizeTag | org.acegisecurity.taglibs.authz | An implementation of Tag that allows it's body through if some authorizations are granted to the request's principal. |
| AuthzImpl | 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. |
| BaseDigestPasswordEncoder | org.acegisecurity.providers.encoding | Convenience base for digest password encoders. |
| BasePasswordEncoder | org.acegisecurity.providers.encoding | Convenience base for all password encoders. |
| BasicAclEntryAfterInvocationCollectionFilteringProvider | org.acegisecurity.afterinvocation | Given a |
| BasicAclEntryAfterInvocationProvider | org.acegisecurity.afterinvocation | Given a domain object instance returned from a secure object invocation, ensures the principal has appropriate permission as defined by the AclManager . |
| BasicAclEntryHolder | org.acegisecurity.acl.basic.cache | Used by EhCacheBasedAclEntryCache to store the array of BasicAclEntrys in the cache. |
| BasicAclEntryVoter | org.acegisecurity.vote | Given a domain object instance passed as a method argument, ensures the principal has appropriate permission as defined by the AclManager . |
| BasicAclProvider | org.acegisecurity.acl.basic | Retrieves access control lists (ACL) entries for domain object instances from a data access object (DAO). |
| BasicProcessingFilter | org.acegisecurity.ui.basicauth | Processes a HTTP request's BASIC authorization headers, putting the result into the
SecurityContextHolder. |
| BasicProcessingFilterEntryPoint | org.acegisecurity.ui.basicauth | Used by the SecurityEnforcementFilter to commence authentication via the BasicProcessingFilter . |
| BindAuthenticator | org.acegisecurity.providers.ldap.authenticator | An authenticator which binds as a user. |
| CaptchaChannelProcessorTemplate | org.acegisecurity.captcha | CaptchaChannel template : Ensures the user has enough human privileges by review of the CaptchaSecurityContext and using an abstract routine isContextValidConcerningHumanity(CaptchaSecurityContext) (implemented by sub classes) |
| CaptchaEntryPoint | org.acegisecurity.captcha | The captcha entry point : redirect to the captcha test page. |
| CaptchaSecurityContextImpl | org.acegisecurity.captcha | Default CaptchaSecurityContext implementation |
| CaptchaValidationProcessingFilter | org.acegisecurity.captcha | Filter for web integration of the CaptchaServiceProxy . |
| CasAuthenticationProvider | org.acegisecurity.providers.cas | An AuthenticationProvider implementation that integrates with JA-SIG Central Authentication Service (CAS). |
| CasAuthenticationToken | org.acegisecurity.providers.cas | Represents a successful CAS Authentication. |
| CasProcessingFilter | org.acegisecurity.ui.cas | Processes a CAS service ticket. |
| CasProcessingFilterEntryPoint | org.acegisecurity.ui.cas | Used by the SecurityEnforcementFilter to commence authentication via the JA-SIG Central
Authentication Service (CAS). |
| CasProxyTicketValidator | org.acegisecurity.providers.cas.ticketvalidator | Uses CAS' ProxyTicketValidator to validate a service ticket. |
| CatalinaAcegiUserRealm | org.acegisecurity.adapters.catalina | Adapter to enable Catalina (Tomcat) to authenticate via the Acegi Security System for Spring. |
| ChannelDecisionManagerImpl | org.acegisecurity.securechannel | Implementation of ChannelDecisionManager . |
| ChannelProcessingFilter | org.acegisecurity.securechannel | Ensures a web request is delivered over the required channel. |
| ConcurrentSessionControllerImpl | org.acegisecurity.concurrent | Base implementation of ConcurrentSessionControllerImpl which prohibits simultaneous logins. |
| ConcurrentSessionFilter | org.acegisecurity.concurrent | Filter required by concurrent session handling package. |
| ConfigAttributeDefinition | org.acegisecurity | Holds a group of ConfigAttribute s that are associated with a given secure object target. |
| ConfigAttributeEditor | org.acegisecurity | A property editor that can create a populated ConfigAttributeDefinition from a comma separated list of values. |
| ConsensusBased | org.acegisecurity.vote | Simple concrete implementation of AccessDecisionManager that uses a consensus-based approach. |
| ContextPropagatingRemoteInvocation | org.acegisecurity.context.rmi | The actual RemoteInvocation that is passed from the client to the server, which contains the
contents of SecurityContextHolder , being a SecurityContext object. |
| ContextPropagatingRemoteInvocationFactory | org.acegisecurity.context.rmi | Called by a client-side instance of org.springframework.remoting.rmi.RmiProxyFactoryBean when it
wishes to create a remote invocation. |
| DaoAuthenticationProvider | org.acegisecurity.providers.dao | An AuthenticationProvider implementation that retrieves user details from an UserDetailsService . |
| DaoCasAuthoritiesPopulator | org.acegisecurity.providers.cas.populator | Populates the CAS authorities via an UserDetailsService . |
| DaoX509AuthoritiesPopulator | org.acegisecurity.providers.x509.populator | Populates the X509 authorities via an UserDetailsService . |
| DefaultInitialDirContextFactory | org.acegisecurity.ldap | Encapsulates the information for connecting to an LDAP server and provides an access point for obtaining DirContext references. |
| DefaultLdapAuthoritiesPopulator | org.acegisecurity.providers.ldap.populator | The default strategy for obtaining user role information from the directory. |
| DefaultLoginExceptionResolver | org.acegisecurity.providers.jaas | This LoginExceptionResolver simply wraps the LoginException with an AuthenticationServiceException. |
| DigestProcessingFilter | org.acegisecurity.ui.digestauth | Processes a HTTP request's Digest authorization headers, putting the result into the
SecurityContextHolder. |
| DigestProcessingFilterEntryPoint | org.acegisecurity.ui.digestauth | Used by the SecurityEnforcementFilter to commence authentication via the DigestProcessingFilter . |
| EhCacheBasedAclEntryCache | org.acegisecurity.acl.basic.cache | Caches BasicAclEntrys using a Spring IoC defined EHCACHE. |
| EhCacheBasedTicketCache | org.acegisecurity.providers.cas.cache | Caches tickets using a Spring IoC defined EHCACHE. |
| EhCacheBasedUserCache | org.acegisecurity.providers.dao.cache | Caches User objects using a Spring IoC defined EHCACHE. |
| EhCacheBasedX509UserCache | org.acegisecurity.providers.x509.cache | Caches User objects using a Spring IoC defined EHCACHE. |
| Enumerator | org.acegisecurity.ui.savedrequest | Adapter that wraps an |
| ExceptionTranslationFilter | org.acegisecurity.ui | Handles any AccessDeniedException and AuthenticationException thrown within the filter
chain. |
| FastHttpDateFormat | org.acegisecurity.ui.savedrequest | Utility class to generate HTTP dates. |
| FilterBasedLdapUserSearch | org.acegisecurity.ldap.search | LdapUserSearch implementation which uses an Ldap filter to locate the user. |
| FilterChainProxy | org.acegisecurity.util | Delegates Filter requests to a list of Spring-managed beans. |
| FilterInvocation | org.acegisecurity.intercept.web | Holds objects associated with a HTTP filter. |
| FilterInvocationDefinitionSourceEditor | org.acegisecurity.intercept.web | Property editor to assist with the setup of a FilterInvocationDefinitionSource . |
| FilterInvocationUtils | org.acegisecurity.util | Static utility methods for creating FilterInvocations usable within Acegi Security. |
| FilterSecurityInterceptor | org.acegisecurity.intercept.web | Performs security handling of HTTP resources via a filter implementation. |
| FilterToBeanProxy | org.acegisecurity.util | Delegates Filter requests to a Spring-managed bean. |
| GlobalSecurityContextHolderStrategy | org.acegisecurity.context | A static field-based implementation of SecurityContextHolderStrategy . |
| GrantedAuthorityEffectiveAclsResolver | org.acegisecurity.acl.basic | Simple implementation of EffectiveAclsResolver . |
| GrantedAuthorityImpl | org.acegisecurity | Basic concrete implementation of a GrantedAuthority . |
| HttpRequestIntegrationFilter | org.acegisecurity.adapters | Populates SecurityContext with the Authentication obtained from the container's
HttpServletRequest.getUserPrincipal(). |
| HttpSessionApplicationEvent | org.acegisecurity.ui.session | Parent class for published HttpSession events |
| HttpSessionContextIntegrationFilter | org.acegisecurity.context | Populates the SecurityContextHolder with information obtained from the |
| HttpSessionCreatedEvent | org.acegisecurity.ui.session | Published by the HttpSessionEventPublisher when a HttpSession is destroyed by the container |
| HttpSessionDestroyedEvent | org.acegisecurity.ui.session | Published by the HttpSessionEventPublisher when a HttpSession is created in the container |
| HttpSessionEventPublisher | org.acegisecurity.ui.session | Declared in web.xml as |
| InheritableThreadLocalSecurityContextHolderStrategy | org.acegisecurity.context | An InheritableThreadLocal-based implementation of SecurityContextHolderStrategy . |
| InMemoryDaoImpl | org.acegisecurity.userdetails.memory | Retrieves user details from an in-memory list created by the bean context. |
| InMemoryResource | org.acegisecurity.util | An in memory implementation of Spring's Resource interface. |
| InsecureChannelProcessor | org.acegisecurity.securechannel | Ensures channel security is inactive by review of |
| InteractiveAuthenticationSuccessEvent | org.acegisecurity.event.authentication | Indicates an interactive authentication was successful. |
| InterceptorStatusToken | org.acegisecurity.intercept | A return object received by AbstractSecurityInterceptor subclasses. |
| JaasAuthenticationEvent | org.acegisecurity.providers.jaas.event | Parent class for events fired by the JaasAuthenticationProvider . |
| JaasAuthenticationFailedEvent | org.acegisecurity.providers.jaas.event | Fired when LoginContext.login throws a LoginException, or if any other exception is thrown during that time. |
| JaasAuthenticationProvider | org.acegisecurity.providers.jaas | An AuthenticationProvider implementation that retrieves user details from a JAAS login configuration. |
| JaasAuthenticationSuccessEvent | org.acegisecurity.providers.jaas.event | Fired by the JaasAuthenticationProvider after successfully logging the user into the LoginContext, handling all callbacks, and calling all AuthorityGranters. |
| JaasAuthenticationToken | org.acegisecurity.providers.jaas | UsernamePasswordAuthenticationToken extension to carry the Jaas LoginContext that the user was logged into |
| JaasGrantedAuthority | org.acegisecurity.providers.jaas | Extends GrantedAuthorityImpl to hold the principal that an AuthorityGranter justified as a reason to grant this Authority. |
| JaasNameCallbackHandler | org.acegisecurity.providers.jaas | The most basic Callbacks to be handled when using a LoginContext from JAAS, are the NameCallback and PasswordCallback. |
| JaasPasswordCallbackHandler | org.acegisecurity.providers.jaas | The most basic Callbacks to be handled when using a LoginContext from JAAS, are the NameCallback and PasswordCallback. |
| JdbcDaoImpl | org.acegisecurity.userdetails.jdbc | Retrieves user details (username, password, enabled flag, and authorities) from a JDBC location. |
| JdbcDaoImpl | org.acegisecurity.acl.basic.jdbc | Retrieves ACL details from a JDBC location. |
| JdbcDaoImpl.AclDetailsHolder | org.acegisecurity.acl.basic.jdbc | Used to hold details of a domain object instance's properties, or an individual ACL entry. |
| JdbcDaoImpl.AclsByObjectIdentityMapping | org.acegisecurity.acl.basic.jdbc | Query object to look up individual ACL entries. |
| JdbcDaoImpl.AuthoritiesByUsernameMapping | org.acegisecurity.userdetails.jdbc | Query object to look up a user's authorities. |
| JdbcDaoImpl.ObjectPropertiesMapping | org.acegisecurity.acl.basic.jdbc | Query object to look up properties for an object identity. |
| JdbcDaoImpl.UsersByUsernameMapping | org.acegisecurity.userdetails.jdbc | Query object to look up a user. |
| JdbcExtendedDaoImpl | org.acegisecurity.acl.basic.jdbc | Extension of the base JdbcDaoImpl , which implements BasicAclExtendedDao . |
| JdbcExtendedDaoImpl.AclObjectIdentityDelete | org.acegisecurity.acl.basic.jdbc | No description provided. |
| JdbcExtendedDaoImpl.AclObjectIdentityInsert | org.acegisecurity.acl.basic.jdbc | No description provided. |
| JdbcExtendedDaoImpl.AclPermissionDelete | org.acegisecurity.acl.basic.jdbc | No description provided. |
| JdbcExtendedDaoImpl.AclPermissionInsert | org.acegisecurity.acl.basic.jdbc | No description provided. |
| JdbcExtendedDaoImpl.AclPermissionUpdate | org.acegisecurity.acl.basic.jdbc | No description provided. |
| JdbcExtendedDaoImpl.LookupPermissionIdMapping | org.acegisecurity.acl.basic.jdbc | No description provided. |
| LdapAuthenticationProvider | org.acegisecurity.providers.ldap | An AuthenticationProvider implementation that provides integration with an LDAP server. |
| LdapShaPasswordEncoder | org.acegisecurity.providers.ldap.authenticator | A version of ShaPasswordEncoder which supports Ldap SHA and SSHA (salted-SHA) encodings. |
| LdapTemplate | org.acegisecurity.ldap | LDAP equivalent of the Spring JdbcTemplate class. |
| LdapUserDetailsImpl | org.acegisecurity.userdetails.ldap | A UserDetails implementation which is used internally by the Ldap services. |
| LdapUserDetailsImpl.Essence | org.acegisecurity.userdetails.ldap | Variation of essence pattern. |
| LdapUserDetailsMapper | org.acegisecurity.userdetails.ldap | The entry mapper used by the authenticators to create an ldap user object. |
| LdapUtils | org.acegisecurity.ldap | LDAP Utility methods. |
| LoggerListener | org.acegisecurity.event.authorization | Outputs interceptor-related application events to Commons Logging. |
| LoggerListener | org.acegisecurity.event.authentication | Outputs authentication-related application events to Commons Logging. |
| LogoutFilter | org.acegisecurity.ui.logout | Logs a principal out. |
| Md5PasswordEncoder | org.acegisecurity.providers.encoding | MD5 implementation of PasswordEncoder. |
| MethodDefinitionAttributes | org.acegisecurity.intercept.method | Stores a ConfigAttributeDefinition for each method signature defined by Commons Attributes. |
| MethodDefinitionMap | org.acegisecurity.intercept.method | Stores a ConfigAttributeDefinition for each method signature defined in a bean context. |
| MethodDefinitionSourceAdvisor | org.acegisecurity.intercept.method.aopalliance | Advisor driven by a MethodDefinitionSource , used to exclude a MethodSecurityInterceptor from public (ie non-secure) methods. |
| MethodDefinitionSourceEditor | org.acegisecurity.intercept.method | Property editor to assist with the setup of a MethodDefinitionSource . |
| MethodInvocationPrivilegeEvaluator | org.acegisecurity.intercept.method | Allows users to determine whether they have "before invocation" privileges for a given method invocation. |
| MethodInvocationUtils | org.acegisecurity.util | Static utility methods for creating MethodInvocations usable within Acegi Security. |
| MethodSecurityInterceptor | org.acegisecurity.intercept.method.aopalliance | Provides security interception of AOP Alliance based method invocations. |
| MockAuthenticationManager | org.acegisecurity | Simply accepts as valid whatever is passed to it, if grantAccess is set to true. |
| NamedCasProxyDecider | org.acegisecurity.providers.cas.proxy | Accepts proxied requests if the closest proxy is named in the validProxies list. |
| NamedEntityObjectIdentity | org.acegisecurity.acl.basic | Simple implementation of AclObjectIdentity . |
| NullAclEntryCache | org.acegisecurity.acl.basic.cache | Does not perform any caching. |
| NullConcurrentSessionController | org.acegisecurity.concurrent | No-op implementation of ConcurrentSessionController . |
| NullRememberMeServices | org.acegisecurity.ui.rememberme | Implementation of NullRememberMeServices that does nothing. |
| NullRunAsManager | org.acegisecurity.runas | Implementation of a RunAsManager that does nothing. |
| NullUserCache | org.acegisecurity.providers.dao.cache | Does not perform any caching. |
| NullX509UserCache | org.acegisecurity.providers.x509.cache | "Cache" that doesn't do any caching. |
| PasswordComparisonAuthenticator | org.acegisecurity.providers.ldap.authenticator | An LdapAuthenticator which compares the login password with the value stored in the directory. |
| PathBasedFilterInvocationDefinitionMap | org.acegisecurity.intercept.web | Maintains a List of ConfigAttributeDefinitions associated with different HTTP request
URL Apache Ant path-based patterns. |
| PathBasedFilterInvocationDefinitionMap.EntryHolder | org.acegisecurity.intercept.web | No description provided. |
| PlaintextPasswordEncoder | org.acegisecurity.providers.encoding | Plaintext implementation of PasswordEncoder. |
| PortMapperImpl | org.acegisecurity.util | Concrete implementation of PortMapper that obtains HTTP:HTTPS pairs from the application context. |
| PortResolverImpl | org.acegisecurity.util | Concrete implementation of PortResolver that obtains the port from
ServletRequest.getServerPort(). |
| PrincipalAcegiUserToken | org.acegisecurity.adapters | A Principal compatible Authentication object. |
| ProviderManager | org.acegisecurity.providers | Iterates an Authentication request through a list of AuthenticationProvider s. |
| PublicInvocationEvent | org.acegisecurity.event.authorization | Event that is generated whenever a public secure object is invoked. |
| ReflectionSaltSource | org.acegisecurity.providers.dao.salt | Obtains a salt from a specified property of the User object. |
| RegExpBasedFilterInvocationDefinitionMap | org.acegisecurity.intercept.web | Maintains a List of ConfigAttributeDefinitions associated with different HTTP request
URL regular expression patterns. |
| RegExpBasedFilterInvocationDefinitionMap.EntryHolder | org.acegisecurity.intercept.web | No description provided. |
| RejectProxyTickets | org.acegisecurity.providers.cas.proxy | Accepts no proxied requests. |
| RememberMeAuthenticationProvider | org.acegisecurity.providers.rememberme | An AuthenticationProvider implementation that validates RememberMeAuthenticationToken s. |
| RememberMeAuthenticationToken | org.acegisecurity.providers.rememberme | Represents a remembered Authentication. |
| RememberMeProcessingFilter | 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. |
| RemoteAuthenticationManagerImpl | org.acegisecurity.providers.rcp | Server-side processor of a remote authentication request. |
| RemoteAuthenticationProvider | org.acegisecurity.providers.rcp | Client-side object which queries a RemoteAuthenticationManager to validate an authentication request. |
| RetryWithHttpEntryPoint | org.acegisecurity.securechannel | Commences an insecure channel by retrying the original request using HTTP. |
| RetryWithHttpsEntryPoint | org.acegisecurity.securechannel | Commences a secure channel by retrying the original request using HTTPS. |
| RoleVoter | org.acegisecurity.vote | Votes if any getAttribute() starts with a prefix indicating that it is a role. |
| RunAsImplAuthenticationProvider | org.acegisecurity.runas | An AuthenticationProvider implementation that can authenticate a RunAsUserToken . |
| RunAsManagerImpl | org.acegisecurity.runas | Basic concrete implementation of a RunAsManager . |
| RunAsUserToken | org.acegisecurity.runas | An immutable Authentication implementation that supports RunAsManagerImpl . |
| SavedRequest | org.acegisecurity.ui.savedrequest | Represents central information from a HttpServletRequest. |
| SavedRequestAwareWrapper | org.acegisecurity.wrapper | Provides request parameters, headers and cookies from either an original request or a saved request. |
| SecureChannelProcessor | org.acegisecurity.securechannel | Ensures channel security is active by review of |
| SecurityAnnotationAttributes | org.acegisecurity.annotation | Java 5 Annotation Attributes metadata implementation used for secure method interception. |
| SecurityConfig | org.acegisecurity | Stores a ConfigAttribute as a String. |
| SecurityContextHolder | org.acegisecurity.context | Associates a given SecurityContext with the current execution thread. |
| SecurityContextHolderAwareRequestFilter | org.acegisecurity.wrapper | A Filter which populates the ServletRequest with a new request wrapper. |
| SecurityContextHolderAwareRequestWrapper | org.acegisecurity.wrapper | An Acegi Security-aware HttpServletRequestWrapper, which uses the
SecurityContext-defined Authentication object for isUserInRole(String) and getRemoteUser() responses. |
| SecurityContextImpl | org.acegisecurity.context | Base implementation of SecurityContext . |
| SecurityContextLoginModule | org.acegisecurity.providers.jaas | An implementation of LoginModule that uses an Acegi Security SecurityContext to provide authentication. |
| SecurityContextLogoutHandler | org.acegisecurity.ui.logout | Performs a logout by modifying the SecurityContextHolder . |
| ServiceProperties | org.acegisecurity.ui.cas | Stores properties related to this CAS service. |
| SessionInformation | org.acegisecurity.concurrent | Represents a record of a session within the Acegi Security framework. |
| SessionRegistryImpl | org.acegisecurity.concurrent | Base implementation of SessionRegistry which also listens for HttpSessionDestroyedEvent s published in the Spring application context. |
| SessionRegistryUtils | org.acegisecurity.concurrent | Utility methods to assist with concurrent session management. |
| ShaPasswordEncoder | org.acegisecurity.providers.encoding | SHA implementation of PasswordEncoder. |
| SimpleAclEntry | org.acegisecurity.acl.basic | Stores some privileges typical of a domain object. |
| SimpleMethodInvocation | org.acegisecurity.util | Represents the AOP Alliance MethodInvocation. |
| SiteminderAuthenticationProcessingFilter | org.acegisecurity.ui.webapp | Extends Acegi's AuthenticationProcessingFilter to pick up CA/Netegrity Siteminder headers. |
| StringSplitUtils | org.acegisecurity.util | Provides several String manipulation methods. |
| SwitchUserGrantedAuthority | org.acegisecurity.ui.switchuser | Custom GrantedAuthority used by SwitchUserProcessingFilter |
| SwitchUserProcessingFilter | org.acegisecurity.ui.switchuser | Switch User processing filter responsible for user context switching. |
| SystemWideSaltSource | org.acegisecurity.providers.dao.salt | Uses a static system-wide String as the salt. |
| TestingAuthenticationProvider | org.acegisecurity.providers | An AuthenticationProvider implementation for the TestingAuthenticationToken . |
| TestingAuthenticationToken | org.acegisecurity.providers | An Authentication implementation that is designed for use whilst unit testing. |
| TestOnceAfterMaxRequestsCaptchaChannelProcessor | org.acegisecurity.captcha | return false if ny CaptchaChannelProcessorTemplate mapped urls has been requested more than thresold and
humanity is false; |
| ThreadLocalSecurityContextHolderStrategy | org.acegisecurity.context | A ThreadLocal-based implementation of SecurityContextHolderStrategy . |
| TicketResponse | org.acegisecurity.providers.cas | Represents a CAS service ticket in native CAS form. |
| TokenBasedRememberMeServices | org.acegisecurity.ui.rememberme | Identifies previously remembered users by a Base-64 encoded cookie. |
| UnanimousBased | org.acegisecurity.vote | Simple concrete implementation of AccessDecisionManager that requires all voters to abstain or grant access. |
| UrlUtils | org.acegisecurity.util | Provides static methods for composing URLs. |
| User | org.acegisecurity.userdetails | Models core user information retieved by an UserDetailsService . |
| UserAttribute | org.acegisecurity.userdetails.memory | Used by InMemoryDaoImpl to temporarily store the attributes associated with a user. |
| UserAttributeEditor | org.acegisecurity.userdetails.memory | Property editor that creates a UserAttribute from a comma separated list of values. |
| UserMap | org.acegisecurity.userdetails.memory | Used by InMemoryDaoImpl to store a list of users and their corresponding granted authorities. |
| UserMapEditor | org.acegisecurity.userdetails.memory | Property editor to assist with the setup of a UserMap . |
| UsernamePasswordAuthenticationToken | org.acegisecurity.providers | An Authentication implementation that is designed for simple presentation of a username and password. |
| WebAuthenticationDetails | org.acegisecurity.ui | A holder of selected HTTP details related to a web authentication request. |
| WebInvocationPrivilegeEvaluator | org.acegisecurity.intercept.web | Allows users to determine whether they have privileges for a given web URI. |
| X509AuthenticationProvider | org.acegisecurity.providers.x509 | Processes an X.509 authentication request. |
| X509AuthenticationToken | org.acegisecurity.providers.x509 | Authentication implementation for X.509 client-certificate authentication. |
| X509ProcessingFilter | org.acegisecurity.ui.x509 | Processes the X.509 certificate submitted by a client browser when HTTPS is used with client-authentication enabled. |
| X509ProcessingFilterEntryPoint | org.acegisecurity.ui.x509 | In the X.509 authentication case (unlike CAS, for example) the certificate will already have been extracted from the request and a secure context established by the time the security-enforcement filter is invoked. |
| Search |




