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 manySAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKeyinstances based on the values of allSourceIDextension elements present in the descriptor'sRoleDescriptors.
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogLogger.
-
Constructor Summary
Constructors Constructor Description SourceIDExtensionIndexingFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<MetadataIndexKey>apply(EntityDescriptor descriptor)
-
-
-
Method Detail
-
apply
public Set<MetadataIndexKey> apply(@Nonnull EntityDescriptor descriptor)
- Specified by:
applyin interfaceFunction<EntityDescriptor,Set<MetadataIndexKey>>
-
-