org.springframework.security.authentication.dao
Interface SaltSource

All Known Implementing Classes:
ReflectionSaltSource, SystemWideSaltSource

public interface SaltSource

Provides alternative sources of the salt to use for encoding passwords.


Method Summary
 java.lang.Object getSalt(UserDetails user)
          Returns the salt to use for the indicated user.
 

Method Detail

getSalt

java.lang.Object getSalt(UserDetails user)
Returns the salt to use for the indicated user.

Parameters:
user - from the AuthenticationDao
Returns:
the salt to use for this UserDetails