Uses of Enum Class
org.keycloak.saml.common.constants.JBossSAMLConstants
Packages that use JBossSAMLConstants
-
Uses of JBossSAMLConstants in org.keycloak.saml.common.constants
Methods in org.keycloak.saml.common.constants that return JBossSAMLConstantsModifier 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.Methods in org.keycloak.saml.common.constants with parameters of type JBossSAMLConstantsModifier and TypeMethodDescriptionstatic JBossSAMLConstants
JBossSAMLConstants.from
(String key, JBossSAMLConstants defaultValue) Returns an enum constant based if known for the givenkey
, or thedefaultValue
otherwise.