Uses of Enum
io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome
Packages that use AuthenticationMechanism.AuthenticationMechanismOutcome
-
Uses of AuthenticationMechanism.AuthenticationMechanismOutcome in io.undertow.security.api
Methods in io.undertow.security.api that return AuthenticationMechanism.AuthenticationMechanismOutcomeModifier and TypeMethodDescriptionAuthenticationMechanism.authenticate
(HttpServerExchange exchange, SecurityContext securityContext) Perform authentication of the request.Returns the enum constant of this type with the specified name.AuthenticationMechanism.AuthenticationMechanismOutcome.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthenticationMechanism.AuthenticationMechanismOutcome in io.undertow.security.impl
Methods in io.undertow.security.impl that return AuthenticationMechanism.AuthenticationMechanismOutcomeModifier and TypeMethodDescriptionBasicAuthenticationMechanism.authenticate
(HttpServerExchange exchange, SecurityContext securityContext) CachedAuthenticatedSessionMechanism.authenticate
(HttpServerExchange exchange, SecurityContext securityContext) ClientCertAuthenticationMechanism.authenticate
(HttpServerExchange exchange, SecurityContext securityContext) DigestAuthenticationMechanism.authenticate
(HttpServerExchange exchange, SecurityContext securityContext) ExternalAuthenticationMechanism.authenticate
(HttpServerExchange exchange, SecurityContext securityContext) FormAuthenticationMechanism.authenticate
(HttpServerExchange exchange, SecurityContext securityContext) GenericHeaderAuthenticationMechanism.authenticate
(HttpServerExchange exchange, SecurityContext securityContext) GSSAPIAuthenticationMechanism.authenticate
(HttpServerExchange exchange, SecurityContext securityContext) SingleSignOnAuthenticationMechanism.authenticate
(HttpServerExchange exchange, SecurityContext securityContext) CachedAuthenticatedSessionMechanism.runCached
(HttpServerExchange exchange, SecurityContext securityContext, AuthenticatedSessionManager sessionManager) FormAuthenticationMechanism.runFormAuth
(HttpServerExchange exchange, SecurityContext securityContext) GSSAPIAuthenticationMechanism.runGSSAPI
(HttpServerExchange exchange, ByteBuffer challenge, SecurityContext securityContext)