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 the actual HttpServerAuthenticationMechanism instances based
on the configured policy. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.