Class DigestMechanismFactory

java.lang.Object
org.wildfly.security.http.digest.DigestMechanismFactory
All Implemented Interfaces:
HttpServerAuthenticationMechanismFactory

@MetaInfServices(HttpServerAuthenticationMechanismFactory.class) public class DigestMechanismFactory extends Object implements HttpServerAuthenticationMechanismFactory
The HttpServerAuthenticationMechanismFactory implementation for the HTTP Digest authentication mechanism.
Author:
Darran Lofthouse