public interface HttpAuthenticationMechanism
Modifier and Type | Interface and Description |
---|---|
static class |
HttpAuthenticationMechanism.ChallengeSender |
Modifier and Type | Method and Description |
---|---|
CompletionStage<io.quarkus.security.identity.SecurityIdentity> |
authenticate(io.vertx.ext.web.RoutingContext context,
io.quarkus.security.identity.IdentityProviderManager identityProviderManager) |
CompletionStage<ChallengeData> |
getChallenge(io.vertx.ext.web.RoutingContext context) |
HttpCredentialTransport |
getCredentialTransport()
The credential transport, used to make sure multiple incompatible mechanisms are not installed
May be null if this mechanism cannot interfere with other mechanisms
|
Set<Class<? extends io.quarkus.security.identity.request.AuthenticationRequest>> |
getCredentialTypes()
Returns the required credential types.
|
default CompletionStage<Boolean> |
sendChallenge(io.vertx.ext.web.RoutingContext context) |
CompletionStage<io.quarkus.security.identity.SecurityIdentity> authenticate(io.vertx.ext.web.RoutingContext context, io.quarkus.security.identity.IdentityProviderManager identityProviderManager)
CompletionStage<ChallengeData> getChallenge(io.vertx.ext.web.RoutingContext context)
Set<Class<? extends io.quarkus.security.identity.request.AuthenticationRequest>> getCredentialTypes()
default CompletionStage<Boolean> sendChallenge(io.vertx.ext.web.RoutingContext context)
HttpCredentialTransport getCredentialTransport()
Copyright © 2020 JBoss by Red Hat. All rights reserved.