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.ChallengeResult
AuthenticationMechanism.ChallengeResult. NOT_SENT
Methods in io.undertow.security.api that return AuthenticationMechanism.ChallengeResult Modifier and Type Method Description AuthenticationMechanism.ChallengeResult
AuthenticationMechanism. sendChallenge(HttpServerExchange exchange, SecurityContext securityContext)
Send an authentication challenge to the remote client. -
Uses of AuthenticationMechanism.ChallengeResult in io.undertow.security.impl
-