Uses of Interface
org.springframework.security.core.CredentialsContainer

Packages that use CredentialsContainer
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.authentication Core classes and interfaces related to user authentication, which are used throughout Spring Security. 
org.springframework.security.authentication.jaas An authentication provider for JAAS. 
org.springframework.security.cas.authentication An AuthenticationProvider that can process CAS service tickets and proxy tickets. 
org.springframework.security.core.userdetails The standard interfaces for implementing user data DAOs. 
org.springframework.security.openid Authenticates standard web browser users via OpenID
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. 
 

Uses of CredentialsContainer in org.springframework.security.access.intercept
 

Classes in org.springframework.security.access.intercept that implement CredentialsContainer
 class RunAsUserToken
          An immutable Authentication implementation that supports RunAsManagerImpl.
 

Uses of CredentialsContainer in org.springframework.security.authentication
 

Classes in org.springframework.security.authentication that implement CredentialsContainer
 class AbstractAuthenticationToken
          Base class for Authentication objects.
 class AnonymousAuthenticationToken
          Represents an anonymous Authentication.
 class RememberMeAuthenticationToken
          Represents a remembered Authentication.
 class TestingAuthenticationToken
          An Authentication implementation that is designed for use whilst unit testing.
 class UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Uses of CredentialsContainer in org.springframework.security.authentication.jaas
 

Classes in org.springframework.security.authentication.jaas that implement CredentialsContainer
 class JaasAuthenticationToken
          UsernamePasswordAuthenticationToken extension to carry the Jaas LoginContext that the user was logged into
 

Uses of CredentialsContainer in org.springframework.security.cas.authentication
 

Classes in org.springframework.security.cas.authentication that implement CredentialsContainer
 class CasAssertionAuthenticationToken
          Temporary authentication object needed to load the user details service.
 class CasAuthenticationToken
          Represents a successful CAS Authentication.
 

Uses of CredentialsContainer in org.springframework.security.core.userdetails
 

Classes in org.springframework.security.core.userdetails that implement CredentialsContainer
 class User
          Models core user information retrieved by a UserDetailsService.
 

Uses of CredentialsContainer in org.springframework.security.openid
 

Classes in org.springframework.security.openid that implement CredentialsContainer
 class OpenIDAuthenticationToken
          OpenID Authentication Token
 

Uses of CredentialsContainer in org.springframework.security.web.authentication.preauth
 

Classes in org.springframework.security.web.authentication.preauth that implement CredentialsContainer
 class PreAuthenticatedAuthenticationToken
          Authentication implementation for pre-authenticated authentication.
 



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