Package | Description |
---|---|
org.acegisecurity |
Provides core Acegi Security System for Spring interfaces and classes.
|
org.acegisecurity.providers |
Implements a provider-based approach to authentication decisions.
|
Modifier and Type | Class and Description |
---|---|
class |
MockAuthenticationManager
Simply accepts as valid whatever is passed to it, if
grantAccess is set to true . |
Modifier and Type | Class and Description |
---|---|
class |
ProviderManager
Iterates an
Authentication request through a list of AuthenticationProvider s. |
Copyright © 2015. All rights reserved.