| Package | Description |
|---|---|
| org.opensaml.core.xml.persist |
Components for persisting XMLObjects.
|
| Class and Description |
|---|
| AbstractConditionalLoadXMLObjectLoadSaveManager
Abstract base class for
XMLObjectLoadSaveManager implementations which
track the modify times of requested data such that XMLObjectLoadSaveManager.load(String) returns
data only if the data associated with the key has been modified since the last
request. |
| ConditionalLoadXMLObjectLoadSaveManager
Interface for specialization of
XMLObjectLoadSaveManager implementations which
track the modify times of requested data such that XMLObjectLoadSaveManager.load(String) returns
data only if the data associated with the key has been modified since the last
request. |
| XMLObjectLoadSaveManager
Interface for a component which is capable of loading and saving instances of
XMLObject,
based on a string key. |
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.