Uses of Class
io.quarkus.vertx.http.runtime.security.HttpCredentialTransport
-
Packages that use HttpCredentialTransport Package Description io.quarkus.vertx.http.runtime.security -
-
Uses of HttpCredentialTransport in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security that return HttpCredentialTransport Modifier and Type Method Description default HttpCredentialTransportHttpAuthenticationMechanism. getCredentialTransport()Deprecated.HttpCredentialTransportHttpAuthenticator.NoAuthenticationMechanism. getCredentialTransport()Methods in io.quarkus.vertx.http.runtime.security that return types with arguments of type HttpCredentialTransport Modifier and Type Method Description io.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)
-