|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemIdentificationStrategy | |
|---|---|
| net.shibboleth.metadata | Base classes for dealing with collections of metadata (whatever metadata might mean to you). |
| net.shibboleth.metadata.pipeline | A set of classes for constructing generic data processing pipelines. |
| Uses of ItemIdentificationStrategy in net.shibboleth.metadata |
|---|
| Classes in net.shibboleth.metadata that implement ItemIdentificationStrategy | |
|---|---|
class |
FirstItemIdItemIdentificationStrategy
Strategy that returns the first ItemId associated with an Item or, if not ItemId is
associated with the item, a generic identifier is returned. |
| Uses of ItemIdentificationStrategy in net.shibboleth.metadata.pipeline |
|---|
| Fields in net.shibboleth.metadata.pipeline declared as ItemIdentificationStrategy | |
|---|---|
private ItemIdentificationStrategy |
AbstractItemMetadataSelectionStage.identifierStrategy
Strategy used to generate Item identifiers for logging purposes. |
| Methods in net.shibboleth.metadata.pipeline that return ItemIdentificationStrategy | |
|---|---|
ItemIdentificationStrategy |
AbstractItemMetadataSelectionStage.getItemIdentifierStrategy()
Gets the strategy used to generate Item identifiers for logging purposes. |
| Methods in net.shibboleth.metadata.pipeline with parameters of type ItemIdentificationStrategy | |
|---|---|
void |
AbstractItemMetadataSelectionStage.setIdentifierStrategy(ItemIdentificationStrategy strategy)
Sets the strategy used to generate Item identifiers for logging purposes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||