| Package | Description |
|---|---|
| org.opensaml.core.xml.persist |
Components for persisting XMLObjects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject>
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. |
class |
FilesystemLoadSaveManager<T extends XMLObject>
Implementation of
XMLObjectLoadSaveManager which uses a local filesystem to load and store serialized XML. |
class |
MapLoadSaveManager<T extends XMLObject>
Simple implementation of
XMLObjectLoadSaveManager which uses an in-memory map. |
Copyright © 1999–2019 Shibboleth Consortium. All rights reserved.