Uses of Interface
io.envoyproxy.envoy.config.rbac.v3.RBACOrBuilder
-
Packages that use RBACOrBuilder Package Description io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.extensions.filters.http.rbac.v3 -
-
Uses of RBACOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Classes in io.envoyproxy.envoy.config.rbac.v3 that implement RBACOrBuilder Modifier and Type Class Description class
RBAC
Role Based Access Control (RBAC) provides service-level and method-level access control for a service.static class
RBAC.Builder
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 RBACOrBuilder Modifier and Type Field Description private 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 RBACOrBuilder Modifier and Type Method Description RBACOrBuilder
RBAC.Builder. getRulesOrBuilder()
Specify the RBAC rules to be applied globally.RBACOrBuilder
RBAC. getRulesOrBuilder()
Specify the RBAC rules to be applied globally.RBACOrBuilder
RBACOrBuilder. getRulesOrBuilder()
Specify the RBAC rules to be applied globally.RBACOrBuilder
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.RBACOrBuilder
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
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 RBACOrBuilder Modifier and Type Method Description private 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.
-