Class SetMechanismInformationMechanismFactory

java.lang.Object
org.wildfly.security.http.util.SetMechanismInformationMechanismFactory
All Implemented Interfaces:
HttpServerAuthenticationMechanismFactory

public class SetMechanismInformationMechanismFactory extends Object implements HttpServerAuthenticationMechanismFactory
A wrapper HttpServerAuthenticationMechanismFactory to ensure that mechanism information for the current authentication request is set before the first authentication callbacks. The host name and protocol are derived from the current request being authenticated.
Author:
Darran Lofthouse