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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jetty.util.security.Credential
Credential.Crypt, Credential.MD5 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.util.security.Credential
byteEquals, getCredential, stringEquals
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
method
-
algorithm
-
username
-
usernameStar
-
resolvedUserName
-
realm
-
nonce
-
nc
-
cnonce
-
qop
-
uri
-
response
-
userhash
private boolean userhash -
opaque
-
-
Constructor Details
-
Digest
-
-
Method Details
-
getAlgorithm
-
check
Description copied from class:CredentialCheck a credential- Specified by:
checkin classCredential- 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
-