Class SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction
java.lang.Object
org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction
- All Implemented Interfaces:
Function<EntityDescriptor,
Set<MetadataIndexKey>>
- Enclosing class:
- SAMLArtifactMetadataIndex
public static class SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction
extends Object
implements Function<EntityDescriptor,Set<MetadataIndexKey>>
Entity descriptor indexing function which produces a single
SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
based on the SHA-1 digest of the UTF-8 encoding
of the value of EntityDescriptor.getEntityID()
.-
Field Details
-
log
private org.slf4j.Logger logLogger.
-
-
Constructor Details
-
EntityIDToSHA1SourceIDIndexingFunction
public EntityIDToSHA1SourceIDIndexingFunction()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<EntityDescriptor,
Set<MetadataIndexKey>>
-