public interface SaltSource
Modifier and Type | Method and Description |
---|---|
Object |
getSalt(UserDetails user)
Returns the salt to use for the indicated user.
|
Object getSalt(UserDetails user)
user
- from the AuthenticationDao
UserDetails
Copyright © 2019. All rights reserved.