Uses of Interface
org.wildfly.security.http.HttpServerAuthenticationMechanism
Packages that use HttpServerAuthenticationMechanism
Package
Description
Package containing the HTTP based authentication APIs, SPIs and related classes.
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http
Methods in org.wildfly.security.http that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionHttpServerAuthenticationMechanismFactory.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 HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionHttpAuthenticator.Builder.setMechanismSupplier(Supplier<List<HttpServerAuthenticationMechanism>> mechanismSupplier) Set the supplier to use to obtain list ofHttpServerAuthenticationMechanismimplementations instances to use, based on the configured policy.