| Obtains a salt from a specified property of the
org.acegisecurity.userdetails.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.
author: Ben Alex version: $Id: ReflectionSaltSource.java 1519 2006-05-29 15:06:32Z benalex $ |