Package org.opensaml.core.xml.persist
package org.opensaml.core.xml.persist
Components for persisting XMLObjects.
-
ClassDescriptionAbstract base class for
XMLObjectLoadSaveManager
implementations which track the modify times of requested data such thatXMLObjectLoadSaveManager.load(String)
returns data only if the data associated with the key has been modified since the last request.ConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject>Interface for specialization ofXMLObjectLoadSaveManager
implementations which track the modify times of requested data such thatXMLObjectLoadSaveManager.load(String)
returns data only if the data associated with the key has been modified since the last request.FilesystemLoadSaveManager<T extends XMLObject>Implementation ofXMLObjectLoadSaveManager
which uses a local filesystem to load and store serialized XML.MapLoadSaveManager<T extends XMLObject>Simple implementation ofXMLObjectLoadSaveManager
which uses an in-memory map.XMLObjectLoadSaveManager<T extends XMLObject>Interface for a component which is capable of loading and saving instances ofXMLObject
, based on a string key.