Package | Description |
---|---|
io.envoyproxy.envoy.config.rbac.v3 | |
io.envoyproxy.envoy.extensions.filters.http.rbac.v3 | |
io.envoyproxy.envoy.extensions.filters.network.rbac.v3 |
Modifier and Type | Method and Description |
---|---|
RBAC |
RBAC.Builder.build() |
RBAC |
RBAC.Builder.buildPartial() |
static RBAC |
RBAC.getDefaultInstance() |
RBAC |
RBAC.getDefaultInstanceForType() |
RBAC |
RBAC.Builder.getDefaultInstanceForType() |
static RBAC |
RBAC.parseDelimitedFrom(InputStream input) |
static RBAC |
RBAC.parseDelimitedFrom(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(ByteBuffer data) |
static RBAC |
RBAC.parseFrom(ByteBuffer 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(InputStream input) |
static RBAC |
RBAC.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RBAC> |
RBAC.getParserForType() |
static com.google.protobuf.Parser<RBAC> |
RBAC.parser() |
Modifier and Type | Method and Description |
---|---|
RBAC.Builder |
RBAC.Builder.mergeFrom(RBAC other) |
static RBAC.Builder |
RBAC.newBuilder(RBAC prototype) |
Modifier and Type | Method and Description |
---|---|
RBAC |
RBAC.getRules()
Specify the RBAC rules to be applied globally.
|
RBAC |
RBAC.Builder.getRules()
Specify the RBAC rules to be applied globally.
|
RBAC |
RBACOrBuilder.getRules()
Specify the RBAC rules to be applied globally.
|
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 |
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 |
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RBAC |
RBAC.getRules()
Specify the RBAC rules to be applied globally.
|
RBAC |
RBAC.Builder.getRules()
Specify the RBAC rules to be applied globally.
|
RBAC |
RBACOrBuilder.getRules()
Specify the RBAC rules to be applied globally.
|
RBAC |
RBAC.getShadowRules()
Shadow rules are not enforced by the filter but will emit stats and logs
and can be used for rule testing.
|
RBAC |
RBAC.Builder.getShadowRules()
Shadow rules are not enforced by the filter but will emit stats and logs
and can be used for rule testing.
|
RBAC |
RBACOrBuilder.getShadowRules()
Shadow rules are not enforced by the filter but will emit stats and logs
and can be used for rule testing.
|
Modifier and Type | Method and 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 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 but will emit stats and logs
and can be used for rule testing.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.