Uses of Class
org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver.EntityBackingStore
Packages that use AbstractMetadataResolver.EntityBackingStore
Package
Description
Classes for retrieving, filtering, and querying metadata.
-
Uses of AbstractMetadataResolver.EntityBackingStore in org.opensaml.saml.metadata.resolver.impl
Subclasses of AbstractMetadataResolver.EntityBackingStore in org.opensaml.saml.metadata.resolver.implModifier and TypeClassDescriptionprotected classSpecialized entity backing store implementation for batch metadata resolvers.protected classSpecialized entity backing store implementation for dynamic metadata resolvers.Fields in org.opensaml.saml.metadata.resolver.impl declared as AbstractMetadataResolver.EntityBackingStoreModifier and TypeFieldDescriptionAbstractMetadataResolver.entityBackingStoreBacking store for runtime EntityDescriptor data.Methods in org.opensaml.saml.metadata.resolver.impl that return AbstractMetadataResolver.EntityBackingStoreModifier and TypeMethodDescriptionAbstractMetadataResolver.createNewBackingStore()Create a new backing store instance for EntityDescriptor data.AbstractMetadataResolver.ensureBackingStore()Get the EntityDescriptor backing store currently in use by the metadata resolver, raising aConstraintViolationExceptionif null.AbstractMetadataResolver.getBackingStore()Get the EntityDescriptor backing store currently in use by the metadata resolver.Methods in org.opensaml.saml.metadata.resolver.impl with parameters of type AbstractMetadataResolver.EntityBackingStoreModifier and TypeMethodDescriptionprotected voidAbstractBatchMetadataResolver.indexEntityDescriptor(EntityDescriptor entityDescriptor, AbstractMetadataResolver.EntityBackingStore backingStore) Index the specified entity descriptor, updating the specified entity backing store instance as necessary.protected voidAbstractDynamicMetadataResolver.indexEntityDescriptor(EntityDescriptor entityDescriptor, AbstractMetadataResolver.EntityBackingStore backingStore) Index the specified entity descriptor, updating the specified entity backing store instance as necessary.protected voidAbstractMetadataResolver.indexEntityDescriptor(EntityDescriptor entityDescriptor, AbstractMetadataResolver.EntityBackingStore backingStore) Index the specified entity descriptor, updating the specified entity backing store instance as necessary.protected voidAbstractMetadataResolver.preProcessEntitiesDescriptor(EntitiesDescriptor entitiesDescriptor, AbstractMetadataResolver.EntityBackingStore backingStore) Pre-process the specified entities descriptor, updating the specified entity backing store instance as necessary.protected voidAbstractDynamicMetadataResolver.preProcessEntityDescriptor(EntityDescriptor entityDescriptor, AbstractMetadataResolver.EntityBackingStore backingStore) Pre-process the specified entity descriptor, updating the specified entity backing store instance as necessary.protected voidAbstractMetadataResolver.preProcessEntityDescriptor(EntityDescriptor entityDescriptor, AbstractMetadataResolver.EntityBackingStore backingStore) Pre-process the specified entity descriptor, updating the specified entity backing store instance as necessary.protected voidAbstractDynamicMetadataResolver.removeByEntityID(String entityID, AbstractMetadataResolver.EntityBackingStore backingStore) Remove from the backing store all metadata for the entity with the given entity ID.protected voidAbstractMetadataResolver.removeByEntityID(String entityID, AbstractMetadataResolver.EntityBackingStore backingStore) Remove from the backing store all metadata for the entity with the given entity ID.protected voidLocalDynamicMetadataResolver.removeByEntityID(String entityID, AbstractMetadataResolver.EntityBackingStore backingStore) Remove from the backing store all metadata for the entity with the given entity ID.protected voidAbstractMetadataResolver.setBackingStore(AbstractMetadataResolver.EntityBackingStore newBackingStore) Set the EntityDescriptor backing store currently in use by the metadata resolver.