Package | Description |
---|---|
eu.eidas.auth.commons.attribute | |
eu.eidas.auth.commons.attribute.impl |
Modifier and Type | Method and Description |
---|---|
String |
AttributeDefinition.marshal(AttributeValue<T> value) |
String |
AttributeValueMarshaller.marshal(AttributeValue<T> value)
Marshals the given typed value as a
String . |
AttributeValue<T> |
AttributeDefinition.unmarshal(String value,
boolean isNonLatinScriptAlternateVersion) |
AttributeValue<T> |
AttributeValueMarshaller.unmarshal(String value,
boolean isNonLatinScriptAlternateVersion)
Unmarshals the given
String as a typed value. |
Modifier and Type | Method and Description |
---|---|
AttributeValue<Integer> |
IntegerAttributeValueMarshaller.unmarshal(String value,
boolean isNonLatinScriptAlternateVersion) |
AttributeValue<org.joda.time.DateTime> |
DateTimeAttributeValueMarshaller.unmarshal(String value,
boolean isNonLatinScriptAlternateVersion) |
Copyright © 2020. All Rights Reserved.