public static enum InvalidApplicationSamlConfigurationException.ErrorCode extends Enum<InvalidApplicationSamlConfigurationException.ErrorCode>
| Enum Constant and Description |
|---|
EMPTY |
INVALID_URL |
NOT_UNIQUE |
| Modifier and Type | Method and Description |
|---|---|
static InvalidApplicationSamlConfigurationException.ErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvalidApplicationSamlConfigurationException.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvalidApplicationSamlConfigurationException.ErrorCode NOT_UNIQUE
public static final InvalidApplicationSamlConfigurationException.ErrorCode INVALID_URL
public static final InvalidApplicationSamlConfigurationException.ErrorCode EMPTY
public static InvalidApplicationSamlConfigurationException.ErrorCode[] values()
for (InvalidApplicationSamlConfigurationException.ErrorCode c : InvalidApplicationSamlConfigurationException.ErrorCode.values()) System.out.println(c);
public static InvalidApplicationSamlConfigurationException.ErrorCode 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 nullCopyright © 2019 Atlassian. All rights reserved.