|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SaltSource
Provides alternative sources of the salt to use for encoding passwords.
| Method Summary | |
|---|---|
Object |
getSalt(UserDetails user)
Returns the salt to use for the indicated user. |
| Method Detail |
|---|
Object getSalt(UserDetails user)
user - from the AuthenticationDao
UserDetails
|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||