| Package | Description |
|---|---|
| org.opensaml.core.xml.persist |
Components for persisting XMLObjects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject>
Interface for specialization of
XMLObjectLoadSaveManager implementations which
track the modify times of requested data such that load(String) returns
data only if the data associated with the key has been modified since the last
request. |
| 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 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–2020 Shibboleth Consortium. All rights reserved.