public interface DigestCredential
extends io.undertow.security.idm.Credential
Credential for Digest based authentication to pass over additional
information for authentication.| Modifier and Type | Method and Description |
|---|---|
String |
getClientDigest()
Get the digest received from the client.
|
String |
getClientNonce()
Get the client nonce for the request or
null if none was used. |
String |
getHA2()
Get the hashed representation of A2.
|
String |
getNonce()
Get the nonce that was used for this request.
|
String |
getNonceCount()
Get the nonce count for the request or
null if none was used. |
String |
getQop()
Get the QOP for the request or
null if none was specified. |
String |
getRealm()
Get the name of the realm used for this request.
|
String getClientDigest()
String getNonce()
String getNonceCount()
null if none was used.null if none was used.String getClientNonce()
null if none was used.null if none was used.String getQop()
null if none was specified.null if none was specified.String getRealm()
String getHA2()
Copyright © 2020 JBoss by Red Hat. All rights reserved.