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