Spring Security Framework

Package org.springframework.security.providers.dao.salt

Implementations that provide salts for more secure password encoding.

See:
          Description

Class Summary
ReflectionSaltSource Obtains a salt from a specified property of the User object.
SystemWideSaltSource Uses a static system-wide String as the salt.
 

Package org.springframework.security.providers.dao.salt Description

Implementations that provide salts for more secure password encoding.


Spring Security Framework

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