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. -
-
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.
-