Uses of Interface
io.undertow.security.api.AuthenticationMechanism
Packages that use AuthenticationMechanism
Package
Description
-
Uses of AuthenticationMechanism in io.undertow
Methods in io.undertow with parameters of type AuthenticationMechanismModifier and TypeMethodDescriptionfinal NullPointerException
UndertowMessages_$bundle.sendChallengeReturnedNull
(AuthenticationMechanism mechanism) UndertowMessages.sendChallengeReturnedNull
(AuthenticationMechanism mechanism) -
Uses of AuthenticationMechanism in io.undertow.security.api
Methods in io.undertow.security.api that return AuthenticationMechanismModifier and TypeMethodDescriptiondefault AuthenticationMechanism
AuthenticationMechanismFactory.create
(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) Creates an authentication mechanism that needs access to the deployment IdentityManager and specified propertiesdefault AuthenticationMechanism
AuthenticationMechanismFactory.create
(String mechanismName, FormParserFactory formParserFactory, Map<String, String> properties) Deprecated.Methods in io.undertow.security.api that return types with arguments of type AuthenticationMechanismModifier and TypeMethodDescriptionSecurityContext.getAuthenticationMechanisms()
Deprecated.Obtaining lists of mechanisms is discouraged, however there should not be a need to call this anyway.Methods in io.undertow.security.api with parameters of type AuthenticationMechanismModifier and TypeMethodDescriptionvoid
AuthenticationMechanismContext.addAuthenticationMechanism
(AuthenticationMechanism mechanism) Adds an authentication mechanism to this context.void
SecurityContext.addAuthenticationMechanism
(AuthenticationMechanism mechanism) Deprecated.This method is now only applicable toSecurityContext
implementations that also implement theAuthenticationMechanismContext
interface. -
Uses of AuthenticationMechanism in io.undertow.security.handlers
Constructor parameters in io.undertow.security.handlers with type arguments of type AuthenticationMechanismModifierConstructorDescriptionAuthenticationMechanismsHandler
(HttpHandler next, List<AuthenticationMechanism> authenticationMechanisms) AuthenticationMechanismsHandler
(List<AuthenticationMechanism> authenticationHandlers) -
Uses of AuthenticationMechanism in io.undertow.security.impl
Classes in io.undertow.security.impl that implement AuthenticationMechanismModifier and TypeClassDescriptionclass
The authentication handler responsible for BASIC authentication as described by RFC2617class
AnAuthenticationMechanism
which uses any cachedAuthenticatedSessionManager.AuthenticatedSession
s.class
The Client Cert based authentication mechanism.class
HttpHandler
to handle HTTP Digest authentication, both according to RFC-2617 and draft update to allow additional algorithms to be used.class
Authentication mechanism that uses an externally provided principal.class
class
A authentication mechanism that requires the presence of two headers in the request.class
AuthenticationMechanism
for GSSAPI / SPNEGO based authentication.class
Authenticator that can be used to configure single sign on.Methods in io.undertow.security.impl that return AuthenticationMechanismModifier and TypeMethodDescriptionBasicAuthenticationMechanism.Factory.create
(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) ClientCertAuthenticationMechanism.Factory.create
(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) DigestAuthenticationMechanism.Factory.create
(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) ExternalAuthenticationMechanism.Factory.create
(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) GenericHeaderAuthenticationMechanism.Factory.create
(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) Methods in io.undertow.security.impl that return types with arguments of type AuthenticationMechanismMethods in io.undertow.security.impl with parameters of type AuthenticationMechanismModifier and TypeMethodDescriptionvoid
SecurityContextImpl.addAuthenticationMechanism
(AuthenticationMechanism handler) -
Uses of AuthenticationMechanism in io.undertow.util
Methods in io.undertow.util that return AuthenticationMechanismModifier and TypeMethodDescriptionImmediateAuthenticationMechanismFactory.create
(String mechanismName, IdentityManager identityManager, FormParserFactory formParserFactory, Map<String, String> properties) Constructors in io.undertow.util with parameters of type AuthenticationMechanismModifierConstructorDescriptionImmediateAuthenticationMechanismFactory
(AuthenticationMechanism authenticationMechanism)