Uses of Interface
io.envoyproxy.envoy.config.rbac.v3.RBACOrBuilder
Packages that use RBACOrBuilder
Package
Description
-
Uses of RBACOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Classes in io.envoyproxy.envoy.config.rbac.v3 that implement RBACOrBuilderModifier and TypeClassDescriptionfinal class
Role Based Access Control (RBAC) provides service-level and method-level access control for a service.static final class
Role Based Access Control (RBAC) provides service-level and method-level access control for a service. -
Uses of RBACOrBuilder in io.envoyproxy.envoy.extensions.filters.http.rbac.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 with type parameters of type RBACOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RBAC, RBAC.Builder, RBACOrBuilder> RBAC.Builder.rulesBuilder_
private com.google.protobuf.SingleFieldBuilder
<RBAC, RBAC.Builder, RBACOrBuilder> RBAC.Builder.shadowRulesBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 that return RBACOrBuilderModifier and TypeMethodDescriptionRBAC.Builder.getRulesOrBuilder()
Specify the RBAC rules to be applied globally.RBAC.getRulesOrBuilder()
Specify the RBAC rules to be applied globally.RBACOrBuilder.getRulesOrBuilder()
Specify the RBAC rules to be applied globally.RBAC.Builder.getShadowRulesOrBuilder()
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.getShadowRulesOrBuilder()
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.RBACOrBuilder.getShadowRulesOrBuilder()
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.Methods in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 that return types with arguments of type RBACOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RBAC, RBAC.Builder, RBACOrBuilder> RBAC.Builder.getRulesFieldBuilder()
Specify the RBAC rules to be applied globally.private com.google.protobuf.SingleFieldBuilder
<RBAC, RBAC.Builder, RBACOrBuilder> RBAC.Builder.getShadowRulesFieldBuilder()
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.