Package io.milton.gae

Class AppEngineDigestAuthenticationHandler

java.lang.Object
io.milton.http.http11.auth.DigestAuthenticationHandler
io.milton.gae.AppEngineDigestAuthenticationHandler
All Implemented Interfaces:
AuthenticationHandler

public class AppEngineDigestAuthenticationHandler extends DigestAuthenticationHandler
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 Details

    • AppEngineDigestAuthenticationHandler

      public AppEngineDigestAuthenticationHandler()