|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SaltSource | |
|---|---|
| org.springframework.security.authentication.dao | An authentication provider that relies upon a data access object. |
| Uses of SaltSource in org.springframework.security.authentication.dao |
|---|
| Classes in org.springframework.security.authentication.dao that implement SaltSource | |
|---|---|
class |
ReflectionSaltSource
Obtains a salt from a specified property of the User object. |
class |
SystemWideSaltSource
Uses a static system-wide String as the salt. |
| Methods in org.springframework.security.authentication.dao that return SaltSource | |
|---|---|
protected SaltSource |
DaoAuthenticationProvider.getSaltSource()
|
| Methods in org.springframework.security.authentication.dao with parameters of type SaltSource | |
|---|---|
void |
DaoAuthenticationProvider.setSaltSource(SaltSource saltSource)
The source of salts to use when decoding passwords. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||