Package org.opensaml.storage.impl.client
Implementation of
StorageService that unifies cookie and
HTML Local Storage.-
Interface Summary Interface Description ClientStorageServiceStore Abstraction for the storage and reconstitution of data for aClientStorageService.ClientStorageServiceStore.Factory A factory for producing newClientStorageServiceStoreinstances. -
Class Summary Class Description AbstractClientStorageServiceStore Base class for the storage and reconstitution of data for aClientStorageService.ClientStorageLoadContext A subcontext for driving the loading of data from a client into one or more instances of aClientStorageService.ClientStorageSaveContext A subcontext for driving the saving of data to a client from one or more instances of aClientStorageService.ClientStorageService Implementation ofStorageServicethat stores data in-memory in a shared session attribute.ClientStorageServiceOperation A wrapper for a storage operation to capture the current or intended state of the data for a client.JSONClientStorageServiceStore JSON-based storage forClientStorageService.JSONClientStorageServiceStore.JSONClientStorageServiceStoreFactory Factory for JSON-backed store.LoadClientStorageServices An action that loads any number ofClientStorageServiceinstances from a POST submission or cookies as applicable.LogLocalStorageSaveResults An action that logs the results of Local Storage-basedClientStorageServicesave operations.PopulateClientStorageLoadContext An action that creates and populates aClientStorageLoadContextwith any storage keys identified as missing from the current session and in need of loading.PopulateClientStorageSaveContext An action that creates and populates aClientStorageSaveContextwith any storage operations identified as required from the current session and in need of saving.SaveCookieBackedClientStorageServices An action that performs any number ofClientStorageServiceOperationinstances sourced from cookies by issuing the necessary Set-Cookie headers.XMLClientStorageServiceStore XML-based storage forClientStorageService.XMLClientStorageServiceStore.XMLClientStorageServiceStoreFactory Factory for XML-backed store. -
Enum Summary Enum Description ClientStorageService.ClientStorageSource Enumeration of possible sources for the data.