Spring Security Framework

org.springframework.security.providers.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$
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

Spring Security Framework

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