Uses of Package
org.springframework.security.core

Packages that use org.springframework.security.core
org.springframework.security.access Core access-control related code, including security metadata related classes interception code Security access control annotations Voter-based AccessDecisionManager implementations  
org.springframework.security.access.annotation   
org.springframework.security.access.event   
org.springframework.security.access.expression Expression handling code to support the use of Spring-EL based expressions in @PreAuthorize, @PreFilter, 
org.springframework.security.access.expression.method   
org.springframework.security.access.hierarchicalroles   
org.springframework.security.access.intercept Actually enforces the security and ties the whole security system together. 
org.springframework.security.access.prepost Contains the infrastructure classes for handling the @PreAuthorize, @PreFilter, @PostAuthorize and 
org.springframework.security.access.vote Implements a vote-based approach to authorization decisions. 
org.springframework.security.acls   
org.springframework.security.acls.afterinvocation   
org.springframework.security.acls.domain Basic implementation of access control lists (ACLs) interfaces. 
org.springframework.security.acls.model Interfaces and shared classes to manage access control lists (ACLs) for domain object instances. 
org.springframework.security.authentication Implements a provider-based approach to authentication decisions. 
org.springframework.security.authentication.dao An authentication provider that relies upon a data access object. 
org.springframework.security.authentication.event Enables authentication events to be published to the Spring application context. 
org.springframework.security.authentication.jaas An authentication provider for JAAS. 
org.springframework.security.authentication.jaas.event Enables JAAS events to be published to the Spring application context. 
org.springframework.security.authentication.rcp Allows remote clients to authenticate and obtain a populated Authentication object. 
org.springframework.security.cas.authentication An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. 
org.springframework.security.cas.userdetails   
org.springframework.security.cas.web Authenticates standard web browser users via JA-SIG Central Authentication Service (CAS). 
org.springframework.security.config.authentication   
org.springframework.security.core   
org.springframework.security.core.authority   
org.springframework.security.core.authority.mapping   
org.springframework.security.core.context Classes related to the establishment of a security context for the duration of a request (such as an HTTP or RMI invocation). 
org.springframework.security.core.userdetails   
org.springframework.security.core.userdetails.jdbc Exposes a JDBC-based authentication repository. 
org.springframework.security.core.userdetails.memory Exposes an in-memory authentication repository. 
org.springframework.security.ldap.authentication The LDAP authentication provider package. 
org.springframework.security.ldap.userdetails   
org.springframework.security.openid Authenticates standard web browser users via OpenID
org.springframework.security.provisioning Contains simple user and authority group account provisioning interfaces together with a a JDBC-based implementation. 
org.springframework.security.web   
org.springframework.security.web.access   
org.springframework.security.web.access.expression   
org.springframework.security.web.authentication Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.web.authentication.logout   
org.springframework.security.web.authentication.preauth   
org.springframework.security.web.authentication.rememberme Support for remembering a user between different web sessions. 
org.springframework.security.web.authentication.session Strategy interface and implementations for handling session-related behaviour for a newly authenticated user. 
org.springframework.security.web.authentication.switchuser Provides HTTP-based "switch user" (su) capabilities. 
org.springframework.security.web.authentication.www Contains WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication. 
 

Classes in org.springframework.security.core used by org.springframework.security.access
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.access.annotation
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.access.event
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.access.expression
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.access.expression.method
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.access.hierarchicalroles
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.access.intercept
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.access.prepost
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.access.vote
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.acls
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.acls.afterinvocation
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.acls.domain
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.acls.model
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.authentication
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.authentication.dao
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 

Classes in org.springframework.security.core used by org.springframework.security.authentication.event
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 

Classes in org.springframework.security.core used by org.springframework.security.authentication.jaas
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.authentication.jaas.event
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.authentication.rcp
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.cas.authentication
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.cas.userdetails
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.cas.web
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 

Classes in org.springframework.security.core used by org.springframework.security.config.authentication
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 

Classes in org.springframework.security.core used by org.springframework.security.core
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.core.authority
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.core.authority.mapping
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.core.context
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.core.userdetails
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.core.userdetails.jdbc
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

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

Classes in org.springframework.security.core used by org.springframework.security.ldap.authentication
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

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

Classes in org.springframework.security.core used by org.springframework.security.openid
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.provisioning
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.web
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 

Classes in org.springframework.security.core used by org.springframework.security.web.access
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 

Classes in org.springframework.security.core used by org.springframework.security.web.access.expression
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.web.authentication
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 

Classes in org.springframework.security.core used by org.springframework.security.web.authentication.logout
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
 

Classes in org.springframework.security.core used by org.springframework.security.web.authentication.preauth
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.web.authentication.rememberme
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 

Classes in org.springframework.security.core used by org.springframework.security.web.authentication.session
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 

Classes in org.springframework.security.core used by org.springframework.security.web.authentication.switchuser
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
GrantedAuthority
          Represents an authority granted to an Authentication object.
 

Classes in org.springframework.security.core used by org.springframework.security.web.authentication.www
Authentication
          Represents the token for an authentication request or for an authenticated principal once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
AuthenticationException
          Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.