Class BasicMechanismFactory

java.lang.Object
org.wildfly.security.http.basic.BasicMechanismFactory
All Implemented Interfaces:
HttpServerAuthenticationMechanismFactory

@MetaInfServices(HttpServerAuthenticationMechanismFactory.class) public class BasicMechanismFactory extends Object implements HttpServerAuthenticationMechanismFactory
A HttpServerAuthenticationMechanismFactory implementation for the Basic HTTP authentication mechanism.
Author:
Darran Lofthouse