| Interface | Description |
|---|---|
| ConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject> |
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<T extends XMLObject> |
Interface for a component which is capable of loading and saving instances of
XMLObject,
based on a string key. |
| Class | Description |
|---|---|
| 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. |
| FilesystemLoadSaveManager<T extends XMLObject> |
Implementation of
XMLObjectLoadSaveManager which uses a local filesystem to load and store serialized XML. |
| FilesystemLoadSaveManager.DefaultFileFilter |
Default filter used to filter data returned in
FilesystemLoadSaveManager.listKeys()
and FilesystemLoadSaveManager.listAll(). |
| MapLoadSaveManager<T extends XMLObject> |
Simple implementation of
XMLObjectLoadSaveManager which uses an in-memory map. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.