Uses of Enum Class
de.gematik.ncpeh.api.common.Saml2AttributeName
Packages that use Saml2AttributeName
-
Uses of Saml2AttributeName in de.gematik.ncpeh.api.common
Methods in de.gematik.ncpeh.api.common that return Saml2AttributeNameModifier and TypeMethodDescriptionstatic Saml2AttributeNameSaml2AttributeName.fromString(@NonNull String attributeName) Saml2AttributeProperty.name()Returns the value of thenamerecord component.static Saml2AttributeNameReturns the enum constant of this class with the specified name.static Saml2AttributeName[]Saml2AttributeName.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.gematik.ncpeh.api.common with parameters of type Saml2AttributeNameModifierConstructorDescriptionSaml2AttributeProperty(Saml2AttributeName name, String value) Creates an instance of aSaml2AttributePropertyrecord class.