Uses of Interface
org.opensaml.core.xml.persist.XMLObjectLoadSaveManager
-
Packages that use XMLObjectLoadSaveManager Package Description org.opensaml.core.xml.persist Components for persisting XMLObjects. -
-
Uses of XMLObjectLoadSaveManager in org.opensaml.core.xml.persist
Subinterfaces of XMLObjectLoadSaveManager in org.opensaml.core.xml.persist Modifier and Type Interface Description interfaceConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject>Interface for specialization ofXMLObjectLoadSaveManagerimplementations which track the modify times of requested data such thatload(String)returns data only if the data associated with the key has been modified since the last request.Classes in org.opensaml.core.xml.persist that implement XMLObjectLoadSaveManager Modifier and Type Class Description classAbstractConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject>Abstract base class forXMLObjectLoadSaveManagerimplementations which track the modify times of requested data such thatload(String)returns data only if the data associated with the key has been modified since the last request.classFilesystemLoadSaveManager<T extends XMLObject>Implementation ofXMLObjectLoadSaveManagerwhich uses a local filesystem to load and store serialized XML.classMapLoadSaveManager<T extends XMLObject>Simple implementation ofXMLObjectLoadSaveManagerwhich uses an in-memory map.
-