Uses of Package
org.acegisecurity

Packages that use org.acegisecurity
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 RememberMeAuthenticationTokens. 
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. 
 

Classes in org.acegisecurity used by org.acegisecurity
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 ConfigAttributes 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.
 

Classes in org.acegisecurity used by org.acegisecurity.acl
Authentication
          Represents an authentication request.
 

Classes in org.acegisecurity used by org.acegisecurity.acl.basic
Authentication
          Represents an authentication request.
 

Classes in org.acegisecurity used by org.acegisecurity.acls
AcegiSecurityException
          Abstract superclass for all exceptions thrown in the security package and subpackages.
 

Classes in org.acegisecurity used by org.acegisecurity.acls.domain
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.acegisecurity used by org.acegisecurity.acls.sid
Authentication
          Represents an authentication request.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.acegisecurity used by org.acegisecurity.adapters
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.
 

Classes in org.acegisecurity used by org.acegisecurity.afterinvocation
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 ConfigAttributes that are associated with a given secure object target.
 

Classes in org.acegisecurity used by org.acegisecurity.captcha
ConfigAttribute
          Stores a security system related configuration attribute.
ConfigAttributeDefinition
          Holds a group of ConfigAttributes that are associated with a given secure object target.
 

Classes in org.acegisecurity used by org.acegisecurity.concurrent
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.
 

Classes in org.acegisecurity used by org.acegisecurity.context
Authentication
          Represents an authentication request.
 

Classes in org.acegisecurity used by org.acegisecurity.context.httpinvoker
AuthenticationCredentialsNotFoundException
          Thrown if an authentication request is rejected because there is no Authentication object in the SecurityContext.
 

Classes in org.acegisecurity used by org.acegisecurity.event.authentication
Authentication
          Represents an authentication request.
AuthenticationException
          Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
 

Classes in org.acegisecurity used by org.acegisecurity.event.authorization
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 ConfigAttributes that are associated with a given secure object target.
 

Classes in org.acegisecurity used by org.acegisecurity.intercept
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 ConfigAttributes that are associated with a given secure object target.
RunAsManager
          Creates a new temporary Authentication object for the current secure object invocation only.
 

Classes in org.acegisecurity used by org.acegisecurity.intercept.method
Authentication
          Represents an authentication request.
ConfigAttributeDefinition
          Holds a group of ConfigAttributes that are associated with a given secure object target.
 

Classes in org.acegisecurity used by org.acegisecurity.intercept.web
Authentication
          Represents an authentication request.
ConfigAttributeDefinition
          Holds a group of ConfigAttributes that are associated with a given secure object target.
 

Classes in org.acegisecurity used by org.acegisecurity.providers
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.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.anonymous
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.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.cas
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.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.cas.populator
AuthenticationException
          Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.cas.ticketvalidator
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.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.dao
Authentication
          Represents an authentication request.
AuthenticationException
          Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.jaas
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.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.jaas.event
Authentication
          Represents an authentication request.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.ldap
AuthenticationException
          Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.ldap.populator
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.rcp
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.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.rememberme
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.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.siteminder
AuthenticationException
          Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.x509
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.
 

Classes in org.acegisecurity used by org.acegisecurity.providers.x509.populator
AuthenticationException
          Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
 

Classes in org.acegisecurity used by org.acegisecurity.runas
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 ConfigAttributes 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.
 

Classes in org.acegisecurity used by org.acegisecurity.securechannel
ConfigAttribute
          Stores a security system related configuration attribute.
ConfigAttributeDefinition
          Holds a group of ConfigAttributes that are associated with a given secure object target.
 

Classes in org.acegisecurity used by org.acegisecurity.ui
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
 

Classes in org.acegisecurity used by org.acegisecurity.ui.basicauth
AuthenticationException
          Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
AuthenticationManager
          Processes an Authentication request.
 

Classes in org.acegisecurity used by org.acegisecurity.ui.cas
Authentication
          Represents an authentication request.
AuthenticationException
          Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
 

Classes in org.acegisecurity used by org.acegisecurity.ui.digestauth
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.
 

Classes in org.acegisecurity used by org.acegisecurity.ui.logout
Authentication
          Represents an authentication request.
 

Classes in org.acegisecurity used by org.acegisecurity.ui.rememberme
Authentication
          Represents an authentication request.
AuthenticationManager
          Processes an Authentication request.
 

Classes in org.acegisecurity used by org.acegisecurity.ui.switchuser
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.
 

Classes in org.acegisecurity used by org.acegisecurity.ui.webapp
Authentication
          Represents an authentication request.
AuthenticationException
          Abstract superclass for all exceptions related an Authentication object being invalid for whatever reason.
 

Classes in org.acegisecurity used by org.acegisecurity.ui.x509
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.
 

Classes in org.acegisecurity used by org.acegisecurity.userdetails
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.
 

Classes in org.acegisecurity used by org.acegisecurity.userdetails.ldap
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.acegisecurity used by org.acegisecurity.userdetails.memory
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.acegisecurity used by org.acegisecurity.util
AcegiSecurityException
          Abstract superclass for all exceptions thrown in the security package and subpackages.
 

Classes in org.acegisecurity used by org.acegisecurity.vote
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 ConfigAttributes that are associated with a given secure object target.
 



Copyright © 2004-2010 Interface21, Inc. All Rights Reserved.