public static enum RBAC.EnforcementType extends Enum<RBAC.EnforcementType> implements com.google.protobuf.ProtocolMessageEnum
envoy.extensions.filters.network.rbac.v3.RBAC.EnforcementType| Enum Constant and Description |
|---|
CONTINUOUS
Continuously apply RBAC policies as data arrives.
|
ONE_TIME_ON_FIRST_BYTE
Apply RBAC policies when the first byte of data arrives on the connection.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTINUOUS_VALUE
Continuously apply RBAC policies as data arrives.
|
static int |
ONE_TIME_ON_FIRST_BYTE_VALUE
Apply RBAC policies when the first byte of data arrives on the connection.
|
| Modifier and Type | Method and Description |
|---|---|
static RBAC.EnforcementType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RBAC.EnforcementType> |
internalGetValueMap() |
static RBAC.EnforcementType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RBAC.EnforcementType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RBAC.EnforcementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RBAC.EnforcementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RBAC.EnforcementType ONE_TIME_ON_FIRST_BYTE
Apply RBAC policies when the first byte of data arrives on the connection.
ONE_TIME_ON_FIRST_BYTE = 0;public static final RBAC.EnforcementType CONTINUOUS
Continuously apply RBAC policies as data arrives. Use this mode when using RBAC with message oriented protocols such as Mongo, MySQL, Kafka, etc. when the protocol decoders emit dynamic metadata such as the resources being accessed and the operations on the resources.
CONTINUOUS = 1;public static final RBAC.EnforcementType UNRECOGNIZED
public static final int ONE_TIME_ON_FIRST_BYTE_VALUE
Apply RBAC policies when the first byte of data arrives on the connection.
ONE_TIME_ON_FIRST_BYTE = 0;public static final int CONTINUOUS_VALUE
Continuously apply RBAC policies as data arrives. Use this mode when using RBAC with message oriented protocols such as Mongo, MySQL, Kafka, etc. when the protocol decoders emit dynamic metadata such as the resources being accessed and the operations on the resources.
CONTINUOUS = 1;public static RBAC.EnforcementType[] values()
for (RBAC.EnforcementType c : RBAC.EnforcementType.values()) System.out.println(c);
public static RBAC.EnforcementType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RBAC.EnforcementType valueOf(int value)
forNumber(int) instead.public static RBAC.EnforcementType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<RBAC.EnforcementType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RBAC.EnforcementType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2018–2021 The Envoy Project. All rights reserved.