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