Package org.opensaml.storage.impl.client
Implementation of
StorageService that unifies cookie and
HTML Local Storage.-
Class Summary Class Description 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.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. -
Enum Summary Enum Description ClientStorageService.ClientStorageSource Enumeration of possible sources for the data.