Package | Description |
---|---|
org.acegisecurity.providers.dao |
An authentication provider that relies upon a data access object.
|
org.acegisecurity.providers.dao.salt |
Implementations that provide salts for more secure password encoding.
|
Modifier and Type | Method and Description |
---|---|
SaltSource |
DaoAuthenticationProvider.getSaltSource() |
Modifier and Type | Method and Description |
---|---|
void |
DaoAuthenticationProvider.setSaltSource(SaltSource saltSource)
The source of salts to use when decoding passwords.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionSaltSource
Obtains a salt from a specified property of the
User object. |
class |
SystemWideSaltSource
Uses a static system-wide
String as the salt. |
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.