Uses of Interface
org.wildfly.security.http.HttpServerAuthenticationMechanism
-
Packages that use HttpServerAuthenticationMechanism Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server.http org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes. -
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return HttpServerAuthenticationMechanism Modifier and Type Method Description protected HttpServerAuthenticationMechanism
HttpAuthenticationFactory. doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<HttpServerAuthenticationMechanismFactory> factoryTransformation)
Deprecated. -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.auth.server.http
Methods in org.wildfly.security.auth.server.http that return HttpServerAuthenticationMechanism Modifier and Type Method Description protected HttpServerAuthenticationMechanism
HttpAuthenticationFactory. doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<HttpServerAuthenticationMechanismFactory> factoryTransformation)
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http
Methods in org.wildfly.security.http that return HttpServerAuthenticationMechanism Modifier and Type Method 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.Method parameters in org.wildfly.security.http with type arguments of type HttpServerAuthenticationMechanism Modifier and Type Method Description HttpAuthenticator.Builder
HttpAuthenticator.Builder. setMechanismSupplier(Supplier<List<HttpServerAuthenticationMechanism>> mechanismSupplier)
Set the supplier to use to obtain list ofHttpServerAuthenticationMechanism
implementations instances to use, based on the configured policy.
-