Class FirstItemIdItemIdentificationStrategy<T>

java.lang.Object
net.shibboleth.metadata.AbstractCompositeItemIdentificationStrategy<T>
net.shibboleth.metadata.FirstItemIdItemIdentificationStrategy<T>
Type Parameters:
T - type of Item to be identified
All Implemented Interfaces:
ItemIdentificationStrategy<T>
Direct Known Subclasses:
RegistrationAuthorityItemIdentificationStrategy

@Immutable public class FirstItemIdItemIdentificationStrategy<T> extends AbstractCompositeItemIdentificationStrategy<T>
Strategy that returns the first ItemId associated with an Item or, if no ItemId is associated with the item, a generic identifier is returned.