Uses of Interface
org.opensaml.saml.metadata.resolver.index.MetadataIndexKey
-
Packages that use MetadataIndexKey Package Description org.opensaml.saml.metadata.resolver.index Classes for SAML metadata indexing.org.opensaml.saml.metadata.resolver.index.impl Implementation of the metadata resolver indexes. -
-
Uses of MetadataIndexKey in org.opensaml.saml.metadata.resolver.index
Classes in org.opensaml.saml.metadata.resolver.index that implement MetadataIndexKey Modifier and Type Class Description classSimpleStringMetadataIndexKeyA simple implementation ofMetadataIndexKeybased on a single input string.Methods in org.opensaml.saml.metadata.resolver.index that return types with arguments of type MetadataIndexKey Modifier and Type Method Description Set<MetadataIndexKey>MetadataIndex. generateKeys(CriteriaSet criteriaSet)Generate a set of one or moreMetadataIndexKeyinstances based on the inputCriteriaSet.Set<MetadataIndexKey>MetadataIndex. generateKeys(EntityDescriptor descriptor)Generate a set of one or moreMetadataIndexKeyinstances based on the inputEntityDescriptor. -
Uses of MetadataIndexKey in org.opensaml.saml.metadata.resolver.index.impl
Classes in org.opensaml.saml.metadata.resolver.index.impl that implement MetadataIndexKey Modifier and Type Class Description protected static classEndpointMetadataIndex.EndpointMetadataIndexKeyAn implementation ofMetadataIndexKeyrepresenting a single SAML metadata endpoint.protected static classRoleMetadataIndex.RoleMetadataIndexKeyAn implementation ofMetadataIndexKeyrepresenting a single SAML metadata role.protected static classSAMLArtifactMetadataIndex.ArtifactSourceIDMetadataIndexKeyAn implementation ofMetadataIndexKeyrepresenting a SAML artifact SourceID value.protected static classSAMLArtifactMetadataIndex.ArtifactSourceLocationMetadataIndexKeyAn implementation ofMetadataIndexKeyrepresenting a SAML artifact source location value.Fields in org.opensaml.saml.metadata.resolver.index.impl with type parameters of type MetadataIndexKey Modifier and Type Field Description private Function<CriteriaSet,Set<MetadataIndexKey>>FunctionDrivenMetadataIndex. criteriaStrategyFunction for producing index keys from a CriteriaSet.private Function<EntityDescriptor,Set<MetadataIndexKey>>FunctionDrivenMetadataIndex. descriptorStrategyFunction for producing index keys from an EntityDescriptor.private Map<MetadataIndexKey,Set<T>>MetadataIndexStore. indexThe indexed storage of data.private List<Function<EntityDescriptor,Set<MetadataIndexKey>>>SAMLArtifactMetadataIndex. indexingFunctionsIndexing function instance to use.Methods in org.opensaml.saml.metadata.resolver.index.impl that return types with arguments of type MetadataIndexKey Modifier and Type Method Description Set<MetadataIndexKey>SAMLArtifactMetadataIndex.EntityIDToSHA1SourceIDIndexingFunction. apply(EntityDescriptor descriptor)Set<MetadataIndexKey>SAMLArtifactMetadataIndex.SourceIDExtensionIndexingFunction. apply(EntityDescriptor descriptor)Set<MetadataIndexKey>SAMLArtifactMetadataIndex.SourceLocationIndexingFunction. apply(EntityDescriptor descriptor)Set<MetadataIndexKey>EndpointMetadataIndex. generateKeys(CriteriaSet criteriaSet)Generate a set of one or moreMetadataIndexKeyinstances based on the inputCriteriaSet.Set<MetadataIndexKey>EndpointMetadataIndex. generateKeys(EntityDescriptor descriptor)Generate a set of one or moreMetadataIndexKeyinstances based on the inputEntityDescriptor.Set<MetadataIndexKey>FunctionDrivenMetadataIndex. generateKeys(CriteriaSet criteriaSet)Generate a set of one or moreMetadataIndexKeyinstances based on the inputCriteriaSet.Set<MetadataIndexKey>FunctionDrivenMetadataIndex. generateKeys(EntityDescriptor descriptor)Generate a set of one or moreMetadataIndexKeyinstances based on the inputEntityDescriptor.Set<MetadataIndexKey>RoleMetadataIndex. generateKeys(CriteriaSet criteriaSet)Generate a set of one or moreMetadataIndexKeyinstances based on the inputCriteriaSet.Set<MetadataIndexKey>RoleMetadataIndex. generateKeys(EntityDescriptor descriptor)Generate a set of one or moreMetadataIndexKeyinstances based on the inputEntityDescriptor.Set<MetadataIndexKey>SAMLArtifactMetadataIndex. generateKeys(CriteriaSet criteriaSet)Generate a set of one or moreMetadataIndexKeyinstances based on the inputCriteriaSet.Set<MetadataIndexKey>SAMLArtifactMetadataIndex. generateKeys(EntityDescriptor descriptor)Generate a set of one or moreMetadataIndexKeyinstances based on the inputEntityDescriptor.Set<MetadataIndexKey>MetadataIndexStore. getKeys()Get the set of allMetadataIndexKeyinstances currently indexed.private Set<MetadataIndexKey>EndpointMetadataIndex. processCriteria(CriteriaSet criteriaSet, QName roleType, Endpoint endpoint)Process the specified role and endpoint.Methods in org.opensaml.saml.metadata.resolver.index.impl with parameters of type MetadataIndexKey Modifier and Type Method Description voidMetadataIndexStore. add(MetadataIndexKey key, T item)Add the supplied data item to the index under the suppliedMetadataIndexKey.voidMetadataIndexStore. clear(MetadataIndexKey key)Clear all data items indexed under the suppliedMetadataIndexKey.Set<T>MetadataIndexStore. lookup(MetadataIndexKey key)Lookup the instances of data indexed under the suppliedMetadataIndexKey.voidMetadataIndexStore. remove(MetadataIndexKey key, T item)Remove the supplied data item from the index under the suppliedMetadataIndexKey.Constructor parameters in org.opensaml.saml.metadata.resolver.index.impl with type arguments of type MetadataIndexKey Constructor Description FunctionDrivenMetadataIndex(Function<EntityDescriptor,Set<MetadataIndexKey>> descriptorFunction, Function<CriteriaSet,Set<MetadataIndexKey>> criteriaFunction)Constructor.SAMLArtifactMetadataIndex(List<Function<EntityDescriptor,Set<MetadataIndexKey>>> descriptorIndexingFunctions)Constructor.
-