Uses of Interface
io.quarkus.vertx.http.runtime.cors.CORSConfig
Packages that use CORSConfig
Package
Description
-
Uses of CORSConfig in io.quarkus.vertx.http.runtime
Methods in io.quarkus.vertx.http.runtime that return CORSConfigModifier and TypeMethodDescriptiondefault CORSConfigDefaultAuthConfig.cors()VertxHttpConfig.cors()The CORS configMethods in io.quarkus.vertx.http.runtime that return types with arguments of type CORSConfigModifier and TypeMethodDescription@WithUnnamedKey Map<String, CORSConfig> DefaultAuthConfig.Defaults.cors() -
Uses of CORSConfig in io.quarkus.vertx.http.runtime.cors
Method parameters in io.quarkus.vertx.http.runtime.cors with type arguments of type CORSConfigModifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext> CORSRecorder.corsHandler(io.quarkus.runtime.RuntimeValue<CORSConfig> programmaticCorsConfig) Constructors in io.quarkus.vertx.http.runtime.cors with parameters of type CORSConfig -
Uses of CORSConfig in io.quarkus.vertx.http.runtime.security
Methods in io.quarkus.vertx.http.runtime.security that return CORSConfigModifier and TypeMethodDescription(package private) CORSConfigHttpSecurityConfiguration.getCorsConfig()(package private) CORSConfigHttpSecurityImpl.getCorsConfig()Methods in io.quarkus.vertx.http.runtime.security that return types with arguments of type CORSConfigModifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<CORSConfig> HttpSecurityRecorder.prepareHttpSecurityConfiguration(io.quarkus.runtime.ShutdownContext shutdownContext) -
Uses of CORSConfig in io.quarkus.vertx.http.security
Classes in io.quarkus.vertx.http.security that implement CORSConfigConstructors in io.quarkus.vertx.http.security with parameters of type CORSConfig