public class PasswordEncryptionServiceNone extends Object implements PasswordEncryptionService
| Constructor and Description |
|---|
PasswordEncryptionServiceNone() |
| Modifier and Type | Method and Description |
|---|---|
String |
encrypt(String password) |
boolean |
matches(String candidate,
String encrypted) |
public PasswordEncryptionServiceNone()
public String encrypt(String password)
encrypt in interface PasswordEncryptionServicepublic boolean matches(String candidate, String encrypted)
matches in interface PasswordEncryptionServiceCopyright © 2010–2020 The Apache Software Foundation. All rights reserved.