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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • method

      private final String method
    • algorithm

      private String algorithm
    • username

      private String username
    • usernameStar

      private String usernameStar
    • resolvedUserName

      private String resolvedUserName
    • realm

      private String realm
    • nonce

      private String nonce
    • nc

      private String nc
    • cnonce

      private String cnonce
    • qop

      private String qop
    • uri

      private String uri
    • response

      private String response
    • userhash

      private boolean userhash
    • opaque

      private String opaque
  • Constructor Details

  • Method Details

    • getAlgorithm

      private String getAlgorithm()
    • 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