| Package | Description | 
|---|---|
| org.wildfly.security.http | 
 Package containing the HTTP based authentication APIs, SPIs and related classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HttpServerAuthenticationMechanism | 
HttpServerAuthenticationMechanismFactory.createAuthenticationMechanism(String mechanismName,
                             Map<String,?> properties,
                             CallbackHandler callbackHandler)
Obtain an instance of the authentication mechanism requested provided this is allowed by any policy specified within the supplied properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HttpAuthenticator.Builder | 
HttpAuthenticator.Builder.setMechanismSupplier(Supplier<List<HttpServerAuthenticationMechanism>> mechanismSupplier)
Set the supplier to use to obtain list of  
HttpServerAuthenticationMechanism implementations
 instances to use, based on the configured policy. | 
Copyright © 2020 JBoss by Red Hat. All rights reserved.