Uses of Interface
org.wildfly.security.http.HttpServerAuthenticationMechanism
-
Packages that use HttpServerAuthenticationMechanism Package Description org.wildfly.security.http 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 HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanismHttpServerAuthenticationMechanismFactory. 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.BuilderHttpAuthenticator.Builder. setMechanismSupplier(Supplier<List<HttpServerAuthenticationMechanism>> mechanismSupplier)Set the supplier to use to obtain list ofHttpServerAuthenticationMechanismimplementations instances to use, based on the configured policy.
-