Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.impl |
Modifier and Type | Method and Description |
---|---|
AuthenticationMechanism.AuthenticationMechanismOutcome |
AuthenticationMechanism.authenticate(HttpServerExchange exchange,
SecurityContext securityContext)
Perform authentication of the request.
|
AuthenticationMechanism.AuthenticationMechanismOutcome |
SecurityContext.AuthenticationResult.getOutcome() |
static AuthenticationMechanism.AuthenticationMechanismOutcome |
AuthenticationMechanism.AuthenticationMechanismOutcome.valueOf(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.
|
Constructor and Description |
---|
SecurityContext.AuthenticationResult(AuthenticationMechanism.AuthenticationMechanismOutcome outcome,
Runnable sendChallengeTask) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.