public static enum Config.JwtRequirement.RequiresTypeCase extends Enum<Config.JwtRequirement.RequiresTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ALLOW_MISSING_OR_FAILED |
PROVIDER_AND_AUDIENCES |
PROVIDER_NAME |
REQUIRES_ALL |
REQUIRES_ANY |
REQUIRESTYPE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Config.JwtRequirement.RequiresTypeCase |
forNumber(int value) |
int |
getNumber() |
static Config.JwtRequirement.RequiresTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Config.JwtRequirement.RequiresTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.JwtRequirement.RequiresTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Config.JwtRequirement.RequiresTypeCase PROVIDER_NAME
public static final Config.JwtRequirement.RequiresTypeCase PROVIDER_AND_AUDIENCES
public static final Config.JwtRequirement.RequiresTypeCase REQUIRES_ANY
public static final Config.JwtRequirement.RequiresTypeCase REQUIRES_ALL
public static final Config.JwtRequirement.RequiresTypeCase ALLOW_MISSING_OR_FAILED
public static final Config.JwtRequirement.RequiresTypeCase REQUIRESTYPE_NOT_SET
public static Config.JwtRequirement.RequiresTypeCase[] values()
for (Config.JwtRequirement.RequiresTypeCase c : Config.JwtRequirement.RequiresTypeCase.values()) System.out.println(c);
public static Config.JwtRequirement.RequiresTypeCase 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 Config.JwtRequirement.RequiresTypeCase valueOf(int value)
forNumber(int) instead.public static Config.JwtRequirement.RequiresTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018 The Envoy Project. All rights reserved.