Uses of Interface
org.opensaml.core.xml.persist.ConditionalLoadXMLObjectLoadSaveManager
-
Packages that use ConditionalLoadXMLObjectLoadSaveManager Package Description org.opensaml.core.xml.persist Components for persisting XMLObjects. -
-
Uses of ConditionalLoadXMLObjectLoadSaveManager in org.opensaml.core.xml.persist
Classes in org.opensaml.core.xml.persist that implement ConditionalLoadXMLObjectLoadSaveManager Modifier and Type Class Description classAbstractConditionalLoadXMLObjectLoadSaveManager<T extends XMLObject>Abstract base class forXMLObjectLoadSaveManagerimplementations 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.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.
-