Class DigestParameters
java.lang.Object
org.apache.jmeter.protocol.http.api.auth.DigestParameters
Allows digest customization as per:
https://en.wikipedia.org/wiki/Digest_access_authentication
- Since:
- 5.0
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetNonce()
getQop()
void
setAlgorithm
(String algorithm) void
setCharset
(String charset) void
void
void
-
Field Details
-
VARIABLE_NAME
- See Also:
-
-
Constructor Details
-
DigestParameters
public DigestParameters()
-
-
Method Details
-
getQop
- Returns:
- the quality of protection
-
setQop
- Parameters:
qop
- the quality of protection to set
-
getNonce
- Returns:
- the nonce
-
setNonce
- Parameters:
nonce
- the nonce to set
-
getCharset
- Returns:
- the charset
-
setCharset
- Parameters:
charset
- the charset to set
-
getAlgorithm
- Returns:
- the algorithm (MD5 usually)
-
setAlgorithm
- Parameters:
algorithm
- the algorithm to set
-
getOpaque
- Returns:
- the opaque
-
setOpaque
- Parameters:
opaque
- the opaque to set
-