Uses of Interface
org.acegisecurity.providers.dao.SaltSource

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

Uses of SaltSource in org.acegisecurity.providers.dao
 

Methods in org.acegisecurity.providers.dao that return SaltSource
 SaltSource DaoAuthenticationProvider.getSaltSource()
           
 

Methods in org.acegisecurity.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.acegisecurity.providers.dao.salt
 

Classes in org.acegisecurity.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.
 



Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.