public class AuthenticationMechanismWrapper extends Object implements io.undertow.security.api.AuthenticationMechanism
AuthenticationMechanisms to ensure that the identity manager is aware of the current mechanism.| Constructor and Description |
|---|
AuthenticationMechanismWrapper(io.undertow.security.api.AuthenticationMechanism wrapped,
AuthMechanism mechanism) |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome |
authenticate(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext) |
io.undertow.security.api.AuthenticationMechanism.ChallengeResult |
sendChallenge(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext) |
public AuthenticationMechanismWrapper(io.undertow.security.api.AuthenticationMechanism wrapped,
AuthMechanism mechanism)
public io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome authenticate(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext)
authenticate in interface io.undertow.security.api.AuthenticationMechanismpublic io.undertow.security.api.AuthenticationMechanism.ChallengeResult sendChallenge(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext)
sendChallenge in interface io.undertow.security.api.AuthenticationMechanismCopyright © 2021 JBoss by Red Hat. All rights reserved.