Package | Description |
---|---|
eu.eidas.auth.commons |
Common Authentication Service functionalities to be deployed in every eIDAS node
is contained in this package.
|
eu.eidas.auth.commons.attribute | |
eu.eidas.auth.commons.protocol.eidas.spec |
Modifier and Type | Method and Description |
---|---|
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 eu.eidas.auth.commons.attribute.ImmutableAttributeMap |
PersonalAttributeList.retainAttrsExistingInRegistry(IPersonalAttributeList copy,
AttributeRegistry... attributeRegistries)
Deprecated.
Static factory method to convert a
PersonalAttributeList into an ImmutableAttributeMap . |
Modifier and Type | Method and Description |
---|---|
static AttributeRegistry |
AttributeRegistries.copyOf(AttributeRegistry attributeRegistry,
AttributeRegistry... otherRegistries)
Copies an attribute registry in memory from another existing AttributeRegistry.
|
static AttributeRegistry |
AttributeRegistries.empty()
Returns an empty immutable registry.
|
static AttributeRegistry |
AttributeRegistries.fromFile(String fileName)
Creates an attribute registry based on the given configuration file.
|
static AttributeRegistry |
AttributeRegistries.fromFile(String fileName,
String defaultPath)
Creates an attribute registry based on the given configuration file.
|
static AttributeRegistry |
AttributeRegistries.fromFiles(String fileName,
String defaultPath,
String... fileNames)
Creates an attribute registry based on the given configuration files.
|
static AttributeRegistry |
AttributeRegistries.of(eu.eidas.auth.commons.attribute.AttributeDefinition<?>... definitions)
Creates an attribute registry based on the given AttributeDefinitions.
|
static AttributeRegistry |
AttributeRegistries.of(Iterable<eu.eidas.auth.commons.attribute.AttributeDefinition<?>> definitions)
Creates an attribute registry based on the given AttributeDefinitions.
|
Modifier and Type | Method and Description |
---|---|
static AttributeRegistry |
AttributeRegistries.copyOf(AttributeRegistry attributeRegistry,
AttributeRegistry... otherRegistries)
Copies an attribute registry in memory from another existing AttributeRegistry.
|
static AttributeRegistry |
AttributeRegistries.copyOf(AttributeRegistry attributeRegistry,
AttributeRegistry... otherRegistries)
Copies an attribute registry in memory from another existing AttributeRegistry.
|
Modifier and Type | Field and Description |
---|---|
static AttributeRegistry |
RepresentativeNaturalPersonSpec.REGISTRY |
static AttributeRegistry |
RepresentativeLegalPersonSpec.REGISTRY |
static AttributeRegistry |
EidasSpec.REGISTRY |
static AttributeRegistry |
LegalPersonSpec.REGISTRY |
static AttributeRegistry |
NaturalPersonSpec.REGISTRY |
Copyright © 2020. All Rights Reserved.