public static enum Rbac.Principal.IdentifierCase extends Enum<Rbac.Principal.IdentifierCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AND_IDS |
ANY |
AUTHENTICATED |
HEADER |
IDENTIFIER_NOT_SET |
METADATA |
NOT_ID |
OR_IDS |
SOURCE_IP |
| Modifier and Type | Method and Description |
|---|---|
static Rbac.Principal.IdentifierCase |
forNumber(int value) |
int |
getNumber() |
static Rbac.Principal.IdentifierCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Rbac.Principal.IdentifierCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rbac.Principal.IdentifierCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rbac.Principal.IdentifierCase AND_IDS
public static final Rbac.Principal.IdentifierCase OR_IDS
public static final Rbac.Principal.IdentifierCase ANY
public static final Rbac.Principal.IdentifierCase AUTHENTICATED
public static final Rbac.Principal.IdentifierCase SOURCE_IP
public static final Rbac.Principal.IdentifierCase HEADER
public static final Rbac.Principal.IdentifierCase METADATA
public static final Rbac.Principal.IdentifierCase NOT_ID
public static final Rbac.Principal.IdentifierCase IDENTIFIER_NOT_SET
public static Rbac.Principal.IdentifierCase[] values()
for (Rbac.Principal.IdentifierCase c : Rbac.Principal.IdentifierCase.values()) System.out.println(c);
public static Rbac.Principal.IdentifierCase 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 null@Deprecated public static Rbac.Principal.IdentifierCase valueOf(int value)
forNumber(int) instead.public static Rbac.Principal.IdentifierCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018 The Envoy Project. All rights reserved.