Package | Description |
---|---|
eu.eidas.auth.commons.attribute |
Modifier and Type | Method and Description |
---|---|
static PersonType |
PersonType.fromString(String val) |
PersonType |
AttributeDefinition.getPersonType()
Returns the personType of person this attribute is used with.
|
static PersonType |
PersonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersonType[] |
PersonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumMapper<String,PersonType> |
PersonType.mapper() |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition.Builder<T> |
AttributeDefinition.Builder.personType(PersonType personType) |
Copyright © 2020. All Rights Reserved.