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 NullPointerExceptionUndertowMessages_$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 AuthenticationMechanismAuthenticationMechanismFactory.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 AuthenticationMechanismAuthenticationMechanismFactory.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 TypeMethodDescriptionvoidAuthenticationMechanismContext.addAuthenticationMechanism(AuthenticationMechanism mechanism) Adds an authentication mechanism to this context.voidSecurityContext.addAuthenticationMechanism(AuthenticationMechanism mechanism) Deprecated.This method is now only applicable toSecurityContextimplementations that also implement theAuthenticationMechanismContextinterface. -
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 TypeClassDescriptionclassThe authentication handler responsible for BASIC authentication as described by RFC2617classAnAuthenticationMechanismwhich uses any cachedAuthenticatedSessionManager.AuthenticatedSessions.classThe Client Cert based authentication mechanism.classHttpHandlerto handle HTTP Digest authentication, both according to RFC-2617 and draft update to allow additional algorithms to be used.classAuthentication mechanism that uses an externally provided principal.classclassA authentication mechanism that requires the presence of two headers in the request.classAuthenticationMechanismfor GSSAPI / SPNEGO based authentication.classAuthenticator 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 TypeMethodDescriptionvoidSecurityContextImpl.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)