org.acegisecurity.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: SaltSource.java 1784 2007-02-24 21:00:24Z luke_t $
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 Interface21, Inc. All Rights Reserved.