Package | Description |
---|---|
org.acegisecurity.providers.dao |
An authentication provider that relies upon a data access object.
|
org.acegisecurity.userdetails.checker |
Modifier and Type | Method and Description |
---|---|
protected UserDetailsChecker |
AbstractUserDetailsAuthenticationProvider.getPostAuthenticationChecks() |
protected UserDetailsChecker |
AbstractUserDetailsAuthenticationProvider.getPreAuthenticationChecks() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUserDetailsAuthenticationProvider.setPostAuthenticationChecks(UserDetailsChecker postAuthenticationChecks) |
void |
AbstractUserDetailsAuthenticationProvider.setPreAuthenticationChecks(UserDetailsChecker preAuthenticationChecks)
Sets the policy will be used to verify the status of the loaded UserDetails before
validation of the credentials takes place.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountStatusUserDetailsChecker |
Copyright © 2015. All rights reserved.