|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 AuthenticationProvider s. |
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 AuthenticationProvider s. |
|
Spring Security Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |