Uses of Class
com.helger.http.digestauth.DigestAuthServerBuilder
Packages that use DigestAuthServerBuilder
-
Uses of DigestAuthServerBuilder in com.helger.http.digestauth
Methods in com.helger.http.digestauth that return DigestAuthServerBuilderModifier and TypeMethodDescriptionDigestAuthServerBuilder.addDomain(com.helger.url.ISimpleURL aURL) Add an URIs, as specified in RFC XURI, that define the protection space.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.setAlgorithm(String sAlgorithm) A string indicating a pair of algorithms used to produce the digest and a checksum.A server-specified data string which should be uniquely generated each time a 401 response is made.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.A string to be displayed to users so they know which username and password to use.DigestAuthServerBuilder.setStale(com.helger.base.state.ETriState eStale) A flag, indicating that the previous request from the client was rejected because the nonce value was stale.