Package | Description |
---|---|
eu.eidas.auth.commons.protocol.eidas.impl | |
eu.eidas.auth.commons.protocol.eidas.spec | |
eu.eidas.auth.commons.validation |
Modifier and Type | Method and Description |
---|---|
static Gender |
Gender.fromString(String val) |
static Gender |
Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static eu.eidas.auth.commons.lang.EnumMapper<String,Gender> |
Gender.mapper() |
eu.eidas.auth.commons.attribute.AttributeValue<Gender> |
GenderAttributeValueMarshaller.unmarshal(String value,
boolean isNonLatinScriptAlternateVersion) |
Modifier and Type | Method and Description |
---|---|
String |
GenderAttributeValueMarshaller.marshal(eu.eidas.auth.commons.attribute.AttributeValue<Gender> value) |
Constructor and Description |
---|
GenderAttributeValue(Gender value) |
Modifier and Type | Field and Description |
---|---|
static eu.eidas.auth.commons.attribute.AttributeDefinition<Gender> |
RepresentativeNaturalPersonSpec.Definitions.GENDER |
static eu.eidas.auth.commons.attribute.AttributeDefinition<Gender> |
EidasSpec.Definitions.GENDER |
static eu.eidas.auth.commons.attribute.AttributeDefinition<Gender> |
NaturalPersonSpec.Definitions.GENDER |
static eu.eidas.auth.commons.attribute.AttributeDefinition<Gender> |
EidasSpec.Definitions.REPV_GENDER |
Modifier and Type | Method and Description |
---|---|
protected boolean |
GenderProtocolVersionValidator.isValidValue(Gender gender)
Gender value is validated with regards to the given eIDAS protocol versions.
|
Copyright © 2020. All Rights Reserved.