public static class SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction extends Object implements com.google.common.base.Function<EntityDescriptor,Set<MetadataIndexKey>>
SAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKey
based on the SHA-1 digest of the UTF-8 encoding
of the value of EntityDescriptor.getEntityID()
.Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Logger.
|
Constructor and Description |
---|
EntityIDToSHA1SourceIDIndexingFunction() |
Modifier and Type | Method and Description |
---|---|
Set<MetadataIndexKey> |
apply(EntityDescriptor descriptor) |
public EntityIDToSHA1SourceIDIndexingFunction()
public Set<MetadataIndexKey> apply(@Nonnull EntityDescriptor descriptor)
apply
in interface com.google.common.base.Function<EntityDescriptor,Set<MetadataIndexKey>>
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.