Uses of Class
io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome
-
Packages that use AuthenticationMechanism.AuthenticationMechanismOutcome Package Description io.undertow.security.api io.undertow.security.impl -
-
Uses of AuthenticationMechanism.AuthenticationMechanismOutcome in io.undertow.security.api
Methods in io.undertow.security.api that return AuthenticationMechanism.AuthenticationMechanismOutcome Modifier and Type Method Description AuthenticationMechanism.AuthenticationMechanismOutcomeAuthenticationMechanism. authenticate(HttpServerExchange exchange, SecurityContext securityContext)Perform authentication of the request.static AuthenticationMechanism.AuthenticationMechanismOutcomeAuthenticationMechanism.AuthenticationMechanismOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthenticationMechanism.AuthenticationMechanismOutcome[]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
-