| Package | Description |
|---|---|
| org.exoplatform.web.security.hash |
| Modifier and Type | Class and Description |
|---|---|
class |
SaltedHashEncodingException |
| Modifier and Type | Method and Description |
|---|---|
String |
SaltedHashService.getSaltedHash(String password)
Computes a salted hash of given plaintext password suitable for storing in a database.
|
String |
JCASaltedHashService.getSaltedHash(String password) |
String |
NoSaltedHashService.getSaltedHash(String password) |
boolean |
SaltedHashService.validate(String password,
String saltedHash)
Checks whether given plaintext
password corresponds to the given saltedHash. |
boolean |
JCASaltedHashService.validate(String password,
String encodedSaltedHash) |
boolean |
NoSaltedHashService.validate(String password,
String saltedHash) |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.