Class SecurityProviderServerMechanismFactory

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

public final class SecurityProviderServerMechanismFactory extends Object implements HttpServerAuthenticationMechanismFactory
A HttpServerAuthenticationMechanismFactory that loads factories from a supplied array of Provider instances. The provider service instances may or may not be cached.
Author:
Darran Lofthouse