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

Quick Search    Search Deep

org.acegisecurity.providers.dao.salt: Javadoc index of package org.acegisecurity.providers.dao.salt.


Package Samples:

org.acegisecurity.providers.dao.salt: An authentication provider that relies upon a data access object.  

Classes:

ReflectionSaltSource: Obtains a salt from a specified property of the User object. This allows you to subclass User and provide an additional bean getter for a salt. You should use a synthetic value that does not change, such as a database primary key. Do not use username if it is likely to change.
SystemWideSaltSource: Uses a static system-wide String as the salt. Does not supply a different salt for each User . This means users sharing the same password will still have the same digested password. Of benefit is the digested passwords will at least be more protected than if stored without any salt.

Home | Contact Us | Privacy Policy | Terms of Service