| Package | Description |
|---|---|
| com.helger.http.digestauth |
| Modifier and Type | Method and Description |
|---|---|
DigestAuthServerBuilder |
DigestAuthServerBuilder.addDomain(com.helger.commons.url.ISimpleURL aURL)
Add an URIs, as specified in RFC XURI, that define the protection space.
|
DigestAuthServerBuilder |
DigestAuthServerBuilder.addQOP(String sQOP)
This directive is optional, but is made so only for backward compatibility
with RFC 2069 [6]; it SHOULD be used by all implementations compliant with
this version of the Digest scheme.
|
DigestAuthServerBuilder |
DigestAuthServerBuilder.setAlgorithm(String sAlgorithm)
A string indicating a pair of algorithms used to produce the digest and a
checksum.
|
DigestAuthServerBuilder |
DigestAuthServerBuilder.setNonce(String sNonce)
A server-specified data string which should be uniquely generated each time
a 401 response is made.
|
DigestAuthServerBuilder |
DigestAuthServerBuilder.setOpaque(String sOpaque)
A string of data, specified by the server, which should be returned by the
client unchanged in the Authorization header of subsequent requests with
URIs in the same protection space.
|
DigestAuthServerBuilder |
DigestAuthServerBuilder.setRealm(String sRealm)
A string to be displayed to users so they know which username and password
to use.
|
DigestAuthServerBuilder |
DigestAuthServerBuilder.setStale(com.helger.commons.state.ETriState eStale)
A flag, indicating that the previous request from the client was rejected
because the nonce value was stale.
|
Copyright © 2016–2019 Philip Helger. All rights reserved.