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