Spring Security Framework

Uses of Package
org.springframework.security.providers

Packages that use org.springframework.security.providers
org.springframework.security.adapters Allows external containers to obtain authentication information from the system. 
org.springframework.security.config   
org.springframework.security.providers Implements a provider-based approach to authentication decisions. 
org.springframework.security.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.springframework.security.providers.cas An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. 
org.springframework.security.providers.dao An authentication provider that relies upon a data access object. 
org.springframework.security.providers.jaas An authentication provider for JAAS. 
org.springframework.security.providers.ldap The LDAP authentication provider package. 
org.springframework.security.providers.openid An authentication provider that can process OpenID Authentication Tokens as created by implementations of the OpenIDConsumer interface. 
org.springframework.security.providers.preauth   
org.springframework.security.providers.rcp Allows remote clients to authenticate and obtain a populated Authentication object. 
org.springframework.security.providers.rememberme Authentication provider that processes RememberMeAuthenticationTokens. 
org.springframework.security.providers.x509 This package is now deprecated and will be removed in a future version. 
org.springframework.security.runas Allows secure objects to be run under a different authentication identity. 
org.springframework.security.ui.ntlm   
org.springframework.security.ui.webapp Authenticates users via HTTP properties, headers and session. 
 

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

Classes in org.springframework.security.providers used by org.springframework.security.config
ProviderManager
          Iterates an Authentication request through a list of AuthenticationProviders.
 

Classes in org.springframework.security.providers used by org.springframework.security.providers
AbstractAuthenticationToken
          Base class for Authentication objects.
 

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

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

Classes in org.springframework.security.providers used by org.springframework.security.providers.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.providers used by org.springframework.security.providers.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.providers used by org.springframework.security.providers.ldap
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.providers used by org.springframework.security.providers.openid
AbstractAuthenticationToken
          Base class for Authentication objects.
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

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

Classes in org.springframework.security.providers used by org.springframework.security.providers.rcp
AuthenticationProvider
          Indicates a class can process a specific Authentication implementation.
 

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

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

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

Classes in org.springframework.security.providers used by org.springframework.security.ui.ntlm
AbstractAuthenticationToken
          Base class for Authentication objects.
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 

Classes in org.springframework.security.providers used by org.springframework.security.ui.webapp
UsernamePasswordAuthenticationToken
          An Authentication implementation that is designed for simple presentation of a username and password.
 


Spring Security Framework

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