Spring Security Framework

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

Packages that use SaltSource
org.springframework.security.providers.dao An authentication provider that relies upon a data access object. 
org.springframework.security.providers.dao.salt Implementations that provide salts for more secure password encoding. 
 

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

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

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

Uses of SaltSource in org.springframework.security.providers.dao.salt
 

Classes in org.springframework.security.providers.dao.salt 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.
 


Spring Security Framework

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