Uses of Enum Class
org.keycloak.saml.common.constants.JBossSAMLConstants
Packages that use JBossSAMLConstants
-
Uses of JBossSAMLConstants in org.keycloak.saml.common.constants
Fields in org.keycloak.saml.common.constants with type parameters of type JBossSAMLConstantsModifier and TypeFieldDescriptionstatic final Set<JBossSAMLConstants>JBossSAMLConstants.ARTIFACT_SIGNED_ELEMENTSArtifact element types that may carry independent XML signatures.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 an enum constant based on the given node element.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.