RBAC.Builder |
RBAC.Builder.clear() |
|
RBAC.Builder |
RBAC.Builder.clearMatcher() |
The match tree to use when resolving RBAC action for incoming requests.
|
RBAC.Builder |
RBAC.Builder.clearRules() |
Specify the RBAC rules to be applied globally.
|
RBAC.Builder |
RBAC.Builder.clearRulesStatPrefix() |
If specified, rules will emit stats with the given prefix.
|
RBAC.Builder |
RBAC.Builder.clearShadowMatcher() |
The match tree to use for emitting stats and logs which can be used for rule testing for
incoming requests.
|
RBAC.Builder |
RBAC.Builder.clearShadowRules() |
Shadow rules are not enforced by the filter (i.e., returning a 403)
but will emit stats and logs and can be used for rule testing.
|
RBAC.Builder |
RBAC.Builder.clearShadowRulesStatPrefix() |
If specified, shadow rules will emit stats with the given prefix.
|
RBAC.Builder |
RBAC.Builder.clearTrackPerRuleStats() |
If track_per_rule_stats is true, counters will be published for each rule and shadow rule.
|
RBAC.Builder |
RBACPerRoute.Builder.getRbacBuilder() |
Override the global configuration of the filter with this new config.
|
RBAC.Builder |
RBAC.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RBAC.Builder |
RBAC.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RBAC.Builder |
RBAC.Builder.mergeFrom(RBAC other) |
|
RBAC.Builder |
RBAC.Builder.mergeMatcher(Matcher value) |
The match tree to use when resolving RBAC action for incoming requests.
|
RBAC.Builder |
RBAC.Builder.mergeRules(RBAC value) |
Specify the RBAC rules to be applied globally.
|
RBAC.Builder |
RBAC.Builder.mergeShadowMatcher(Matcher value) |
The match tree to use for emitting stats and logs which can be used for rule testing for
incoming requests.
|
RBAC.Builder |
RBAC.Builder.mergeShadowRules(RBAC value) |
Shadow rules are not enforced by the filter (i.e., returning a 403)
but will emit stats and logs and can be used for rule testing.
|
static RBAC.Builder |
RBAC.newBuilder() |
|
static RBAC.Builder |
RBAC.newBuilder(RBAC prototype) |
|
RBAC.Builder |
RBAC.newBuilderForType() |
|
protected RBAC.Builder |
RBAC.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
RBAC.Builder |
RBAC.Builder.setMatcher(Matcher value) |
The match tree to use when resolving RBAC action for incoming requests.
|
RBAC.Builder |
RBAC.Builder.setMatcher(Matcher.Builder builderForValue) |
The match tree to use when resolving RBAC action for incoming requests.
|
RBAC.Builder |
RBAC.Builder.setRules(RBAC value) |
Specify the RBAC rules to be applied globally.
|
RBAC.Builder |
RBAC.Builder.setRules(RBAC.Builder builderForValue) |
Specify the RBAC rules to be applied globally.
|
RBAC.Builder |
RBAC.Builder.setRulesStatPrefix(java.lang.String value) |
If specified, rules will emit stats with the given prefix.
|
RBAC.Builder |
RBAC.Builder.setRulesStatPrefixBytes(com.google.protobuf.ByteString value) |
If specified, rules will emit stats with the given prefix.
|
RBAC.Builder |
RBAC.Builder.setShadowMatcher(Matcher value) |
The match tree to use for emitting stats and logs which can be used for rule testing for
incoming requests.
|
RBAC.Builder |
RBAC.Builder.setShadowMatcher(Matcher.Builder builderForValue) |
The match tree to use for emitting stats and logs which can be used for rule testing for
incoming requests.
|
RBAC.Builder |
RBAC.Builder.setShadowRules(RBAC value) |
Shadow rules are not enforced by the filter (i.e., returning a 403)
but will emit stats and logs and can be used for rule testing.
|
RBAC.Builder |
RBAC.Builder.setShadowRules(RBAC.Builder builderForValue) |
Shadow rules are not enforced by the filter (i.e., returning a 403)
but will emit stats and logs and can be used for rule testing.
|
RBAC.Builder |
RBAC.Builder.setShadowRulesStatPrefix(java.lang.String value) |
If specified, shadow rules will emit stats with the given prefix.
|
RBAC.Builder |
RBAC.Builder.setShadowRulesStatPrefixBytes(com.google.protobuf.ByteString value) |
If specified, shadow rules will emit stats with the given prefix.
|
RBAC.Builder |
RBAC.Builder.setTrackPerRuleStats(boolean value) |
If track_per_rule_stats is true, counters will be published for each rule and shadow rule.
|
RBAC.Builder |
RBAC.toBuilder() |
|