Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.impl |
Modifier and Type | Method | Description |
---|---|---|
AuthenticationMechanism.AuthenticationMechanismOutcome |
AuthenticationMechanism.authenticate(HttpServerExchange exchange,
SecurityContext securityContext) |
Perform authentication of the request.
|
static AuthenticationMechanism.AuthenticationMechanismOutcome |
AuthenticationMechanism.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.
|
Copyright © 2018. All rights reserved.