Package | Description |
---|---|
org.keycloak.saml.common.constants |
Modifier and Type | Method and Description |
---|---|
static JBossSAMLConstants |
JBossSAMLConstants.from(QName name)
Returns an enum constant based if known for the given
name (namespace-aware), or the UNKNOWN_VALUE otherwise. |
static JBossSAMLConstants |
JBossSAMLConstants.from(String key)
Returns an enum constant based if known for the given
key , or the UNKNOWN_VALUE otherwise. |
static JBossSAMLConstants |
JBossSAMLConstants.from(String key,
JBossSAMLConstants defaultValue)
Returns an enum constant based if known for the given
key , or the defaultValue otherwise. |
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.
|
Modifier and Type | Method and Description |
---|---|
static JBossSAMLConstants |
JBossSAMLConstants.from(String key,
JBossSAMLConstants defaultValue)
Returns an enum constant based if known for the given
key , or the defaultValue otherwise. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.