|
spring-security-crypto | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.crypto.password.NoOpPasswordEncoder
public final class NoOpPasswordEncoder
A password encoder that does nothing. Useful for testing where working with plain text passwords may be preferred.
| Method Summary | |
|---|---|
String |
encode(CharSequence rawPassword)
Encode the raw password. |
static PasswordEncoder |
getInstance()
Get the singleton NoOpPasswordEncoder. |
boolean |
matches(CharSequence rawPassword,
String encodedPassword)
Verify the encoded password obtained from storage matches the submitted raw password after it too is encoded. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String encode(CharSequence rawPassword)
PasswordEncoder
encode in interface PasswordEncoder
public boolean matches(CharSequence rawPassword,
String encodedPassword)
PasswordEncoder
matches in interface PasswordEncoderrawPassword - the raw password to encode and matchencodedPassword - the encoded password from storage to compare with
public static PasswordEncoder getInstance()
NoOpPasswordEncoder.
|
spring-security-crypto | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||