Uses of Enum Class
org.keycloak.saml.common.constants.JBossSAMLConstants
-
Uses of JBossSAMLConstants in org.keycloak.saml.common.constants
Modifier and TypeMethodDescriptionstatic JBossSAMLConstants
Returns an enum constant based if known for the givenkey
, or theUNKNOWN_VALUE
otherwise.static JBossSAMLConstants
JBossSAMLConstants.from
(String key, JBossSAMLConstants defaultValue) Returns an enum constant based if known for the givenkey
, or thedefaultValue
otherwise.static JBossSAMLConstants
Returns an enum constant based if known for the givenname
(namespace-aware), or theUNKNOWN_VALUE
otherwise.static JBossSAMLConstants
Returns the enum constant of this class with the specified name.static JBossSAMLConstants[]
JBossSAMLConstants.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic JBossSAMLConstants
JBossSAMLConstants.from
(String key, JBossSAMLConstants defaultValue) Returns an enum constant based if known for the givenkey
, or thedefaultValue
otherwise.