Enum Class CoreAttributeName
- All Implemented Interfaces:
Serializable,Comparable<CoreAttributeName>,Constable,swiss.trustbroker.api.sessioncache.dto.AttributeName,MutableAttributeName
Standard attribute names and additional ones used by XTB.
NOTE: This enum is mutable - fields other than name and functional can be updated based on configuration during initialization.
NOTE: This enum is mutable - fields other than name and functional can be updated based on configuration during initialization.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanvoidsetAltName(String altName) voidsetNamespaceUri(String namespaceUri) voidsetOidcNameList(List<String> oidcNameList) toString()static CoreAttributeNameReturns the enum constant of this class with the specified name.static CoreAttributeName[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface swiss.trustbroker.api.sessioncache.dto.AttributeName
equalsByName, equalsByName, equalsByNameAndNamespace, equalsByNameOrNamespace, equalsByNameOrNamespace, equalsByNameOrNamespace, equalsByNameOrNamespace, equalsByNamespace, equalsByNamespace, getCid, getProvision, getSource, isEqualsBySource
-
Enum Constant Details
-
CLAIMS_NAME
-
NAME_ID
-
EMAIL
-
FIRST_NAME
-
NAME
-
DATE_OF_BIRTH
-
GENDER
-
STREET_ADDRESS
-
POSTAL_CODE
-
LOCALITY
-
STATE_OR_PROVINCE
-
COUNTRY
-
ISSUED_CLIENT_EXT_ID
-
HOME_NAME
-
HOME_REALM
-
AUTH_LEVEL
-
SSO_SESSION_ID
-
CONVERSATION_ID
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
setNamespaceUri
- Specified by:
setNamespaceUriin interfaceMutableAttributeName
-
setAltName
- Specified by:
setAltNamein interfaceMutableAttributeName
-
setOidcNameList
- Specified by:
setOidcNameListin interfaceMutableAttributeName
-
getName
- Specified by:
getNamein interfaceswiss.trustbroker.api.sessioncache.dto.AttributeName
-
isFunctional
public boolean isFunctional() -
getNamespaceUri
- Specified by:
getNamespaceUriin interfaceswiss.trustbroker.api.sessioncache.dto.AttributeName
-
getAltName
- Specified by:
getAltNamein interfaceswiss.trustbroker.api.sessioncache.dto.AttributeName
-
getOidcNameList
- Specified by:
getOidcNameListin interfaceswiss.trustbroker.api.sessioncache.dto.AttributeName
-
toString
- Overrides:
toStringin classEnum<CoreAttributeName>
-