public interface PasswordEncoder
Represents different forms to encode user passwords.
| Modifier and Type | Method and Description |
|---|---|
String |
encodePassword(String salt,
String rawPassword)
Encode the password for the given User.
|
Copyright © 2013. All Rights Reserved.