public interface PasswordEncoder
Represents different forms to encode passwords.
Modifier and Type | Method and Description |
---|---|
String |
encode(String rawPassword)
Encodes given password.
|
boolean |
verify(String rawPassword,
String encodedPassword)
Checks if the
rawPassword and encodedPassword matches. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.