Uses of Interface
org.wildfly.security.http.HttpServerAuthenticationMechanism
-
Packages that use HttpServerAuthenticationMechanism Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server.http org.wildfly.security.http Package containing the HTTP based authentication APIs, SPIs and related classes.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 org.wildfly.security.mechanism.http -
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
SecurityIdentityServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
Deprecated.protected HttpServerAuthenticationMechanism
HttpAuthenticationFactory. 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 HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
SecurityIdentityServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
protected HttpServerAuthenticationMechanism
HttpAuthenticationFactory. doCreate(String name, CallbackHandler callbackHandler, UnaryOperator<HttpServerAuthenticationMechanismFactory> factoryTransformation)
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http
Fields in org.wildfly.security.http declared as HttpServerAuthenticationMechanism Modifier and Type Field Description private HttpServerAuthenticationMechanism
HttpAuthenticator.AuthenticationExchange. currentMechanism
Fields in org.wildfly.security.http with type parameters of type HttpServerAuthenticationMechanism Modifier and Type Field Description private Supplier<List<HttpServerAuthenticationMechanism>>
HttpAuthenticator.Builder. mechanismSupplier
private Supplier<List<HttpServerAuthenticationMechanism>>
HttpAuthenticator. mechanismSupplier
Methods in org.wildfly.security.http that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
HttpServerAuthenticationMechanismFactory. 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.Builder
HttpAuthenticator.Builder. setMechanismSupplier(Supplier<List<HttpServerAuthenticationMechanism>> mechanismSupplier)
Set the supplier to use to obtain list ofHttpServerAuthenticationMechanism
implementations instances to use, based on the configured policy. -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.basic
Classes in org.wildfly.security.http.basic that implement HttpServerAuthenticationMechanism Modifier and Type Class Description (package private) class
BasicAuthenticationMechanism
Implementation of the HTTP BASIC authentication mechanismMethods in org.wildfly.security.http.basic that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
BasicMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.bearer
Classes in org.wildfly.security.http.bearer that implement HttpServerAuthenticationMechanism Modifier and Type Class Description (package private) class
BearerTokenAuthenticationMechanism
AHttpServerAuthenticationMechanism
capable to perform authentication based on a bearer token.Methods in org.wildfly.security.http.bearer that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
BearerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.cert
Classes in org.wildfly.security.http.cert that implement HttpServerAuthenticationMechanism Modifier and Type Class Description (package private) class
ClientCertAuthenticationMechanism
The CLIENT_CERT authentication mechanism.Methods in org.wildfly.security.http.cert that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
ClientCertMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.digest
Classes in org.wildfly.security.http.digest that implement HttpServerAuthenticationMechanism Modifier and Type Class Description (package private) class
DigestAuthenticationMechanism
Implementation of the HTTP DIGEST authentication mechanism as defined in RFC 7616.Methods in org.wildfly.security.http.digest that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
DigestMechanismFactory. 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 HttpServerAuthenticationMechanism Modifier and Type Class Description class
ExternalAuthenticationMechanism
The EXTERNAL authentication mechanism.Methods in org.wildfly.security.http.external that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
ExternalMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.form
Classes in org.wildfly.security.http.form that implement HttpServerAuthenticationMechanism Modifier and Type Class Description (package private) class
FormAuthenticationMechanism
A generic FORM authentication mechanism which is usable in a number of different scenarios.Methods in org.wildfly.security.http.form that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
FormMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.impl
Methods in org.wildfly.security.http.impl that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
ServerMechanismFactoryImpl. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
Deprecated. -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.oidc
Classes in org.wildfly.security.http.oidc that implement HttpServerAuthenticationMechanism Modifier and Type Class Description (package private) class
OidcAuthenticationMechanism
AnHttpServerAuthenticationMechanism
to support OpenID Connect (OIDC).Methods in org.wildfly.security.http.oidc that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
OidcMechanismFactory. 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 HttpServerAuthenticationMechanism Modifier and Type Class Description class
SpnegoAuthenticationMechanism
AHttpServerAuthenticationMechanism
implementation to support SPNEGO.Methods in org.wildfly.security.http.spnego that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
SpnegoMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.util
Classes in org.wildfly.security.http.util that implement HttpServerAuthenticationMechanism Modifier and Type Class Description (package private) class
PrivilegedServerMechanism
AHttpServerAuthenticationMechanism
with a storedAccessControlContext
that is used for all request processing calls.Fields in org.wildfly.security.http.util declared as HttpServerAuthenticationMechanism Modifier and Type Field Description private HttpServerAuthenticationMechanism
PrivilegedServerMechanism. mechanism
Methods in org.wildfly.security.http.util that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
AggregateServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
HttpServerAuthenticationMechanism
FilterServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
Create the requestedHttpServerAuthenticationMechanism
provided it is available and allowed by the current filter.HttpServerAuthenticationMechanism
PrivilegedServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
HttpServerAuthenticationMechanism
PropertiesServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
Create an instance of the requestedHttpServerAuthenticationMechanismFactory
.HttpServerAuthenticationMechanism
SecurityProviderServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
HttpServerAuthenticationMechanism
ServiceLoaderServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
HttpServerAuthenticationMechanism
SetMechanismInformationMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
HttpServerAuthenticationMechanism
SocketAddressCallbackServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
HttpServerAuthenticationMechanism
SortedServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
Constructors in org.wildfly.security.http.util with parameters of type HttpServerAuthenticationMechanism Constructor Description PrivilegedServerMechanism(HttpServerAuthenticationMechanism mechanism, AccessControlContext accessControlContext)
Construct a new instance ofPrivilegedServerMechanism
. -
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.http.util.sso
Methods in org.wildfly.security.http.util.sso that return HttpServerAuthenticationMechanism Modifier and Type Method Description HttpServerAuthenticationMechanism
SingleSignOnServerMechanismFactory. createAuthenticationMechanism(String mechanismName, Map<String,?> properties, CallbackHandler callbackHandler)
-
Uses of HttpServerAuthenticationMechanism in org.wildfly.security.mechanism.http
Classes in org.wildfly.security.mechanism.http that implement HttpServerAuthenticationMechanism Modifier and Type Class Description class
UsernamePasswordAuthenticationMechanism
A base class for HTTP mechanisms that operate on validation of plain text usernames and passwords.
-