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