StorageService that unifies cookie and
HTML Local Storage.See: Description
| Class | Description |
|---|---|
| ClientStorageLoadContext |
A subcontext for driving the loading of data from a client into one or more
instances of a
ClientStorageService. |
| ClientStorageSaveContext |
A subcontext for driving the saving of data to a client from one or more
instances of a
ClientStorageService. |
| ClientStorageService |
Implementation of
StorageService that 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<InboundMessageType,OutboundMessageType> |
An action that loads any number of
ClientStorageService instances from a POST submission
or cookies as applicable. |
| LogLocalStorageSaveResults<InboundMessageType,OutboundMessageType> |
An action that logs the results of Local Storage-based
ClientStorageService save operations. |
| PopulateClientStorageLoadContext<InboundMessageType,OutboundMessageType> |
An action that creates and populates a
ClientStorageLoadContext with any storage keys identified
as missing from the current session and in need of loading. |
| PopulateClientStorageSaveContext<InboundMessageType,OutboundMessageType> |
An action that creates and populates a
ClientStorageSaveContext with any storage operations
identified as required from the current session and in need of saving. |
| SaveCookieBackedClientStorageServices<InboundMessageType,OutboundMessageType> |
An action that performs any number of
ClientStorageOperation instances sourced from
cookies by issuing the necessary Set-Cookie headers. |
| Enum | Description |
|---|---|
| ClientStorageService.ClientStorageSource |
Enumeration of possible sources for the data.
|
StorageService that unifies cookie and
HTML Local Storage.Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.