org.acegisecurity.providers.dao
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
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.