Uses of Interface
org.wildfly.security.http.HttpServerAuthenticationMechanismFactory
-
Packages that use HttpServerAuthenticationMechanismFactory Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server.http -
-
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type HttpServerAuthenticationMechanismFactory Modifier and Type Method Description HttpAuthenticationFactory.Builder
HttpAuthenticationFactory.Builder. setFactory(HttpServerAuthenticationMechanismFactory factory)
Method parameters in org.wildfly.security.auth.server with type arguments of type HttpServerAuthenticationMechanismFactory Modifier and Type Method Description protected HttpServerAuthenticationMechanism
HttpAuthenticationFactory. doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<HttpServerAuthenticationMechanismFactory> factoryTransformation)
Deprecated. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.auth.server.http
Methods in org.wildfly.security.auth.server.http with parameters of type HttpServerAuthenticationMechanismFactory Modifier and Type Method Description HttpAuthenticationFactory.Builder
HttpAuthenticationFactory.Builder. setFactory(HttpServerAuthenticationMechanismFactory factory)
Method parameters in org.wildfly.security.auth.server.http with type arguments of type HttpServerAuthenticationMechanismFactory Modifier and Type Method Description protected HttpServerAuthenticationMechanism
HttpAuthenticationFactory. doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<HttpServerAuthenticationMechanismFactory> factoryTransformation)
-