public interface HttpAuthenticationMechanism
| 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<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<Boolean> sendChallenge(io.vertx.ext.web.RoutingContext context)
Copyright © 2019 JBoss by Red Hat. All rights reserved.