public static enum OpenSSOServicesConfig.CONFIG extends Enum<OpenSSOServicesConfig.CONFIG>
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
abstract String |
getDescription() |
String |
getKey() |
String |
getValue(AMBITAppConfigProperties properties) |
static OpenSSOServicesConfig.CONFIG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenSSOServicesConfig.CONFIG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenSSOServicesConfig.CONFIG enabled
public static final OpenSSOServicesConfig.CONFIG opensso
public static final OpenSSOServicesConfig.CONFIG user
public static final OpenSSOServicesConfig.CONFIG pass
public static final OpenSSOServicesConfig.CONFIG policy
public static OpenSSOServicesConfig.CONFIG[] values()
for (OpenSSOServicesConfig.CONFIG c : OpenSSOServicesConfig.CONFIG.values()) System.out.println(c);
public static OpenSSOServicesConfig.CONFIG 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 nullpublic String getKey()
public String getValue(AMBITAppConfigProperties properties)
public String getDefaultValue()
public abstract String getDescription()
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.