Package | Description |
---|---|
org.springframework.security.authentication.dao |
An
AuthenticationProvider which relies upon a data access object. |
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. |
Modifier and Type | Method and Description |
---|---|
protected SaltSource |
DaoAuthenticationProvider.getSaltSource() |
Modifier and Type | Method and Description |
---|---|
void |
DaoAuthenticationProvider.setSaltSource(SaltSource saltSource)
The source of salts to use when decoding passwords.
|
Copyright © 2019. All rights reserved.