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.

Version:
$Id: SaltSource.java 3558 2009-04-15 07:39:21Z ltaylor $
Author:
Ben Alex

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

Method Detail

getSalt

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


Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.