Class DigestAuthenticator.Digest

java.lang.Object
org.eclipse.jetty.util.security.Credential
org.eclipse.jetty.security.authentication.DigestAuthenticator.Digest
All Implemented Interfaces:
Serializable
Enclosing class:
DigestAuthenticator

private static class DigestAuthenticator.Digest extends Credential
  • Field Details

  • Constructor Details

  • Method Details

    • check

      public boolean check(Object credentials)
      Description copied from class: Credential
      Check a credential
      Specified by:
      check in class Credential
      Parameters:
      credentials - The credential to check against. This may either be another Credential object, a Password object or a String which is interpreted by this credential.
      Returns:
      True if the credentials indicated that the shared secret is known to both this Credential and the passed credential.
    • toString

      public String toString()
      Overrides:
      toString in class Object