Package | Description |
---|---|
org.acegisecurity |
Provides core Acegi Security System for Spring interfaces and classes.
|
org.acegisecurity.acl |
Enables retrieval of access control lists (ACLs) for domain object instances.
|
org.acegisecurity.acl.basic |
Access control list implementation based on integer bit masks.
|
org.acegisecurity.acls |
Interfaces and shared classes to manage access control lists (ACLs) for domain object instances.
|
org.acegisecurity.acls.domain |
Basic implementation of access control lists (ACLs) interfaces.
|
org.acegisecurity.acls.sid |
Provides indirection between ACL packages and security identities, such as principals and GrantedAuthority[]s.
|
org.acegisecurity.adapters |
Allows external containers to obtain authentication information from the
system.
|
org.acegisecurity.afterinvocation |
Used for post-processing of an object returned from a secure object invocation.
|
org.acegisecurity.captcha |
Captcha classes.
|
org.acegisecurity.concurrent |
Concurrent session control and registration classes.
|
org.acegisecurity.context |
Provides a "request context".
|
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.event.authentication |
Enables events to be published to the Spring application context.
|
org.acegisecurity.event.authorization |
Provides support objects for security event interception (ie authorization).
|
org.acegisecurity.intercept |
Actually enforces the security and ties the whole security system together.
|
org.acegisecurity.intercept.method |
Provides support objects for securing Java method invocations
via different AOP libraries.
|
org.acegisecurity.intercept.web |
Enforces security for HTTP requests, typically by the URL requested.
|
org.acegisecurity.providers |
Implements a provider-based approach to authentication decisions.
|
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 |
An authentication provider that can process JA-SIG Central Authentication Service (CAS)
service tickets and proxy tickets.
|
org.acegisecurity.providers.cas.populator |
Implementations that populate GrantedAuthority[]s of CAS authentications.
|
org.acegisecurity.providers.cas.ticketvalidator |
Implementations that validate service tickets.
|
org.acegisecurity.providers.dao |
An authentication provider that relies upon a data access object.
|
org.acegisecurity.providers.jaas |
An authentication provider for JAAS.
|
org.acegisecurity.providers.jaas.event |
Enables JAAS events to be published to the Spring application context.
|
org.acegisecurity.providers.ldap |
The LDAP authentication provider package.
|
org.acegisecurity.providers.ldap.populator |
LdapAuthoritiesPopulator implementations.
|
org.acegisecurity.providers.rcp |
Allows remote clients to authenticate and obtain a populated
Authentication object. |
org.acegisecurity.providers.rememberme |
Authentication provider that processes
RememberMeAuthenticationToken s. |
org.acegisecurity.providers.siteminder |
A Siteminder authentication provider.
|
org.acegisecurity.providers.x509 |
An authentication provider that can process X.509 certificaties.
|
org.acegisecurity.providers.x509.populator |
Implementations that populate GrantedAuthority[]s of X509 authentications.
|
org.acegisecurity.runas |
Allows secure objects to be run under a different authentication identity.
|
org.acegisecurity.securechannel |
Classes that ensure web requests are received over required
transport channels.
|
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 |
Authenticates HTTP BASIC authentication requests.
|
org.acegisecurity.ui.cas |
Authenticates standard web browser users via
JA-SIG Central Authentication Service (CAS).
|
org.acegisecurity.ui.digestauth |
Authenticates HTTP Digest authentication requests.
|
org.acegisecurity.ui.logout | |
org.acegisecurity.ui.rememberme |
Support for remembering a user between different web sessions.
|
org.acegisecurity.ui.switchuser |
Provides HTTP-based "switch user" (su) capabilities.
|
org.acegisecurity.ui.webapp |
Authenticates users via HTTP properties, headers and session.
|
org.acegisecurity.ui.x509 |
X.509 authentication filter and related classes.
|
org.acegisecurity.userdetails | |
org.acegisecurity.userdetails.ldap | |
org.acegisecurity.userdetails.memory |
Exposes an in-memory authentication repository.
|
org.acegisecurity.util |
General utility classes used throughout the Acegi Security System.
|
org.acegisecurity.vote |
Implements a vote-based approach to authorization decisions.
|
Class and Description |
---|
AbstractAuthenticationManager
An abstract implementation of the
AuthenticationManager . |
AccessDeniedException
Thrown if an
Authentication object does not hold a required authority. |
AcegiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
AuthenticationManager
Processes an
Authentication request. |
AuthenticationTrustResolver
Evaluates
Authentication tokens |
ConfigAttribute
Stores a security system related configuration attribute.
|
ConfigAttributeDefinition
Holds a group of
ConfigAttribute s that are associated with a given secure object target. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
InsufficientAuthenticationException
Thrown if an authentication request is rejected because the credentials are not sufficiently trusted.
|
Class and Description |
---|
Authentication
Represents an authentication request.
|
Class and Description |
---|
Authentication
Represents an authentication request.
|
Class and Description |
---|
AcegiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
|
Class and Description |
---|
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
AccessDeniedException
Thrown if an
Authentication object does not hold a required authority. |
AfterInvocationManager
Reviews the
Object returned from a secure object invocation,
being able to modify the Object or throw an AccessDeniedException . |
Authentication
Represents an authentication request.
|
ConfigAttribute
Stores a security system related configuration attribute.
|
ConfigAttributeDefinition
Holds a group of
ConfigAttribute s that are associated with a given secure object target. |
Class and Description |
---|
ConfigAttribute
Stores a security system related configuration attribute.
|
ConfigAttributeDefinition
Holds a group of
ConfigAttribute s that are associated with a given secure object target. |
Class and Description |
---|
AcegiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
Class and Description |
---|
AuthenticationCredentialsNotFoundException
Thrown if an authentication request is rejected because there is no
Authentication object in the SecurityContext . |
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
Class and Description |
---|
AccessDeniedException
Thrown if an
Authentication object does not hold a required authority. |
Authentication
Represents an authentication request.
|
AuthenticationCredentialsNotFoundException
Thrown if an authentication request is rejected because there is no
Authentication object in the SecurityContext . |
ConfigAttributeDefinition
Holds a group of
ConfigAttribute s that are associated with a given secure object target. |
Class and Description |
---|
AccessDecisionManager
Makes a final access control (authorization) decision.
|
AfterInvocationManager
Reviews the
Object returned from a secure object invocation,
being able to modify the Object or throw an AccessDeniedException . |
Authentication
Represents an authentication request.
|
AuthenticationManager
Processes an
Authentication request. |
ConfigAttributeDefinition
Holds a group of
ConfigAttribute s that are associated with a given secure object target. |
RunAsManager
Creates a new temporary
Authentication object for the current secure
object invocation only. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
ConfigAttributeDefinition
Holds a group of
ConfigAttribute s that are associated with a given secure object target. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
ConfigAttributeDefinition
Holds a group of
ConfigAttribute s that are associated with a given secure object target. |
Class and Description |
---|
AbstractAuthenticationManager
An abstract implementation of the
AuthenticationManager . |
AcegiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
AuthenticationManager
Processes an
Authentication request. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
AcegiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
Class and Description |
---|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
AuthenticationServiceException
Thrown if an authentication request could not be processed due to a system problem.
|
BadCredentialsException
Thrown if an authentication request is rejected because the credentials are invalid.
|
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
Class and Description |
---|
AcegiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
GrantedAuthorityImpl
Basic concrete implementation of a
GrantedAuthority . |
Class and Description |
---|
Authentication
Represents an authentication request.
|
Class and Description |
---|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
AcegiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
AuthenticationManager
Processes an
Authentication request. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
ConfigAttribute
Stores a security system related configuration attribute.
|
ConfigAttributeDefinition
Holds a group of
ConfigAttribute s that are associated with a given secure object target. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
RunAsManager
Creates a new temporary
Authentication object for the current secure
object invocation only. |
Class and Description |
---|
ConfigAttribute
Stores a security system related configuration attribute.
|
ConfigAttributeDefinition
Holds a group of
ConfigAttribute s that are associated with a given secure object target. |
Class and Description |
---|
AccessDeniedException
Thrown if an
Authentication object does not hold a required authority. |
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
AuthenticationManager
Processes an
Authentication request. |
AuthenticationTrustResolver
Evaluates
Authentication tokens |
Class and Description |
---|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
AuthenticationManager
Processes an
Authentication request. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
Class and Description |
---|
AcegiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationManager
Processes an
Authentication request. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationCredentialsNotFoundException
Thrown if an authentication request is rejected because there is no
Authentication object in the SecurityContext . |
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
GrantedAuthority
Represents an authority granted to an
Authentication object. |
GrantedAuthorityImpl
Basic concrete implementation of a
GrantedAuthority . |
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
Class and Description |
---|
Authentication
Represents an authentication request.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
AuthenticationManager
Processes an
Authentication request. |
Class and Description |
---|
AcegiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
|
AuthenticationException
Abstract superclass for all exceptions related an
Authentication object being invalid for whatever
reason. |
BadCredentialsException
Thrown if an authentication request is rejected because the credentials are invalid.
|
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
GrantedAuthority
Represents an authority granted to an
Authentication object. |
Class and Description |
---|
AcegiSecurityException
Abstract superclass for all exceptions thrown in the security package and subpackages.
|
Class and Description |
---|
AccessDecisionManager
Makes a final access control (authorization) decision.
|
AccessDeniedException
Thrown if an
Authentication object does not hold a required authority. |
Authentication
Represents an authentication request.
|
AuthenticationTrustResolver
Evaluates
Authentication tokens |
ConfigAttribute
Stores a security system related configuration attribute.
|
ConfigAttributeDefinition
Holds a group of
ConfigAttribute s that are associated with a given secure object target. |
Copyright © 2018. All rights reserved.