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 org.wildfly.security.http.basic org.wildfly.security.http.bearer org.wildfly.security.http.cert org.wildfly.security.http.digest org.wildfly.security.http.external org.wildfly.security.http.form org.wildfly.security.http.impl Implementation classes which do not form part of the public API.org.wildfly.security.http.oidc org.wildfly.security.http.spnego org.wildfly.security.http.util Package containing utility classes for HTTP authentication, predominantly special factory wrappers.org.wildfly.security.http.util.sso -
-
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.auth.server
Classes in org.wildfly.security.auth.server that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description (package private) class
SecurityIdentityServerMechanismFactory
Deprecated.UseSecurityIdentityServerMechanismFactory
insteadFields in org.wildfly.security.auth.server declared as HttpServerAuthenticationMechanismFactory Modifier and Type Field Description private HttpServerAuthenticationMechanismFactory
SecurityIdentityServerMechanismFactory. delegate
Deprecated.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.Constructors in org.wildfly.security.auth.server with parameters of type HttpServerAuthenticationMechanismFactory Constructor Description HttpAuthenticationFactory(SecurityDomain securityDomain, MechanismConfigurationSelector mechanismConfigurationSelector, HttpServerAuthenticationMechanismFactory factory)
Deprecated.SecurityIdentityServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate)
Deprecated.Construct a new instance. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.auth.server.http
Classes in org.wildfly.security.auth.server.http that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description (package private) class
SecurityIdentityServerMechanismFactory
AHttpServerAuthenticationMechanismFactory
that wraps authentication mechanism from delegating factory, so any request forSECURITY_IDENTITY
negotiated property is caught andSecurityIdentity
from the callback handler is returned instead.Fields in org.wildfly.security.auth.server.http declared as HttpServerAuthenticationMechanismFactory Modifier and Type Field Description private HttpServerAuthenticationMechanismFactory
SecurityIdentityServerMechanismFactory. delegate
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)
Constructors in org.wildfly.security.auth.server.http with parameters of type HttpServerAuthenticationMechanismFactory Constructor Description HttpAuthenticationFactory(SecurityDomain securityDomain, MechanismConfigurationSelector mechanismConfigurationSelector, HttpServerAuthenticationMechanismFactory factory)
SecurityIdentityServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate)
Construct a new instance. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.basic
Classes in org.wildfly.security.http.basic that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
BasicMechanismFactory
AHttpServerAuthenticationMechanismFactory
implementation for the Basic HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.bearer
Classes in org.wildfly.security.http.bearer that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
BearerMechanismFactory
AHttpServerAuthenticationMechanismFactory
implementation for the Bearer HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.cert
Classes in org.wildfly.security.http.cert that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
ClientCertMechanismFactory
AHttpServerAuthenticationMechanismFactory
implementation 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 HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
DigestMechanismFactory
TheHttpServerAuthenticationMechanismFactory
implementation for the HTTP Digest authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.external
Classes in org.wildfly.security.http.external that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
ExternalMechanismFactory
AHttpServerAuthenticationMechanismFactory
implementation for the EXTERNAL HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.form
Classes in org.wildfly.security.http.form that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
FormMechanismFactory
AHttpServerAuthenticationMechanismFactory
implementation for the FORM HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.impl
Classes in org.wildfly.security.http.impl that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
ServerMechanismFactoryImpl
Deprecated.Fields in org.wildfly.security.http.impl declared as HttpServerAuthenticationMechanismFactory Modifier and Type Field Description private HttpServerAuthenticationMechanismFactory
ServerMechanismFactoryImpl. delegate
Deprecated. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.oidc
Classes in org.wildfly.security.http.oidc that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
OidcMechanismFactory
AnHttpServerAuthenticationMechanismFactory
implementation for the OpenID Connect (OIDC) HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.spnego
Classes in org.wildfly.security.http.spnego that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
SpnegoMechanismFactory
AHttpServerAuthenticationMechanismFactory
implementation for the SPNEGO HTTP authentication mechanism. -
Uses of HttpServerAuthenticationMechanismFactory in org.wildfly.security.http.util
Classes in org.wildfly.security.http.util that implement HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
AggregateServerMechanismFactory
AHttpServerAuthenticationMechanismFactory
that is an aggregation of other factories.class
FilterServerMechanismFactory
An implementation ofHttpServerAuthenticationMechanismFactory
that wraps an existing factory and provides mechanism filtering by name.class
PrivilegedServerMechanismFactory
AHttpServerAuthenticationMechanismFactory
that wraps a delegate so that any returnedHttpServerAuthenticationMechanism
is 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.class
PropertiesServerMechanismFactory
AHttpServerAuthenticationMechanismFactory
that adds a predefined set of properties to all calls to the delegate.class
SecurityProviderServerMechanismFactory
AHttpServerAuthenticationMechanismFactory
that loads factories from a supplied array ofProvider
instances.class
ServiceLoaderServerMechanismFactory
AHttpServerAuthenticationMechanismFactory
which locates further factory implementations by iterating aServiceLoader
class
SetMechanismInformationMechanismFactory
A wrapperHttpServerAuthenticationMechanismFactory
to ensure that mechanism information for the current authentication request is set before the first authentication callbacks.class
SocketAddressCallbackServerMechanismFactory
A wrapperHttpServerAuthenticationMechanismFactory
that sets the peer address using the current authentication request.class
SortedServerMechanismFactory
AHttpServerAuthenticationMechanismFactory
which sorts the mechanism names returned using the providedComparator
.Fields in org.wildfly.security.http.util declared as HttpServerAuthenticationMechanismFactory Modifier and Type Field Description private HttpServerAuthenticationMechanismFactory
FilterServerMechanismFactory. delegate
private HttpServerAuthenticationMechanismFactory
PrivilegedServerMechanismFactory. delegate
private HttpServerAuthenticationMechanismFactory
PropertiesServerMechanismFactory. delegate
private HttpServerAuthenticationMechanismFactory
SetMechanismInformationMechanismFactory. delegate
private HttpServerAuthenticationMechanismFactory
SocketAddressCallbackServerMechanismFactory. delegate
private HttpServerAuthenticationMechanismFactory
SortedServerMechanismFactory. delegate
private HttpServerAuthenticationMechanismFactory[]
AggregateServerMechanismFactory. factories
Fields in org.wildfly.security.http.util with type parameters of type HttpServerAuthenticationMechanismFactory Modifier and Type Field Description private ServiceLoader<HttpServerAuthenticationMechanismFactory>
ServiceLoaderServerMechanismFactory. serviceLoader
Constructors in org.wildfly.security.http.util with parameters of type HttpServerAuthenticationMechanismFactory Constructor Description AggregateServerMechanismFactory(HttpServerAuthenticationMechanismFactory... factories)
Construct an instance ofAggregateServerMechanismFactory
with 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.PrivilegedServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate)
Construct a new instance ofPrivilegedServerMechanismFactory
using the currentAccessControlContext
for calls to the wrapped factoryPrivilegedServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, AccessControlContext accessControlContext)
Construct a new instance ofPrivilegedServerMechanismFactory
.PropertiesServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, Map<String,?> properties)
Construct a new instance.SetMechanismInformationMechanismFactory(HttpServerAuthenticationMechanismFactory delegate)
Construct a wrapping mechanism factory instance.SocketAddressCallbackServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate)
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 HttpServerAuthenticationMechanismFactory Constructor Description ServiceLoaderServerMechanismFactory(ServiceLoader<HttpServerAuthenticationMechanismFactory> serviceLoader)
Constructs a new instance with a previously createdServiceLoader
This 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 HttpServerAuthenticationMechanismFactory Modifier and Type Class Description class
SingleSignOnServerMechanismFactory
AHttpServerAuthenticationMechanismFactory
which enables single sign-on to the mechanisms provided by a another http mechanism factory.Fields in org.wildfly.security.http.util.sso declared as HttpServerAuthenticationMechanismFactory Modifier and Type Field Description private HttpServerAuthenticationMechanismFactory
SingleSignOnServerMechanismFactory. delegate
Constructors in org.wildfly.security.http.util.sso with parameters of type HttpServerAuthenticationMechanismFactory Constructor Description SingleSignOnServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnConfiguration configuration)
Creates a new instance.SingleSignOnServerMechanismFactory(HttpServerAuthenticationMechanismFactory delegate, SingleSignOnSessionFactory singleSignOnSessionFactory, SingleSignOnServerMechanismFactory.SingleSignOnConfiguration configuration)
Deprecated.
-