static JBossSAMLConstants |
JBossSAMLConstants.from(String key) |
Returns an enum constant based if known for the given key , or the UNKNOWN_VALUE otherwise.
|
static JBossSAMLConstants |
JBossSAMLConstants.from(String key,
JBossSAMLConstants defaultValue) |
Returns an enum constant based if known for the given key , or the defaultValue otherwise.
|
static JBossSAMLConstants |
JBossSAMLConstants.from(QName name) |
Returns an enum constant based if known for the given name (namespace-aware), or the UNKNOWN_VALUE otherwise.
|
static JBossSAMLConstants |
JBossSAMLConstants.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static JBossSAMLConstants[] |
JBossSAMLConstants.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|