|
spring-security-crypto | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PasswordEncoder
Service interface for encoding passwords.
| Method Summary | |
|---|---|
String |
encode(CharSequence rawPassword)
Encode the raw password. |
boolean |
matches(CharSequence rawPassword,
String encodedPassword)
Verify the encoded password obtained from storage matches the submitted raw password after it too is encoded. |
| Method Detail |
|---|
String encode(CharSequence rawPassword)
boolean matches(CharSequence rawPassword,
String encodedPassword)
rawPassword - the raw password to encode and matchencodedPassword - the encoded password from storage to compare with
|
spring-security-crypto | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||