| static JBossSAMLConstants | JBossSAMLConstants. from(String key) | Returns an enum constant based if known for the given key, or theUNKNOWN_VALUEotherwise. | 
| static JBossSAMLConstants | JBossSAMLConstants. from(String key,
    JBossSAMLConstants defaultValue) | Returns an enum constant based if known for the given key, or thedefaultValueotherwise. | 
| static JBossSAMLConstants | JBossSAMLConstants. from(QName name) | Returns an enum constant based if known for the given name(namespace-aware), or theUNKNOWN_VALUEotherwise. | 
| 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. |