public interface SaltSource
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getSalt(UserDetails user)
Returns the salt to use for the indicated user.
|
java.lang.Object getSalt(UserDetails user)
user
- from the AuthenticationDao
UserDetails