Uses of Class
io.envoyproxy.envoy.extensions.filters.http.cors.v3.CorsPolicy.Builder
Packages that use CorsPolicy.Builder
-
Uses of CorsPolicy.Builder in io.envoyproxy.envoy.extensions.filters.http.cors.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.cors.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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.clearExposeHeaders()Specifies the content for the ``access-control-expose-headers`` header.CorsPolicy.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CorsPolicy.Builder.clearShadowEnabled()Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not enforced.CorsPolicy.Builder.clone()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.final CorsPolicy.BuilderCorsPolicy.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CorsPolicy.BuilderCorsPolicy.newBuilder()static CorsPolicy.BuilderCorsPolicy.newBuilder(CorsPolicy prototype) CorsPolicy.newBuilderForType()protected CorsPolicy.BuilderCorsPolicy.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) 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.final CorsPolicy.BuilderCorsPolicy.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CorsPolicy.toBuilder()