Interface Credentials.Entry

All Known Implementing Classes:
MD5PasswordCredentialsEntry, MD5UserIdPasswordCredentialsEntry, MD5UsernamePasswordCredentialsEntry, PlainCredentialsEntry, ScramCredentialsEntry, ScramSha1CredentialsEntry, ScramSha256CredentialsEntry, ScramSha512CredentialsEntry
Enclosing interface:
Credentials

public static interface Credentials.Entry
Interface required to be implemented by classes representing credential entry.
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the mechanism for which it will work
    boolean
    Check if plaintext password will match stored credential
  • Method Details

    • getMechanism

      String getMechanism()
      Name of the mechanism for which it will work
    • verifyPlainPassword

      boolean verifyPlainPassword(String plain)
      Check if plaintext password will match stored credential