Uses of Class
io.undertow.security.api.AuthenticationMechanism.ChallengeResult
-
Packages that use AuthenticationMechanism.ChallengeResult Package Description io.undertow.security.api io.undertow.security.impl -
-
Uses of AuthenticationMechanism.ChallengeResult in io.undertow.security.api
Fields in io.undertow.security.api declared as AuthenticationMechanism.ChallengeResult Modifier and Type Field Description static AuthenticationMechanism.ChallengeResultAuthenticationMechanism.ChallengeResult. NOT_SENTMethods in io.undertow.security.api that return AuthenticationMechanism.ChallengeResult Modifier and Type Method Description AuthenticationMechanism.ChallengeResultAuthenticationMechanism. sendChallenge(HttpServerExchange exchange, SecurityContext securityContext)Send an authentication challenge to the remote client. -
Uses of AuthenticationMechanism.ChallengeResult in io.undertow.security.impl
-