Uses of Class
org.acegisecurity.AbstractAuthenticationManager

Packages that use AbstractAuthenticationManager
org.acegisecurity Provides core Acegi Security System for Spring interfaces and classes. 
org.acegisecurity.providers Implements a provider-based approach to authentication decisions. 
 

Uses of AbstractAuthenticationManager in org.acegisecurity
 

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

Uses of AbstractAuthenticationManager in org.acegisecurity.providers
 

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



Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.