Class MD5UsernamePasswordCredentialsEntry

java.lang.Object
tigase.auth.credentials.entries.MD5UsernamePasswordCredentialsEntry
All Implemented Interfaces:
Credentials.Entry

@Deprecated public class MD5UsernamePasswordCredentialsEntry extends Object implements Credentials.Entry
Deprecated.
  • Constructor Details

    • MD5UsernamePasswordCredentialsEntry

      public MD5UsernamePasswordCredentialsEntry(BareJID user, String passwordHash)
      Deprecated.
  • Method Details

    • getUsername

      protected static String getUsername(BareJID user)
      Deprecated.
    • getMechanism

      public String getMechanism()
      Deprecated.
      Description copied from interface: Credentials.Entry
      Name of the encryption mechanism used to encode stored credentials. Note: Value returned by this method may be equal to SASL mechanism name used to encode this value, but doesn't have to be only one of SASL mechanism name, ie. for passwords encoded for PLAIN mechanism not stored in plain format in the repository.
      Specified by:
      getMechanism in interface Credentials.Entry
    • verifyPlainPassword

      public boolean verifyPlainPassword(String plain)
      Deprecated.
      Description copied from interface: Credentials.Entry
      Check if plaintext password will match stored credential
      Specified by:
      verifyPlainPassword in interface Credentials.Entry