Uses of Class
io.quarkus.vertx.http.runtime.security.HttpCredentialTransport
Packages that use HttpCredentialTransport
-
Uses of HttpCredentialTransport in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security that return types with arguments of type HttpCredentialTransportModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<HttpCredentialTransport> BasicAuthenticationMechanism.getCredentialTransport(io.vertx.ext.web.RoutingContext context) io.smallrye.mutiny.Uni<HttpCredentialTransport> FormAuthenticationMechanism.getCredentialTransport(io.vertx.ext.web.RoutingContext context) default io.smallrye.mutiny.Uni<HttpCredentialTransport> HttpAuthenticationMechanism.getCredentialTransport(io.vertx.ext.web.RoutingContext context) The credential transport, used for finding the best candidate for authenticating and challenging when more than one mechanism is installed.io.smallrye.mutiny.Uni<HttpCredentialTransport> MtlsAuthenticationMechanism.getCredentialTransport(io.vertx.ext.web.RoutingContext context)