Package tigase.auth.credentials.entries
Class PlainCredentialsEntry
java.lang.Object
tigase.auth.credentials.entries.PlainCredentialsEntry
- All Implemented Interfaces:
Credentials.Entry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionName of the mechanism for which it will workbooleanverifyPlainPassword(String plain) Check if plaintext password will match stored credential
-
Constructor Details
-
PlainCredentialsEntry
-
-
Method Details
-
getPassword
-
getMechanism
Description copied from interface:Credentials.EntryName of the mechanism for which it will work- Specified by:
getMechanismin interfaceCredentials.Entry
-
verifyPlainPassword
Description copied from interface:Credentials.EntryCheck if plaintext password will match stored credential- Specified by:
verifyPlainPasswordin interfaceCredentials.Entry
-