Interface MetadataIndexKey
- All Known Implementing Classes:
EndpointMetadataIndex.EndpointMetadataIndexKey,RoleMetadataIndex.RoleMetadataIndexKey,SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey,SAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKey,SimpleStringMetadataIndexKey
public interface MetadataIndexKey
Marker interface for a component which represents a key for an index defined by a
MetadataIndex.
Implementations MUST override and implement Object.hashCode() and Object.equals(Object)
based on the semantics represented by the index key data.