CorsPolicy.Builder |
CorsPolicy.Builder.addAllAllowOriginStringMatch(java.lang.Iterable<? extends StringMatcher> values) |
Specifies string patterns that match allowed origins.
|
CorsPolicy.Builder |
CorsPolicy.Builder.addAllowOriginStringMatch(int index,
StringMatcher value) |
Specifies string patterns that match allowed origins.
|
CorsPolicy.Builder |
CorsPolicy.Builder.addAllowOriginStringMatch(int index,
StringMatcher.Builder builderForValue) |
Specifies string patterns that match allowed origins.
|
CorsPolicy.Builder |
CorsPolicy.Builder.addAllowOriginStringMatch(StringMatcher value) |
Specifies string patterns that match allowed origins.
|
CorsPolicy.Builder |
CorsPolicy.Builder.addAllowOriginStringMatch(StringMatcher.Builder builderForValue) |
Specifies string patterns that match allowed origins.
|
CorsPolicy.Builder |
CorsPolicy.Builder.clear() |
|
CorsPolicy.Builder |
CorsPolicy.Builder.clearAllowCredentials() |
Specifies whether the resource allows credentials.
|
CorsPolicy.Builder |
CorsPolicy.Builder.clearAllowHeaders() |
Specifies the content for the ``access-control-allow-headers`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.clearAllowMethods() |
Specifies the content for the ``access-control-allow-methods`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.clearAllowOriginStringMatch() |
Specifies string patterns that match allowed origins.
|
CorsPolicy.Builder |
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 |
CorsPolicy.Builder.clearEnabledSpecifier() |
|
CorsPolicy.Builder |
CorsPolicy.Builder.clearExposeHeaders() |
Specifies the content for the ``access-control-expose-headers`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.clearFilterEnabled() |
Specifies the % of requests for which the CORS filter is enabled.
|
CorsPolicy.Builder |
CorsPolicy.Builder.clearForwardNotMatchingPreflights() |
Specifies if preflight requests not matching the configured allowed origin should be forwarded
to the upstream.
|
CorsPolicy.Builder |
CorsPolicy.Builder.clearMaxAge() |
Specifies the content for the ``access-control-max-age`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.clearShadowEnabled() |
Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not
enforced.
|
CorsPolicy.Builder |
RouteAction.Builder.getCorsBuilder() |
Deprecated.
|
CorsPolicy.Builder |
VirtualHost.Builder.getCorsBuilder() |
Deprecated.
|
CorsPolicy.Builder |
CorsPolicy.Builder.mergeAllowCredentials(com.google.protobuf.BoolValue value) |
Specifies whether the resource allows credentials.
|
CorsPolicy.Builder |
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 |
CorsPolicy.Builder.mergeFilterEnabled(RuntimeFractionalPercent value) |
Specifies the % of requests for which the CORS filter is enabled.
|
CorsPolicy.Builder |
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 |
CorsPolicy.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
CorsPolicy.Builder |
CorsPolicy.Builder.mergeFrom(com.google.protobuf.Message other) |
|
CorsPolicy.Builder |
CorsPolicy.Builder.mergeFrom(CorsPolicy other) |
|
CorsPolicy.Builder |
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.Builder |
CorsPolicy.newBuilderForType() |
|
protected CorsPolicy.Builder |
CorsPolicy.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
CorsPolicy.Builder |
CorsPolicy.Builder.removeAllowOriginStringMatch(int index) |
Specifies string patterns that match allowed origins.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setAllowCredentials(com.google.protobuf.BoolValue value) |
Specifies whether the resource allows credentials.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setAllowCredentials(com.google.protobuf.BoolValue.Builder builderForValue) |
Specifies whether the resource allows credentials.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setAllowHeaders(java.lang.String value) |
Specifies the content for the ``access-control-allow-headers`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setAllowHeadersBytes(com.google.protobuf.ByteString value) |
Specifies the content for the ``access-control-allow-headers`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setAllowMethods(java.lang.String value) |
Specifies the content for the ``access-control-allow-methods`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setAllowMethodsBytes(com.google.protobuf.ByteString value) |
Specifies the content for the ``access-control-allow-methods`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setAllowOriginStringMatch(int index,
StringMatcher value) |
Specifies string patterns that match allowed origins.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setAllowOriginStringMatch(int index,
StringMatcher.Builder builderForValue) |
Specifies string patterns that match allowed origins.
|
CorsPolicy.Builder |
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 |
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 |
CorsPolicy.Builder.setExposeHeaders(java.lang.String value) |
Specifies the content for the ``access-control-expose-headers`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setExposeHeadersBytes(com.google.protobuf.ByteString value) |
Specifies the content for the ``access-control-expose-headers`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setFilterEnabled(RuntimeFractionalPercent value) |
Specifies the % of requests for which the CORS filter is enabled.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setFilterEnabled(RuntimeFractionalPercent.Builder builderForValue) |
Specifies the % of requests for which the CORS filter is enabled.
|
CorsPolicy.Builder |
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 |
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.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setMaxAge(java.lang.String value) |
Specifies the content for the ``access-control-max-age`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setMaxAgeBytes(com.google.protobuf.ByteString value) |
Specifies the content for the ``access-control-max-age`` header.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setShadowEnabled(RuntimeFractionalPercent value) |
Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not
enforced.
|
CorsPolicy.Builder |
CorsPolicy.Builder.setShadowEnabled(RuntimeFractionalPercent.Builder builderForValue) |
Specifies the % of requests for which the CORS policies will be evaluated and tracked, but not
enforced.
|
CorsPolicy.Builder |
CorsPolicy.toBuilder() |
|