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