Uses of Interface
org.springframework.security.authentication.dao.SaltSource

Packages that use SaltSource
org.springframework.security.authentication.dao An authentication provider that relies upon a data access object. 
 

Uses of SaltSource in org.springframework.security.authentication.dao
 

Classes in org.springframework.security.authentication.dao that implement SaltSource
 class ReflectionSaltSource
          Obtains a salt from a specified property of the User object.
 class SystemWideSaltSource
          Uses a static system-wide String as the salt.
 

Methods in org.springframework.security.authentication.dao that return SaltSource
protected  SaltSource DaoAuthenticationProvider.getSaltSource()
           
 

Methods in org.springframework.security.authentication.dao with parameters of type SaltSource
 void DaoAuthenticationProvider.setSaltSource(SaltSource saltSource)
          The source of salts to use when decoding passwords.
 



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