Uses of Interface
net.shibboleth.metadata.ItemIdentificationStrategy
Packages that use ItemIdentificationStrategy
Package
Description
Base classes for dealing with collections of metadata (whatever metadata might mean to you).
Aggregator classes for the MDRPI specification.
A set of classes for constructing generic data processing pipelines.
-
Uses of ItemIdentificationStrategy in net.shibboleth.metadata
Classes in net.shibboleth.metadata that implement ItemIdentificationStrategyModifier and TypeClassDescriptionclassAbstract class implementing a generic two-part strategy for item identification.class -
Uses of ItemIdentificationStrategy in net.shibboleth.metadata.dom.saml.mdrpi
Classes in net.shibboleth.metadata.dom.saml.mdrpi that implement ItemIdentificationStrategyModifier and TypeClassDescriptionclassItem identification strategy for interfederation use cases. -
Uses of ItemIdentificationStrategy in net.shibboleth.metadata.pipeline
Fields in net.shibboleth.metadata.pipeline declared as ItemIdentificationStrategyModifier and TypeFieldDescriptionprivate ItemIdentificationStrategy<T>AbstractItemMetadataSelectionStage.identificationStrategyStrategy used to generate item identifiers for logging purposes.Methods in net.shibboleth.metadata.pipeline that return ItemIdentificationStrategyModifier and TypeMethodDescriptionfinal ItemIdentificationStrategy<T>AbstractItemMetadataSelectionStage.getItemIdentificationStrategy()Gets the strategy used to generateItemidentifiers for logging purposes.Methods in net.shibboleth.metadata.pipeline with parameters of type ItemIdentificationStrategyModifier and TypeMethodDescriptionvoidAbstractItemMetadataSelectionStage.setIdentificationStrategy(ItemIdentificationStrategy<T> strategy) Sets the strategy used to generateItemidentifiers for logging purposes.