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 classRBACRole Based Access Control (RBAC) provides service-level and method-level access control for a service.static classRBAC.BuilderRole 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 RBACOrBuilderRBAC.Builder. getRulesOrBuilder()Specify the RBAC rules to be applied globally.RBACOrBuilderRBAC. getRulesOrBuilder()Specify the RBAC rules to be applied globally.RBACOrBuilderRBACOrBuilder. getRulesOrBuilder()Specify the RBAC rules to be applied globally.RBACOrBuilderRBAC.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.RBACOrBuilderRBAC. 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.RBACOrBuilderRBACOrBuilder. 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.
-