T - type of metadata elementpublic interface Item<T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Item<T> |
copy()
Performs a copy of this Item.
|
net.shibboleth.utilities.java.support.collection.ClassToInstanceMultiMap<ItemMetadata> |
getItemMetadata()
Gets all of the metadata attached to this Item.
|
T |
unwrap()
Gets the wrapped item data.
|
@Nonnull net.shibboleth.utilities.java.support.collection.ClassToInstanceMultiMap<ItemMetadata> getItemMetadata()
@Nonnull Item<T> copy()
ItemMetadata, should be deep cloned.
ItemMetadata objects must be shared between the clone and the original.Copyright © 1999–2016. All rights reserved.