Uses of Class
io.envoyproxy.envoy.config.rbac.v2.RBAC
-
Packages that use RBAC Package Description io.envoyproxy.envoy.config.filter.http.rbac.v2 io.envoyproxy.envoy.config.filter.network.rbac.v2 io.envoyproxy.envoy.config.rbac.v2 -
-
Uses of RBAC in io.envoyproxy.envoy.config.filter.http.rbac.v2
Methods in io.envoyproxy.envoy.config.filter.http.rbac.v2 that return RBAC Modifier and Type Method Description RBACRBAC.Builder. getRules()Specify the RBAC rules to be applied globally.RBACRBAC. getRules()Specify the RBAC rules to be applied globally.RBACRBACOrBuilder. getRules()Specify the RBAC rules to be applied globally.RBACRBAC.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.RBACRBAC. 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.RBACRBACOrBuilder. 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.config.filter.http.rbac.v2 with parameters of type RBAC Modifier and Type Method Description RBAC.BuilderRBAC.Builder. mergeRules(RBAC value)Specify the RBAC rules to be applied globally.RBAC.BuilderRBAC.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.RBAC.BuilderRBAC.Builder. setRules(RBAC value)Specify the RBAC rules to be applied globally.RBAC.BuilderRBAC.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. -
Uses of RBAC in io.envoyproxy.envoy.config.filter.network.rbac.v2
Methods in io.envoyproxy.envoy.config.filter.network.rbac.v2 that return RBAC Modifier and Type Method Description RBACRBAC.Builder. getRules()Specify the RBAC rules to be applied globally.RBACRBAC. getRules()Specify the RBAC rules to be applied globally.RBACRBACOrBuilder. getRules()Specify the RBAC rules to be applied globally.RBACRBAC.Builder. getShadowRules()Shadow rules are not enforced by the filter but will emit stats and logs and can be used for rule testing.RBACRBAC. getShadowRules()Shadow rules are not enforced by the filter but will emit stats and logs and can be used for rule testing.RBACRBACOrBuilder. getShadowRules()Shadow rules are not enforced by the filter but will emit stats and logs and can be used for rule testing.Methods in io.envoyproxy.envoy.config.filter.network.rbac.v2 with parameters of type RBAC Modifier and Type Method Description RBAC.BuilderRBAC.Builder. mergeRules(RBAC value)Specify the RBAC rules to be applied globally.RBAC.BuilderRBAC.Builder. mergeShadowRules(RBAC value)Shadow rules are not enforced by the filter but will emit stats and logs and can be used for rule testing.RBAC.BuilderRBAC.Builder. setRules(RBAC value)Specify the RBAC rules to be applied globally.RBAC.BuilderRBAC.Builder. setShadowRules(RBAC value)Shadow rules are not enforced by the filter but will emit stats and logs and can be used for rule testing. -
Uses of RBAC in io.envoyproxy.envoy.config.rbac.v2
Methods in io.envoyproxy.envoy.config.rbac.v2 that return RBAC Modifier and Type Method Description RBACRBAC.Builder. build()RBACRBAC.Builder. buildPartial()static RBACRBAC. getDefaultInstance()RBACRBAC.Builder. getDefaultInstanceForType()RBACRBAC. 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.v2 that return types with arguments of type RBAC Modifier and Type Method Description com.google.protobuf.Parser<RBAC>RBAC. getParserForType()static com.google.protobuf.Parser<RBAC>RBAC. parser()Methods in io.envoyproxy.envoy.config.rbac.v2 with parameters of type RBAC Modifier and Type Method Description RBAC.BuilderRBAC.Builder. mergeFrom(RBAC other)static RBAC.BuilderRBAC. newBuilder(RBAC prototype)
-