| Package | Description |
|---|---|
| org.opensaml.storage.impl.client |
Implementation of
StorageService that unifies cookie and
HTML Local Storage. |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,ClientStorageService> |
SaveCookieBackedClientStorageServices.storageServices
The storage service instances to load, keyed by their bean ID.
|
private Collection<ClientStorageService> |
PopulateClientStorageSaveContext.storageServices
The storage service instances to check for a save requirement.
|
private Collection<ClientStorageService> |
PopulateClientStorageLoadContext.storageServices
The storage service instances to check for a loading requirement.
|
private Map<String,ClientStorageService> |
LoadClientStorageServices.storageServices
The storage service instances to load.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
LoadClientStorageServices.loadFromCookie(ClientStorageService storageService,
ClientStorageService.ClientStorageSource source)
Load the specified storage service from a cookie.
|
private void |
LoadClientStorageServices.loadFromLocalStorage(ClientStorageService storageService)
Load the specified storage service from local storage data supplied in the POST.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaveCookieBackedClientStorageServices.setStorageServices(Collection<ClientStorageService> services)
Set the
ClientStorageService instances to check for loading. |
void |
PopulateClientStorageSaveContext.setStorageServices(Collection<ClientStorageService> services)
Set the
ClientStorageService instances to check for saving. |
void |
PopulateClientStorageLoadContext.setStorageServices(Collection<ClientStorageService> services)
Set the
ClientStorageService instances to check for loading. |
void |
LoadClientStorageServices.setStorageServices(Collection<ClientStorageService> services)
Set the
ClientStorageService instances to check for loading. |
Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.