Package de.gematik.ncpeh.api.common
Enum Class Saml2AttributeName
- All Implemented Interfaces:
Serializable,Comparable<Saml2AttributeName>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Saml2AttributeNamefromString(@NonNull String attributeName) static Saml2AttributeNameReturns the enum constant of this class with the specified name.static Saml2AttributeName[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUBJECT_ID
-
SUBJECT_ROLE
-
SUBJECT_ORGANIZATION
-
SUBJECT_ORGANIZATION_ID
-
SUBJECT_ON_BEHALF_OF
-
HEALTHCARE_FACILITY_TYPE
-
ENVIRONMENT_LOCALITY
-
SUBJECT_FUNCTIONAL_ROLE
-
SUBJECT_CLINICAL_SPECIALTY
-
-
Field Details
-
VALUE_COUNT
public static final int VALUE_COUNT
-
-
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
-
getAttributeName
-
fromString
-