Uses of Class
io.envoyproxy.envoy.config.rbac.v3.RBAC
Packages that use RBAC
Package
Description
-
Uses of RBAC in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 declared as RBACFields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type RBACModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<RBAC> RBAC.PARSERMethods in io.envoyproxy.envoy.config.rbac.v3 that return RBACModifier and TypeMethodDescriptionRBAC.Builder.build()RBAC.Builder.buildPartial()static RBACRBAC.getDefaultInstance()RBAC.Builder.getDefaultInstanceForType()RBAC.getDefaultInstanceForType()static RBACRBAC.parseDelimitedFrom(InputStream input) static RBACRBAC.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RBACRBAC.parseFrom(byte[] data) static RBACRBAC.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RBACRBAC.parseFrom(com.google.protobuf.ByteString data) static RBACRBAC.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RBACRBAC.parseFrom(com.google.protobuf.CodedInputStream input) static RBACRBAC.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RBACRBAC.parseFrom(InputStream input) static RBACRBAC.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RBACRBAC.parseFrom(ByteBuffer data) static RBACRBAC.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type RBACModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RBAC> RBAC.getParserForType()static com.google.protobuf.Parser<RBAC> RBAC.parser()Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type RBACModifier and TypeMethodDescriptionprivate voidRBAC.Builder.buildPartial0(RBAC result) static RBAC.BuilderRBAC.newBuilder(RBAC prototype) -
Uses of RBAC in io.envoyproxy.envoy.extensions.filters.http.rbac.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 declared as RBACModifier and TypeFieldDescriptionprivate RBACRBAC.Builder.rules_private RBACRBAC.rules_private RBACRBAC.Builder.shadowRules_private RBACRBAC.shadowRules_Fields in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 with type parameters of type RBACModifier 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 RBACModifier and TypeMethodDescriptionRBAC.Builder.getRules()Specify the RBAC rules to be applied globally.RBAC.getRules()Specify the RBAC rules to be applied globally.RBACOrBuilder.getRules()Specify the RBAC rules to be applied globally.RBAC.Builder.getShadowRules()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.getShadowRules()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.getShadowRules()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 RBACModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<RBAC, RBAC.Builder, RBACOrBuilder> RBAC.Builder.internalGetRulesFieldBuilder()Specify the RBAC rules to be applied globally.private com.google.protobuf.SingleFieldBuilder<RBAC, RBAC.Builder, RBACOrBuilder> RBAC.Builder.internalGetShadowRulesFieldBuilder()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 with parameters of type RBACModifier and TypeMethodDescriptionRBAC.Builder.mergeRules(RBAC value) Specify the RBAC rules to be applied globally.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.Specify the RBAC rules to be applied globally.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.