public class MD5PasswordCredentialsEntry extends Object implements Credentials.Entry
| Modifier and Type | Class and Description |
|---|---|
static class |
MD5PasswordCredentialsEntry.Decoder |
static class |
MD5PasswordCredentialsEntry.Encoder |
| Constructor and Description |
|---|
MD5PasswordCredentialsEntry(String passwordHash) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMechanism()
Name of the mechanism for which it will work
|
boolean |
verifyPlainPassword(String plain)
Check if plaintext password will match stored credential
|
public MD5PasswordCredentialsEntry(String passwordHash)
public String getMechanism()
Credentials.EntrygetMechanism in interface Credentials.Entrypublic boolean verifyPlainPassword(String plain)
Credentials.EntryverifyPlainPassword in interface Credentials.EntryCopyright © 2004–2021 "Tigase, Inc.". All rights reserved.