Package io.milton.gae
Class AppEngineDigestAuthenticationHandler
java.lang.Object
io.milton.http.http11.auth.DigestAuthenticationHandler
io.milton.gae.AppEngineDigestAuthenticationHandler
- All Implemented Interfaces:
AuthenticationHandler
Convenience subclass of DigestAuthenticationHandler which just creates
a AppEngineMemcacheNonceProvider as the default nonce provider.
Note that if you want to configure the AppEngineMemcacheNonceProvider you
should just create a DigestAuthenticationHandler and pass it the configured
instance of AppEngineMemcacheNonceProvider.
- Author:
- Scott Hernandez
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.milton.http.http11.auth.DigestAuthenticationHandler
appendChallenges, authenticate, credentialsPresent, isCompatible, supports
-
Constructor Details
-
AppEngineDigestAuthenticationHandler
public AppEngineDigestAuthenticationHandler()
-