Uses of Package
org.springframework.security.authentication

Packages that use org.springframework.security.authentication
org.springframework.security.access Core access-control related code, including security metadata related classes, interception code, access control annotations, EL support and voter-based implementations of the central AccessDecisionManager interface. 
org.springframework.security.access.event Authorization event and listener classes. 
org.springframework.security.access.expression Expression handling code to support the use of Spring-EL based expressions in @PreAuthorize, @PreFilter, @PostAuthorize and @PostFilter annotations. 
org.springframework.security.access.expression.method Implementation of expression-based method security. 
org.springframework.security.access.intercept Abstract level security interception classes which are responsible for enforcing the configured security constraints for a secure object. 
org.springframework.security.access.vote Implements a vote-based approach to authorization decisions. 
org.springframework.security.authentication Core classes and interfaces related to user authentication, which are used throughout Spring Security. 
org.springframework.security.authentication.dao An AuthenticationProvider which relies upon a data access object. 
org.springframework.security.authentication.jaas An authentication provider for JAAS. 
org.springframework.security.authentication.rcp Allows remote clients to authenticate and obtain a populated Authentication object. 
org.springframework.security.cas.authentication An AuthenticationProvider that can process CAS service tickets and proxy tickets. 
org.springframework.security.config.authentication Parsing of <authentication-manager> and related elements. 
org.springframework.security.ldap.authentication The LDAP authentication provider package. 
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.access Access-control related classes and packages. 
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.preauth Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been authenticated by some externally configured system. 
org.springframework.security.web.authentication.preauth.j2ee Pre-authentication support for container-authenticated requests. 
org.springframework.security.web.authentication.preauth.websphere Websphere-specific pre-authentication classes. 
org.springframework.security.web.authentication.rememberme Support for remembering a user between different web sessions. 
org.springframework.security.web.authentication.switchuser Provides HTTP-based "switch user" (su) capabilities. 
org.springframework.security.web.authentication.www WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication. 
 

Classes in org.springframework.security.authentication used by org.springframework.security.access
InsufficientAuthenticationException
          Thrown if an authentication request is rejected because the credentials are not sufficiently trusted.
 

Classes in org.springframework.security.authentication used by org.springframework.security.access.event
AuthenticationCredentialsNotFoundException
          Thrown if an authentication request is rejected because there is no Authentication object in the SecurityContext.
 

Classes in org.springframework.security.authentication used by org.springframework.security.access.expression
AuthenticationTrustResolver
          Evaluates Authentication tokens
 

Classes in org.springframework.security.authentication used by org.springframework.security.access.expression.method
AuthenticationTrustResolver
          Evaluates Authentication tokens
 

Classes in org.springframework.security.authentication used by org.springframework.security.access.intercept
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationManager
          Processes an Authentication request.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.springframework.security.authentication used by org.springframework.security.access.vote
AuthenticationTrustResolver
          Evaluates Authentication tokens
 

Classes in org.springframework.security.authentication used by org.springframework.security.authentication
AbstractAuthenticationManager
          An abstract implementation of the AuthenticationManager.
AbstractAuthenticationToken
          Base class for Authentication objects.
AccountStatusException
          Base class for authentication exceptions which are caused by a particular user account status (locked, disabled etc).
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationEventPublisher
           
AuthenticationManager
          Processes an Authentication request.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
AuthenticationTrustResolver
          Evaluates Authentication tokens
 

Classes in org.springframework.security.authentication used by org.springframework.security.authentication.dao
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Classes in org.springframework.security.authentication used by org.springframework.security.authentication.jaas
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Classes in org.springframework.security.authentication used by org.springframework.security.authentication.rcp
AuthenticationManager
          Processes an Authentication request.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.springframework.security.authentication used by org.springframework.security.cas.authentication
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.springframework.security.authentication used by org.springframework.security.config.authentication
AuthenticationManager
          Processes an Authentication request.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.springframework.security.authentication used by org.springframework.security.ldap.authentication
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Classes in org.springframework.security.authentication used by org.springframework.security.openid
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.springframework.security.authentication used by org.springframework.security.provisioning
AuthenticationManager
          Processes an Authentication request.
 

Classes in org.springframework.security.authentication used by org.springframework.security.web.access
AuthenticationTrustResolver
          Evaluates Authentication tokens
 

Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationManager
          Processes an Authentication request.
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.preauth
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationDetails
          A holder of the context as a string.
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationManager
          Processes an Authentication request.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.preauth.j2ee
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationDetailsSourceImpl
          Base implementation of AuthenticationDetailsSource.
 

Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.preauth.websphere
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationDetailsSourceImpl
          Base implementation of AuthenticationDetailsSource.
AuthenticationManager
          Processes an Authentication request.
 

Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.rememberme
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationManager
          Processes an Authentication request.
 

Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.switchuser
AuthenticationCredentialsNotFoundException
          Thrown if an authentication request is rejected because there is no Authentication object in the SecurityContext.
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
 

Classes in org.springframework.security.authentication used by org.springframework.security.web.authentication.www
AuthenticationDetailsSource
          Provides a Authentication.getDetails() object for a given web request.
AuthenticationManager
          Processes an Authentication request.
 



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