Uses of Class
io.envoyproxy.envoy.config.route.v3.CorsPolicy.Builder
Packages that use CorsPolicy.Builder
-
Uses of CorsPolicy.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type CorsPolicy.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CorsPolicy, CorsPolicy.Builder, CorsPolicyOrBuilder> RouteAction.Builder.corsBuilder_
private com.google.protobuf.SingleFieldBuilder
<CorsPolicy, CorsPolicy.Builder, CorsPolicyOrBuilder> VirtualHost.Builder.corsBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return CorsPolicy.BuilderModifier and TypeMethodDescriptionCorsPolicy.Builder.addAllAllowOriginStringMatch
(Iterable<? extends StringMatcher> values) Specifies string patterns that match allowed origins.CorsPolicy.Builder.addAllowOriginStringMatch
(int index, StringMatcher value) Specifies string patterns that match allowed origins.CorsPolicy.Builder.addAllowOriginStringMatch
(int index, StringMatcher.Builder builderForValue) Specifies string patterns that match allowed origins.CorsPolicy.Builder.addAllowOriginStringMatch
(StringMatcher value) Specifies string patterns that match allowed origins.CorsPolicy.Builder.addAllowOriginStringMatch
(StringMatcher.Builder builderForValue) Specifies string patterns that match allowed origins.CorsPolicy.Builder.clear()
CorsPolicy.Builder.clearAllowCredentials()
Specifies whether the resource allows credentials.CorsPolicy.Builder.clearAllowHeaders()
Specifies the content for the ``access-control-allow-headers`` header.CorsPolicy.Builder.clearAllowMethods()
Specifies the content for the ``access-control-allow-methods`` header.CorsPolicy.Builder.clearAllowOriginStringMatch()
Specifies string patterns that match allowed origins.CorsPolicy.Builder.clearAllowPrivateNetworkAccess()
Specify whether allow requests whose target server's IP address is more private than that from which the request initiator was fetched.CorsPolicy.Builder.clearEnabledSpecifier()
CorsPolicy.Builder.clearExposeHeaders()
Specifies the content for the ``access-control-expose-headers`` header.CorsPolicy.Builder.clearFilterEnabled()
Specifies the % of requests for which the CORS filter is enabled.CorsPolicy.Builder.clearForwardNotMatchingPreflights()
Specifies if preflight requests not matching the configured allowed origin should be forwarded to the upstream.CorsPolicy.Builder.clearMaxAge()
Specifies the content for the ``access-control-max-age`` header.CorsPolicy.Builder.clearShadowEnabled()
Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not enforced.RouteAction.Builder.getCorsBuilder()
Deprecated.VirtualHost.Builder.getCorsBuilder()
Deprecated.CorsPolicy.Builder.mergeAllowCredentials
(com.google.protobuf.BoolValue value) Specifies whether the resource allows credentials.CorsPolicy.Builder.mergeAllowPrivateNetworkAccess
(com.google.protobuf.BoolValue value) Specify whether allow requests whose target server's IP address is more private than that from which the request initiator was fetched.CorsPolicy.Builder.mergeFilterEnabled
(RuntimeFractionalPercent value) Specifies the % of requests for which the CORS filter is enabled.CorsPolicy.Builder.mergeForwardNotMatchingPreflights
(com.google.protobuf.BoolValue value) Specifies if preflight requests not matching the configured allowed origin should be forwarded to the upstream.CorsPolicy.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CorsPolicy.Builder.mergeFrom
(com.google.protobuf.Message other) CorsPolicy.Builder.mergeFrom
(CorsPolicy other) CorsPolicy.Builder.mergeShadowEnabled
(RuntimeFractionalPercent value) Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not enforced.static CorsPolicy.Builder
CorsPolicy.newBuilder()
static CorsPolicy.Builder
CorsPolicy.newBuilder
(CorsPolicy prototype) CorsPolicy.newBuilderForType()
protected CorsPolicy.Builder
CorsPolicy.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) CorsPolicy.Builder.removeAllowOriginStringMatch
(int index) Specifies string patterns that match allowed origins.CorsPolicy.Builder.setAllowCredentials
(com.google.protobuf.BoolValue value) Specifies whether the resource allows credentials.CorsPolicy.Builder.setAllowCredentials
(com.google.protobuf.BoolValue.Builder builderForValue) Specifies whether the resource allows credentials.CorsPolicy.Builder.setAllowHeaders
(String value) Specifies the content for the ``access-control-allow-headers`` header.CorsPolicy.Builder.setAllowHeadersBytes
(com.google.protobuf.ByteString value) Specifies the content for the ``access-control-allow-headers`` header.CorsPolicy.Builder.setAllowMethods
(String value) Specifies the content for the ``access-control-allow-methods`` header.CorsPolicy.Builder.setAllowMethodsBytes
(com.google.protobuf.ByteString value) Specifies the content for the ``access-control-allow-methods`` header.CorsPolicy.Builder.setAllowOriginStringMatch
(int index, StringMatcher value) Specifies string patterns that match allowed origins.CorsPolicy.Builder.setAllowOriginStringMatch
(int index, StringMatcher.Builder builderForValue) Specifies string patterns that match allowed origins.CorsPolicy.Builder.setAllowPrivateNetworkAccess
(com.google.protobuf.BoolValue value) Specify whether allow requests whose target server's IP address is more private than that from which the request initiator was fetched.CorsPolicy.Builder.setAllowPrivateNetworkAccess
(com.google.protobuf.BoolValue.Builder builderForValue) Specify whether allow requests whose target server's IP address is more private than that from which the request initiator was fetched.CorsPolicy.Builder.setExposeHeaders
(String value) Specifies the content for the ``access-control-expose-headers`` header.CorsPolicy.Builder.setExposeHeadersBytes
(com.google.protobuf.ByteString value) Specifies the content for the ``access-control-expose-headers`` header.CorsPolicy.Builder.setFilterEnabled
(RuntimeFractionalPercent value) Specifies the % of requests for which the CORS filter is enabled.CorsPolicy.Builder.setFilterEnabled
(RuntimeFractionalPercent.Builder builderForValue) Specifies the % of requests for which the CORS filter is enabled.CorsPolicy.Builder.setForwardNotMatchingPreflights
(com.google.protobuf.BoolValue value) Specifies if preflight requests not matching the configured allowed origin should be forwarded to the upstream.CorsPolicy.Builder.setForwardNotMatchingPreflights
(com.google.protobuf.BoolValue.Builder builderForValue) Specifies if preflight requests not matching the configured allowed origin should be forwarded to the upstream.Specifies the content for the ``access-control-max-age`` header.CorsPolicy.Builder.setMaxAgeBytes
(com.google.protobuf.ByteString value) Specifies the content for the ``access-control-max-age`` header.CorsPolicy.Builder.setShadowEnabled
(RuntimeFractionalPercent value) Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not enforced.CorsPolicy.Builder.setShadowEnabled
(RuntimeFractionalPercent.Builder builderForValue) Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not enforced.CorsPolicy.toBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type CorsPolicy.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<CorsPolicy, CorsPolicy.Builder, CorsPolicyOrBuilder> RouteAction.Builder.getCorsFieldBuilder()
Indicates that the route has a CORS policy.private com.google.protobuf.SingleFieldBuilder
<CorsPolicy, CorsPolicy.Builder, CorsPolicyOrBuilder> VirtualHost.Builder.getCorsFieldBuilder()
Indicates that the virtual host has a CORS policy.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type CorsPolicy.BuilderModifier and TypeMethodDescriptionRouteAction.Builder.setCors
(CorsPolicy.Builder builderForValue) Deprecated.VirtualHost.Builder.setCors
(CorsPolicy.Builder builderForValue) Deprecated.