Uses of Interface
org.wildfly.security.http.HttpServerAuthenticationMechanismFactory
Packages that use HttpServerAuthenticationMechanismFactory
Package
Description
Server side of authentication provided by Elytron.
Package containing utility classes for HTTP authentication, predominantly special factory wrappers.
-
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type HttpServerAuthenticationMechanismFactoryModifier and TypeMethodDescriptionHttpAuthenticationFactory.Builder.setFactory(HttpServerAuthenticationMechanismFactory factory) Method parameters in org.wildfly.security.auth.server with type arguments of type HttpServerAuthenticationMechanismFactoryModifier and TypeMethodDescriptionprotected HttpServerAuthenticationMechanismHttpAuthenticationFactory.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 HttpServerAuthenticationMechanismFactoryModifier and TypeMethodDescriptionHttpAuthenticationFactory.Builder.setFactory(HttpServerAuthenticationMechanismFactory factory) Method parameters in org.wildfly.security.auth.server.http with type arguments of type HttpServerAuthenticationMechanismFactoryModifier and TypeMethodDescriptionprotected HttpServerAuthenticationMechanismHttpAuthenticationFactory.doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<HttpServerAuthenticationMechanismFactory> factoryTransformation) -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.basic
Classes in org.wildfly.security.http.basic that implement HttpServerAuthenticationMechanismFactoryModifier and TypeClassDescriptionclassAHttpServerAuthenticationMechanismFactoryimplementation for the Basic HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.bearer
Classes in org.wildfly.security.http.bearer that implement HttpServerAuthenticationMechanismFactoryModifier and TypeClassDescriptionclassAHttpServerAuthenticationMechanismFactoryimplementation for the Bearer HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.cert
Classes in org.wildfly.security.http.cert that implement HttpServerAuthenticationMechanismFactoryModifier and TypeClassDescriptionclassAHttpServerAuthenticationMechanismFactoryimplementation for the Client Cert HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.digest
Classes in org.wildfly.security.http.digest that implement HttpServerAuthenticationMechanismFactoryModifier and TypeClassDescriptionclassTheHttpServerAuthenticationMechanismFactoryimplementation for the HTTP Digest authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.external
Classes in org.wildfly.security.http.external that implement HttpServerAuthenticationMechanismFactoryModifier and TypeClassDescriptionclassAHttpServerAuthenticationMechanismFactoryimplementation for the EXTERNAL HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.form
Classes in org.wildfly.security.http.form that implement HttpServerAuthenticationMechanismFactoryModifier and TypeClassDescriptionclassAHttpServerAuthenticationMechanismFactoryimplementation for the FORM HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.spnego
Classes in org.wildfly.security.http.spnego that implement HttpServerAuthenticationMechanismFactoryModifier and TypeClassDescriptionclassAHttpServerAuthenticationMechanismFactoryimplementation for the SPNEGO HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.util
Classes in org.wildfly.security.http.util that implement HttpServerAuthenticationMechanismFactoryModifier and TypeClassDescriptionfinal classAHttpServerAuthenticationMechanismFactorythat is an aggregation of other factories.final classAn implementation ofHttpServerAuthenticationMechanismFactorythat wraps an existing factory and provides mechanism filtering by name.final classAHttpServerAuthenticationMechanismFactorythat wraps a delegate so that any returnedHttpServerAuthenticationMechanismis wrapped by a wrapper that ensures all calls are using the providedAccessControlContext, if no AccessControlContext is provided then the one in place at the time this factory is instantiated is used instead.final classAHttpServerAuthenticationMechanismFactorythat adds a predefined set of properties to all calls to the delegate.final classAHttpServerAuthenticationMechanismFactorythat loads factories from a supplied array ofProviderinstances.final classAHttpServerAuthenticationMechanismFactorywhich locates further factory implementations by iterating aServiceLoaderclassA wrapperHttpServerAuthenticationMechanismFactoryto ensure that mechanism information for the current authentication request is set before the first authentication callbacks.classA wrapperHttpServerAuthenticationMechanismFactorythat sets the request information using the current authentication request.final classA wrapperHttpServerAuthenticationMechanismFactorythat sets the peer address using the current authentication request.final classAHttpServerAuthenticationMechanismFactorywhich sorts the mechanism names returned using the providedComparator.Constructors in org.wildfly.security.http.util with parameters of type HttpServerAuthenticationMechanismFactoryModifierConstructorDescriptionConstruct an instance ofAggregateServerMechanismFactorywith an array of factories to aggregate.FilterServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, boolean include, String... mechanismNames) Construct a new instance that filters from a provided set of mechanism names.FilterServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, boolean include, Collection<String> mechanismNames) Construct a new instance that filters from a provided set of mechanism names.FilterServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, Predicate<String> predicate) Constructs a new instance.Construct a new instance ofPrivilegedServerMechanismFactoryusing the currentAccessControlContextfor calls to the wrapped factoryPrivilegedServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, AccessControlContext accessControlContext) Construct a new instance ofPrivilegedServerMechanismFactory.PropertiesServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, Map<String, ?> properties) Construct a new instance.Construct a wrapping mechanism factory instance.SetRequestInformationCallbackMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, HashMap<String, Function<HttpServerRequest, String>> httpServerRequestInformationMap) Construct a wrapping mechanism factory instance.Construct a wrapping mechanism factory instance.SortedServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, Comparator<String> mechanismNameComparator) Constructor parameters in org.wildfly.security.http.util with type arguments of type HttpServerAuthenticationMechanismFactoryModifierConstructorDescriptionServiceLoaderServerMechanismFactory(ServiceLoader<HttpServerAuthenticationMechanismFactory> serviceLoader) Constructs a new instance with a previously createdServiceLoaderThis class synchronizes on the supplied service loader, if the same is synchronized against outside thenServiceLoader.reload()can safely be called. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.util.sso
Classes in org.wildfly.security.http.util.sso that implement HttpServerAuthenticationMechanismFactoryModifier and TypeClassDescriptionclassDeprecated.Only inner class SingleSignOnConfiguration is deprecated.Constructors in org.wildfly.security.http.util.sso with parameters of type HttpServerAuthenticationMechanismFactoryModifierConstructorDescriptionSingleSignOnServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnConfiguration configuration) Deprecated.Creates a new instance.SingleSignOnServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnServerMechanismFactory.SingleSignOnConfiguration configuration) Deprecated.