public class AuthenticationMechanismWrapper extends Object implements io.undertow.security.api.AuthenticationMechanism
AuthenticationMechanism
s 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.AuthenticationMechanism
public 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.AuthenticationMechanism
Copyright © 2023 JBoss by Red Hat. All rights reserved.