Class BearerMechanismFactory

java.lang.Object
org.wildfly.security.http.bearer.BearerMechanismFactory
All Implemented Interfaces:
HttpServerAuthenticationMechanismFactory

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