Package | Description |
---|---|
eu.eidas.auth.commons.attribute | |
eu.eidas.auth.commons.light | |
eu.eidas.auth.commons.light.impl |
Modifier and Type | Method and Description |
---|---|
ImmutableAttributeMap |
ImmutableAttributeMap.Builder.build()
Builds the
ImmutableAttributeMap instance. |
static ImmutableAttributeMap |
ImmutableAttributeMap.copyOf(Map<AttributeDefinition<?>,? extends Iterable<? extends AttributeValue<?>>> map) |
ImmutableAttributeMap |
ImmutableAttributeMap.getAttributeValuesByFriendlyName(String friendlyName)
Returns the sub-map of this map where all the keys have the given friendly name or returns
null if no
attribute in this map has that friendly name. |
static ImmutableAttributeMap |
ImmutableAttributeMap.of() |
static <T> ImmutableAttributeMap |
ImmutableAttributeMap.of(AttributeDefinition<T> attributeDefinition,
AttributeValue<T>... values) |
static <T> ImmutableAttributeMap |
ImmutableAttributeMap.of(AttributeDefinition<T> attributeDefinition,
Iterable<? extends AttributeValue<T>> values) |
ImmutableAttributeMap |
AttributeMapType.ImmutableAttributeMapAdapter.unmarshal(AttributeMapType input) |
Modifier and Type | Method and Description |
---|---|
static ImmutableAttributeMap.Builder |
ImmutableAttributeMap.builder(ImmutableAttributeMap copy) |
AttributeMapType |
AttributeMapType.ImmutableAttributeMapAdapter.marshal(ImmutableAttributeMap input) |
ImmutableAttributeMap.Builder |
ImmutableAttributeMap.Builder.putAll(ImmutableAttributeMap attributeMap) |
Constructor and Description |
---|
Builder(ImmutableAttributeMap copy) |
Modifier and Type | Method and Description |
---|---|
ImmutableAttributeMap |
ILightResponse.getAttributes()
Returns the response attributes if the response is a success response , or an empty map if the response is a
failure response, never
null . |
ImmutableAttributeMap |
ILightRequest.getRequestedAttributes()
Returns the requested attributes.
|
Modifier and Type | Method and Description |
---|---|
ImmutableAttributeMap |
AbstractLightResponse.getAttributes() |
ImmutableAttributeMap |
AbstractLightRequest.getRequestedAttributes() |
Modifier and Type | Method and Description |
---|---|
B |
AbstractLightResponse.AbstractBuilder.attributes(ImmutableAttributeMap attributes) |
B |
AbstractLightRequest.AbstractBuilder.requestedAttributes(ImmutableAttributeMap requestedAttributes) |
Copyright © 2020. All Rights Reserved.