Uses of Class
io.envoyproxy.envoy.config.rbac.v3.RBAC
-
Packages that use RBAC Package Description io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.extensions.filters.http.rbac.v3 -
-
Uses of RBAC in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 declared as RBAC Modifier and Type Field Description private static RBAC
RBAC. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type RBAC Modifier and Type Field Description private static com.google.protobuf.Parser<RBAC>
RBAC. PARSER
Methods in io.envoyproxy.envoy.config.rbac.v3 that return RBAC Modifier and Type Method Description RBAC
RBAC.Builder. build()
RBAC
RBAC.Builder. buildPartial()
static RBAC
RBAC. getDefaultInstance()
RBAC
RBAC.Builder. getDefaultInstanceForType()
RBAC
RBAC. getDefaultInstanceForType()
static RBAC
RBAC. parseDelimitedFrom(java.io.InputStream input)
static RBAC
RBAC. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RBAC
RBAC. parseFrom(byte[] data)
static RBAC
RBAC. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RBAC
RBAC. parseFrom(com.google.protobuf.ByteString data)
static RBAC
RBAC. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RBAC
RBAC. parseFrom(com.google.protobuf.CodedInputStream input)
static RBAC
RBAC. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RBAC
RBAC. parseFrom(java.io.InputStream input)
static RBAC
RBAC. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RBAC
RBAC. parseFrom(java.nio.ByteBuffer data)
static RBAC
RBAC. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.rbac.v3 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.v3 with parameters of type RBAC Modifier and Type Method Description private void
RBAC.Builder. buildPartial0(RBAC result)
RBAC.Builder
RBAC.Builder. mergeFrom(RBAC other)
static RBAC.Builder
RBAC. 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 RBAC Modifier and Type Field Description private RBAC
RBAC.Builder. rules_
private RBAC
RBAC. rules_
private RBAC
RBAC.Builder. shadowRules_
private RBAC
RBAC. shadowRules_
Fields in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 with type parameters of type RBAC 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 RBAC Modifier and Type Method Description RBAC
RBAC.Builder. getRules()
Specify the RBAC rules to be applied globally.RBAC
RBAC. getRules()
Specify the RBAC rules to be applied globally.RBAC
RBACOrBuilder. getRules()
Specify the RBAC rules to be applied globally.RBAC
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
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.RBAC
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 RBAC 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.Methods in io.envoyproxy.envoy.extensions.filters.http.rbac.v3 with parameters of type RBAC Modifier and Type Method Description RBAC.Builder
RBAC.Builder. mergeRules(RBAC value)
Specify the RBAC rules to be applied globally.RBAC.Builder
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.RBAC.Builder
RBAC.Builder. setRules(RBAC value)
Specify the RBAC rules to be applied globally.RBAC.Builder
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.
-