Uses of Class
io.quarkus.vertx.http.runtime.security.HttpCredentialTransport.Type
-
Packages that use HttpCredentialTransport.Type Package Description io.quarkus.vertx.http.runtime.security -
-
Uses of HttpCredentialTransport.Type in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security that return HttpCredentialTransport.Type Modifier and Type Method Description HttpCredentialTransport.TypeHttpCredentialTransport. getTransportType()static HttpCredentialTransport.TypeHttpCredentialTransport.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpCredentialTransport.Type[]HttpCredentialTransport.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.quarkus.vertx.http.runtime.security with parameters of type HttpCredentialTransport.Type Constructor Description HttpCredentialTransport(HttpCredentialTransport.Type transportType, String typeTarget)HttpCredentialTransport(HttpCredentialTransport.Type transportType, String typeTarget, String authenticationScheme)
-