Uses of Interface
org.wildfly.security.http.HttpServerAuthenticationMechanism
Packages that use HttpServerAuthenticationMechanism
Package
Description
Server side of authentication provided by Elytron.
Package containing the HTTP based authentication APIs, SPIs and related classes.
Package containing utility classes for HTTP authentication, predominantly special factory wrappers.
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionprotected HttpServerAuthenticationMechanismHttpAuthenticationFactory.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 HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionprotected HttpServerAuthenticationMechanismHttpAuthenticationFactory.doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<HttpServerAuthenticationMechanismFactory> factoryTransformation) -
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. -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.basic
Methods in org.wildfly.security.http.basic that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionBasicMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.bearer
Methods in org.wildfly.security.http.bearer that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionBearerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.cert
Methods in org.wildfly.security.http.cert that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionClientCertMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.digest
Methods in org.wildfly.security.http.digest that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionDigestMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.external
Classes in org.wildfly.security.http.external that implement HttpServerAuthenticationMechanismModifier and TypeClassDescriptionclassThe EXTERNAL authentication mechanism.Methods in org.wildfly.security.http.external that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionExternalMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.form
Methods in org.wildfly.security.http.form that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionFormMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.spnego
Classes in org.wildfly.security.http.spnego that implement HttpServerAuthenticationMechanismModifier and TypeClassDescriptionfinal classAHttpServerAuthenticationMechanismimplementation to support SPNEGO.Methods in org.wildfly.security.http.spnego that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionSpnegoMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.util
Methods in org.wildfly.security.http.util that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionAggregateServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) FilterServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) Create the requestedHttpServerAuthenticationMechanismprovided it is available and allowed by the current filter.PrivilegedServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) PropertiesServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) Create an instance of the requestedHttpServerAuthenticationMechanismFactory.SecurityProviderServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) ServiceLoaderServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) SetMechanismInformationMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) SetRequestInformationCallbackMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) SocketAddressCallbackServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) SortedServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.util.sso
Methods in org.wildfly.security.http.util.sso that return HttpServerAuthenticationMechanismModifier and TypeMethodDescriptionSingleSignOnServerMechanismFactory.createAuthenticationMechanism(String mechanismName, Map<String, ?> properties, CallbackHandler callbackHandler) Deprecated. -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.mechanism.http
Classes in org.wildfly.security.mechanism.http that implement HttpServerAuthenticationMechanismModifier and TypeClassDescriptionclassA base class for HTTP mechanisms that operate on validation of plain text usernames and passwords.