Class SAMLArtifactMetadataIndex.SourceIDExtensionIndexingFunction
java.lang.Object
org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.SourceIDExtensionIndexingFunction
- All Implemented Interfaces:
Function<EntityDescriptor,
Set<MetadataIndexKey>>
- Enclosing class:
- SAMLArtifactMetadataIndex
public static class SAMLArtifactMetadataIndex.SourceIDExtensionIndexingFunction
extends Object
implements Function<EntityDescriptor,Set<MetadataIndexKey>>
Descriptor indexing function which produces 0 to many
SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
instances
based on the values of all SourceID
extension elements present in the descriptor's
RoleDescriptor
s.-
Field Details
-
log
private org.slf4j.Logger logLogger.
-
-
Constructor Details
-
SourceIDExtensionIndexingFunction
public SourceIDExtensionIndexingFunction()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntityDescriptor,
Set<MetadataIndexKey>>
-