Package | Description |
---|---|
eu.eidas.auth.commons.attribute |
Modifier and Type | Method and Description |
---|---|
ImmutableValueMap |
ImmutableValueMap.Builder.build() |
static ImmutableValueMap |
ImmutableValueMap.copyOf(Map<AttributeDefinition<?>,? extends Iterable<?>> map) |
ImmutableValueMap |
ImmutableAttributeMap.getValueMap()
Returns the content of this object as an
ImmutableValueMap where keys are AttributeDefinition s
and values are ImmutableSet s of typed values. |
ImmutableValueMap |
ImmutableValueMap.getValuesByFriendlyName(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. |
ImmutableValueMap |
ImmutableAttributeMap.getValuesByFriendlyName(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 ImmutableValueMap |
ImmutableValueMap.of() |
static <T> ImmutableValueMap |
ImmutableValueMap.of(AttributeDefinition<T> attributeDefinition,
Iterable<T> values) |
static <T> ImmutableValueMap |
ImmutableValueMap.of(AttributeDefinition<T> attributeDefinition,
T... values) |
static ImmutableValueMap |
ImmutableAttributeMap.toValueMap(Map<AttributeDefinition<?>,com.google.common.collect.ImmutableSet<? extends AttributeValue<?>>> map) |
Modifier and Type | Method and Description |
---|---|
static ImmutableValueMap.Builder |
ImmutableValueMap.builder(ImmutableValueMap copy) |
ImmutableValueMap.Builder |
ImmutableValueMap.Builder.putAll(ImmutableValueMap attributeMap) |
Constructor and Description |
---|
Builder(ImmutableValueMap copy) |
Copyright © 2020. All Rights Reserved.