Uses of Enum Class
io.quarkus.vertx.http.runtime.security.HttpCredentialTransport.Type
Packages that use HttpCredentialTransport.Type
-
Uses of HttpCredentialTransport.Type in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security that return HttpCredentialTransport.TypeModifier and TypeMethodDescriptionHttpCredentialTransport.getTransportType()static HttpCredentialTransport.TypeReturns the enum constant of this class with the specified name.static HttpCredentialTransport.Type[]HttpCredentialTransport.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkus.vertx.http.runtime.security with parameters of type HttpCredentialTransport.TypeModifierConstructorDescriptionHttpCredentialTransport(HttpCredentialTransport.Type transportType, String typeTarget) HttpCredentialTransport constructor that accepts two parameters.HttpCredentialTransport(HttpCredentialTransport.Type transportType, String typeTarget, String authenticationScheme) HttpCredentialTransport constructor that accepts three parameters.