Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.acegisecurity.providers.dao
Interface SaltSource  view SaltSource download SaltSource.java


public interface SaltSource

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

Version:
$Id: SaltSource.java,v 1.5 2005/11/29 13:10:08 benalex Exp $

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

Method Detail

getSalt

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