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 which is capable of storing the original metadata
document on which the backing store is based.
|
protected class |
AbstractDynamicMetadataResolver.DynamicEntityBackingStore
Specialized entity backing store implementation for dynamic metadata resolvers.
|
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 |
AbstractMetadataResolver.preProcessEntitiesDescriptor(EntitiesDescriptor entitiesDescriptor,
AbstractMetadataResolver.EntityBackingStore backingStore)
Pre-process the specified entities 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.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 |
AbstractMetadataResolver.setBackingStore(AbstractMetadataResolver.EntityBackingStore newBackingStore)
Set the EntityDescriptor backing store currently in use by the metadata resolver.
|
Copyright © 2019. All rights reserved.