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 HttpCredentialTransportBasicAuthenticationMechanism. getCredentialTransport()HttpCredentialTransportFormAuthenticationMechanism. getCredentialTransport()HttpCredentialTransportHttpAuthenticationMechanism. getCredentialTransport()The credential transport, used to make sure multiple incompatible mechanisms are not installed May be null if this mechanism cannot interfere with other mechanismsHttpCredentialTransportHttpAuthenticator.NoAuthenticationMechanism. getCredentialTransport()HttpCredentialTransportMtlsAuthenticationMechanism. getCredentialTransport()
-