Package io.quarkus.undertow.runtime
Class QuarkusAuthMechanism
- java.lang.Object
-
- io.quarkus.undertow.runtime.QuarkusAuthMechanism
-
- All Implemented Interfaces:
io.undertow.security.api.AuthenticationMechanism
public class QuarkusAuthMechanism extends Object implements io.undertow.security.api.AuthenticationMechanism
-
-
Field Summary
Fields Modifier and Type Field Description static QuarkusAuthMechanismINSTANCE
-
Constructor Summary
Constructors Constructor Description QuarkusAuthMechanism()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcomeauthenticate(io.undertow.server.HttpServerExchange exchange, io.undertow.security.api.SecurityContext securityContext)io.undertow.security.api.AuthenticationMechanism.ChallengeResultsendChallenge(io.undertow.server.HttpServerExchange exchange, io.undertow.security.api.SecurityContext securityContext)
-
-
-
Field Detail
-
INSTANCE
public static final QuarkusAuthMechanism INSTANCE
-
-
Method Detail
-
authenticate
public io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome authenticate(io.undertow.server.HttpServerExchange exchange, io.undertow.security.api.SecurityContext securityContext)- Specified by:
authenticatein interfaceio.undertow.security.api.AuthenticationMechanism
-
sendChallenge
public io.undertow.security.api.AuthenticationMechanism.ChallengeResult sendChallenge(io.undertow.server.HttpServerExchange exchange, io.undertow.security.api.SecurityContext securityContext)- Specified by:
sendChallengein interfaceio.undertow.security.api.AuthenticationMechanism
-
-