@Dependent public class TomEEPlaintextPasswordHash extends Object implements javax.security.enterprise.identitystore.PasswordHash
| Constructor and Description |
|---|
TomEEPlaintextPasswordHash() |
| Modifier and Type | Method and Description |
|---|---|
String |
generate(char[] password) |
void |
initialize(Map<String,String> parameters) |
boolean |
verify(char[] password,
String hashedPassword) |
public void initialize(Map<String,String> parameters)
initialize in interface javax.security.enterprise.identitystore.PasswordHashpublic String generate(char[] password)
generate in interface javax.security.enterprise.identitystore.PasswordHashpublic boolean verify(char[] password,
String hashedPassword)
verify in interface javax.security.enterprise.identitystore.PasswordHashCopyright © 1999–2022 The Apache Software Foundation. All rights reserved.