public static enum RuntimeConfig.ConfigKey extends java.lang.Enum<RuntimeConfig.ConfigKey>
Enum Constant and Description |
---|
AppServiceHostLabels |
AppServiceHosts |
IDPAppPackageName |
ManagedAppCallbackURL |
ManagedAppCertAlias |
ManagedAppOAuthID |
OnlyShowAuthorizedHosts |
RequireCertAuth |
Modifier and Type | Method and Description |
---|---|
static RuntimeConfig.ConfigKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeConfig.ConfigKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeConfig.ConfigKey AppServiceHosts
public static final RuntimeConfig.ConfigKey AppServiceHostLabels
public static final RuntimeConfig.ConfigKey ManagedAppOAuthID
public static final RuntimeConfig.ConfigKey ManagedAppCallbackURL
public static final RuntimeConfig.ConfigKey RequireCertAuth
public static final RuntimeConfig.ConfigKey ManagedAppCertAlias
public static final RuntimeConfig.ConfigKey OnlyShowAuthorizedHosts
public static final RuntimeConfig.ConfigKey IDPAppPackageName
public static RuntimeConfig.ConfigKey[] values()
for (RuntimeConfig.ConfigKey c : RuntimeConfig.ConfigKey.values()) System.out.println(c);
public static RuntimeConfig.ConfigKey valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null