static class HttpAuthenticator.NoAuthenticationMechanism extends Object implements HttpAuthenticationMechanism
HttpAuthenticationMechanism.ChallengeSender| Constructor and Description |
|---|
NoAuthenticationMechanism() |
| 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsendChallengepublic CompletionStage<io.quarkus.security.identity.SecurityIdentity> authenticate(io.vertx.ext.web.RoutingContext context, io.quarkus.security.identity.IdentityProviderManager identityProviderManager)
authenticate in interface HttpAuthenticationMechanismpublic CompletionStage<ChallengeData> getChallenge(io.vertx.ext.web.RoutingContext context)
getChallenge in interface HttpAuthenticationMechanismCopyright © 2020 JBoss by Red Hat. All rights reserved.