Uses of Class
io.quarkus.vertx.http.security.CORS.Builder
Packages that use CORS.Builder
-
Uses of CORS.Builder in io.quarkus.vertx.http.security
Methods in io.quarkus.vertx.http.security that return CORS.BuilderModifier and TypeMethodDescriptionCORS.Builder.accessControlAllowCredentials()This method is a shortcut foraccessControlAllowCredentials(true).CORS.Builder.accessControlAllowCredentials(boolean accessControlAllowCredentials) CORS.Builder.accessControlMaxAge(Duration accessControlMaxAge) static CORS.BuilderCORS.builder()Creates the CORS configuration builder.CORS.Builder.exposedHeader(String exposedHeader) This method is a shortcut forexposedHeaders(Set.of(exposedHeader)).CORS.Builder.exposedHeaders(Set<String> exposedHeaders) This method is a shortcut forheaders(Set.of(header)).This method is a shortcut formethods(Set.of(method)).This method is a shortcut fororigins(Set.of(origin)).static CORS.BuilderCreate a new CORS configuration builder with given origins.