Package tigase.auth.credentials.entries
Class MD5UsernamePasswordCredentialsEntry
java.lang.Object
tigase.auth.credentials.entries.MD5UsernamePasswordCredentialsEntry
- 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 workprotected static StringgetUsername(BareJID user) booleanverifyPlainPassword(String plain) Check if plaintext password will match stored credential
-
Constructor Details
-
MD5UsernamePasswordCredentialsEntry
-
-
Method Details
-
getUsername
-
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
-