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

Quick Search    Search Deep

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

Uses of SaltSource in org.acegisecurity.providers.dao
 

Fields in org.acegisecurity.providers.dao declared as SaltSource
private  SaltSource DaoAuthenticationProvider.saltSource
           
 

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.