Uses of Interface
org.opensaml.storage.impl.client.ClientStorageServiceStore
-
Packages that use ClientStorageServiceStore Package Description org.opensaml.storage.impl.client Implementation ofStorageServicethat unifies cookie and HTML Local Storage. -
-
Uses of ClientStorageServiceStore in org.opensaml.storage.impl.client
Classes in org.opensaml.storage.impl.client that implement ClientStorageServiceStore Modifier and Type Class Description classAbstractClientStorageServiceStoreBase class for the storage and reconstitution of data for aClientStorageService.classJSONClientStorageServiceStoreJSON-based storage forClientStorageService.classXMLClientStorageServiceStoreXML-based storage forClientStorageService.Methods in org.opensaml.storage.impl.client that return ClientStorageServiceStore Modifier and Type Method Description ClientStorageServiceStoreClientStorageServiceStore.Factory. load(String raw, ClientStorageService.ClientStorageSource src)Load raw data into a newClientStorageServiceStoreinstance.ClientStorageServiceStoreJSONClientStorageServiceStore.JSONClientStorageServiceStoreFactory. load(String raw, ClientStorageService.ClientStorageSource src)Load raw data into a newClientStorageServiceStoreinstance.ClientStorageServiceStoreXMLClientStorageServiceStore.XMLClientStorageServiceStoreFactory. load(String raw, ClientStorageService.ClientStorageSource src)Load raw data into a newClientStorageServiceStoreinstance.
-