Spring Security Framework

Uses of Class
org.springframework.security.AbstractAuthenticationManager

Packages that use AbstractAuthenticationManager
org.springframework.security Provides core Spring Security interfaces and classes. 
org.springframework.security.config   
org.springframework.security.providers Implements a provider-based approach to authentication decisions. 
 

Uses of AbstractAuthenticationManager in org.springframework.security
 

Subclasses of AbstractAuthenticationManager in org.springframework.security
 class MockAuthenticationManager
          Simply accepts as valid whatever is passed to it, if grantAccess is set to true.
 

Uses of AbstractAuthenticationManager in org.springframework.security.config
 

Subclasses of AbstractAuthenticationManager in org.springframework.security.config
 class NamespaceAuthenticationManager
          Extended version of the default authentication manager which lazily initializes the list of AuthenticationProviders.
 

Uses of AbstractAuthenticationManager in org.springframework.security.providers
 

Subclasses of AbstractAuthenticationManager in org.springframework.security.providers
 class ProviderManager
          Iterates an Authentication request through a list of AuthenticationProviders.
 


Spring Security Framework

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