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