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 | Method and Description |
---|---|
static PersonalAttribute |
PersonalAttribute.copyOf(PersonalAttribute copy)
Deprecated.
Static factory to create a new copy of the given instance, including all values.
|
static PersonalAttribute |
PersonalAttribute.copyOfWithNewName(PersonalAttribute copy,
String newName,
String newFriendlyName)
Deprecated.
Static factory to create a new copy of the given instance, including all values and which can change the name.
|
static PersonalAttribute |
PersonalAttribute.copyOfWithNewNameWithoutValues(PersonalAttribute copy,
String newName,
String newFriendlyName)
Deprecated.
Static factory to create a new copy of the given instance, excluding all values and which can change the name.
|
static PersonalAttribute |
PersonalAttribute.copyOfWithoutValues(PersonalAttribute copy)
Deprecated.
Static factory to create a new copy of the given instance, excluding all values.
|
static PersonalAttribute |
PersonalAttributeString.fromString(String attributeString)
Converts a string representation of the Personal Attribute into an instance of the
PersonalAttribute . |
PersonalAttribute |
IPersonalAttributeList.getByFriendlyName(String friendlyName)
Deprecated.
use
IPersonalAttributeList.values(String) instead. |
PersonalAttribute |
PersonalAttributeList.getByFriendlyName(String friendlyName)
Deprecated.
Returns the first value to which the specified key is mapped, or null if this map contains no mapping for the key.
|
PersonalAttribute |
IPersonalAttributeList.getFirst(PersonalAttribute personalAttribute)
Returns the first value to which the specified key is mapped, or null if this map contains no mapping for the key.
|
PersonalAttribute |
PersonalAttributeList.getFirst(PersonalAttribute personalAttribute)
Deprecated.
|
PersonalAttribute |
IPersonalAttributeList.removeByFriendlyName(String friendlyName)
Removes the mapping for this key from this map if present.
|
PersonalAttribute |
PersonalAttributeList.removeByFriendlyName(String friendlyName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Iterator<PersonalAttribute> |
PersonalAttributeList.iterator()
Deprecated.
|
Collection<PersonalAttribute> |
IPersonalAttributeList.values()
Returns a collection view of the values contained in this map.
|
Collection<PersonalAttribute> |
PersonalAttributeList.values()
Deprecated.
|
Collection<PersonalAttribute> |
IPersonalAttributeList.values(String key)
Returns all the values to which the specified key is mapped, or null if this map contains no mapping for the key.
|
Collection<PersonalAttribute> |
PersonalAttributeList.values(String key)
Deprecated.
Returns all the values to which the specified key is mapped, or null if this map contains no mapping for the key.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPersonalAttributeList.add(PersonalAttribute value)
Adds to the PersonalAttributeList the given PersonalAttribute.
|
boolean |
PersonalAttributeList.add(PersonalAttribute value)
Deprecated.
Adds to the PersonalAttributeList the given PersonalAttribute.
|
boolean |
IPersonalAttributeList.contains(PersonalAttribute personalAttribute)
Checks if the Personal Attribute List contains the given key.
|
boolean |
PersonalAttributeList.contains(PersonalAttribute personalAttribute)
Deprecated.
|
static PersonalAttribute |
PersonalAttribute.copyOf(PersonalAttribute copy)
Deprecated.
Static factory to create a new copy of the given instance, including all values.
|
static PersonalAttribute |
PersonalAttribute.copyOfWithNewName(PersonalAttribute copy,
String newName,
String newFriendlyName)
Deprecated.
Static factory to create a new copy of the given instance, including all values and which can change the name.
|
static PersonalAttribute |
PersonalAttribute.copyOfWithNewNameWithoutValues(PersonalAttribute copy,
String newName,
String newFriendlyName)
Deprecated.
Static factory to create a new copy of the given instance, excluding all values and which can change the name.
|
static PersonalAttribute |
PersonalAttribute.copyOfWithoutValues(PersonalAttribute copy)
Deprecated.
Static factory to create a new copy of the given instance, excluding all values.
|
PersonalAttribute |
IPersonalAttributeList.getFirst(PersonalAttribute personalAttribute)
Returns the first value to which the specified key is mapped, or null if this map contains no mapping for the key.
|
PersonalAttribute |
PersonalAttributeList.getFirst(PersonalAttribute personalAttribute)
Deprecated.
|
static String |
PersonalAttributeString.toString(PersonalAttribute personalAttribute)
Prints the PersonalAttribute in the following format.
|
Constructor and Description |
---|
PersonalAttribute(PersonalAttribute copy)
Deprecated.
Copy constructor which keeps the same name and copies all values.
|
PersonalAttribute(PersonalAttribute copy,
String newName,
String newFriendlyName)
Deprecated.
Copy constructor which can change the name and copies all values.
|
Copyright © 2020. All Rights Reserved.