Package | Description |
---|---|
org.opensaml.saml.metadata.resolver.impl |
Class for retrieving, filtering, and querying metadata.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractBatchMetadataResolver.BatchEntityBackingStore
Specialized entity backing store implementation for batch metadata resolvers.
|
protected class |
AbstractDynamicMetadataResolver.DynamicEntityBackingStore
Specialized entity backing store implementation for dynamic metadata resolvers.
|
Modifier and Type | Field and Description |
---|---|
private AbstractMetadataResolver.EntityBackingStore |
AbstractMetadataResolver.entityBackingStore
Backing store for runtime EntityDescriptor data.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractMetadataResolver.EntityBackingStore |
AbstractMetadataResolver.createNewBackingStore()
Create a new backing store instance for EntityDescriptor data.
|
protected AbstractMetadataResolver.EntityBackingStore |
AbstractMetadataResolver.getBackingStore()
Get the EntityDescriptor backing store currently in use by the metadata resolver.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMetadataResolver.indexEntityDescriptor(EntityDescriptor entityDescriptor,
AbstractMetadataResolver.EntityBackingStore backingStore)
Index the specified entity descriptor, updating the specified entity backing store instance as necessary.
|
protected void |
AbstractBatchMetadataResolver.indexEntityDescriptor(EntityDescriptor entityDescriptor,
AbstractMetadataResolver.EntityBackingStore backingStore)
Index the specified entity descriptor, updating the specified entity backing store instance as necessary.
|
protected void |
AbstractMetadataResolver.preProcessEntitiesDescriptor(EntitiesDescriptor entitiesDescriptor,
AbstractMetadataResolver.EntityBackingStore backingStore)
Pre-process the specified entities descriptor, updating the specified entity backing store instance as necessary.
|
protected void |
AbstractMetadataResolver.preProcessEntityDescriptor(EntityDescriptor entityDescriptor,
AbstractMetadataResolver.EntityBackingStore backingStore)
Pre-process the specified entity descriptor, updating the specified entity backing store instance as necessary.
|
protected void |
AbstractDynamicMetadataResolver.preProcessEntityDescriptor(EntityDescriptor entityDescriptor,
AbstractMetadataResolver.EntityBackingStore backingStore)
Pre-process the specified entity descriptor, updating the specified entity backing store instance as necessary.
|
protected void |
AbstractMetadataResolver.removeByEntityID(String entityID,
AbstractMetadataResolver.EntityBackingStore backingStore)
Remove from the backing store all metadata for the entity with the given entity ID.
|
protected void |
AbstractDynamicMetadataResolver.removeByEntityID(String entityID,
AbstractMetadataResolver.EntityBackingStore backingStore)
Remove from the backing store all metadata for the entity with the given entity ID.
|
protected void |
AbstractMetadataResolver.setBackingStore(AbstractMetadataResolver.EntityBackingStore newBackingStore)
Set the EntityDescriptor backing store currently in use by the metadata resolver.
|
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.