Package | Description |
---|---|
eu.eidas.auth.commons |
Common Authentication Service functionalities to be deployed in every eIDAS node
is contained in this package.
|
Modifier and Type | Class and Description |
---|---|
class |
PersonalAttributeList
Deprecated.
use
ImmutableAttributeMap instead. |
Modifier and Type | Method and Description |
---|---|
static boolean |
AttributeUtil.checkMandatoryAttributes(IPersonalAttributeList personalAttrList)
Check if all mandatory attributes have values.
|
static PersonalAttributeList |
PersonalAttributeList.copyOf(IPersonalAttributeList copy)
Deprecated.
Static factory method to copy a
PersonalAttributeList . |
static eu.eidas.auth.commons.attribute.ImmutableAttributeMap |
PersonalAttributeList.copyOf(IPersonalAttributeList copy,
AttributeRegistry... attributeRegistries)
Deprecated.
Static factory method to convert a
PersonalAttributeList into an ImmutableAttributeMap . |
static String |
AttributeUtil.getMissingMandatoryAttributes(IPersonalAttributeList personalAttrList)
Obtain the list of missing mandatory attributes.
|
static eu.eidas.auth.commons.attribute.ImmutableAttributeMap |
PersonalAttributeList.retainAttrsExistingInRegistry(IPersonalAttributeList copy,
AttributeRegistry... attributeRegistries)
Deprecated.
Static factory method to convert a
PersonalAttributeList into an ImmutableAttributeMap . |
Copyright © 2020. All Rights Reserved.