Uses of Class
io.milton.http.http11.auth.DigestAuthenticationHandler
Packages that use DigestAuthenticationHandler
-
Uses of DigestAuthenticationHandler in io.milton.config
Fields in io.milton.config declared as DigestAuthenticationHandlerModifier and TypeFieldDescriptionprotected DigestAuthenticationHandlerHttpManagerBuilder.digestHandlerMethods in io.milton.config that return DigestAuthenticationHandlerMethods in io.milton.config with parameters of type DigestAuthenticationHandlerModifier and TypeMethodDescriptionvoidHttpManagerBuilder.setDigestHandler(DigestAuthenticationHandler digestHandler) -
Uses of DigestAuthenticationHandler in io.milton.gae
Subclasses of DigestAuthenticationHandler in io.milton.gaeModifier and TypeClassDescriptionclassConvenience subclass of DigestAuthenticationHandler which just creates a AppEngineMemcacheNonceProvider as the default nonce provider.