Class SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction
- java.lang.Object
-
- org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction
-
- All Implemented Interfaces:
Function<org.opensaml.saml.saml2.metadata.EntityDescriptor,Set<org.opensaml.saml.metadata.resolver.index.MetadataIndexKey>>
- Enclosing class:
- SAMLArtifactMetadataIndex
public static class SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction extends Object implements Function<org.opensaml.saml.saml2.metadata.EntityDescriptor,Set<org.opensaml.saml.metadata.resolver.index.MetadataIndexKey>>
Entity descriptor indexing function which produces a singleSAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKeybased on the SHA-1 digest of the UTF-8 encoding of the value ofEntityDescriptor.getEntityID().
-
-
Field Summary
Fields Modifier and Type Field Description private org.slf4j.LoggerlogLogger.
-
Constructor Summary
Constructors Constructor Description EntityIDToSHA1SourceIDIndexingFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.opensaml.saml.metadata.resolver.index.MetadataIndexKey>apply(org.opensaml.saml.saml2.metadata.EntityDescriptor descriptor)
-
-
-
Method Detail
-
apply
public Set<org.opensaml.saml.metadata.resolver.index.MetadataIndexKey> apply(@Nonnull org.opensaml.saml.saml2.metadata.EntityDescriptor descriptor)
-
-