Class SAMLArtifactMetadataIndex.SourceLocationIndexingFunction
- java.lang.Object
-
- org.opensaml.saml.metadata.resolver.index.impl.SAMLArtifactMetadataIndex.SourceLocationIndexingFunction
-
- 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.SourceLocationIndexingFunction extends Object implements Function<org.opensaml.saml.saml2.metadata.EntityDescriptor,Set<org.opensaml.saml.metadata.resolver.index.MetadataIndexKey>>
Descriptor indexing function which produces 0 to manySAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKeyinstances based on the location values of allArtifactResolutionServiceelements present in the descriptor'sRoleDescriptors.
-
-
Constructor Summary
Constructors Constructor Description SourceLocationIndexingFunction()
-
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)
-