Class DigestAuthenticationMechanism

java.lang.Object
io.undertow.security.impl.DigestAuthenticationMechanism
All Implemented Interfaces:
AuthenticationMechanism

public class DigestAuthenticationMechanism extends Object implements AuthenticationMechanism
HttpHandler to handle HTTP Digest authentication, both according to RFC-2617 and draft update to allow additional algorithms to be used.
Author:
Darran Lofthouse