| Package | Description |
|---|---|
| org.opensaml.storage.impl.client |
Implementation of
StorageService that unifies cookie and
HTML Local Storage. |
| Modifier and Type | Field and Description |
|---|---|
private ClientStorageService.ClientStorageSource |
ClientStorageService.ClientStorageServiceStore.source
Data source.
|
private ClientStorageService.ClientStorageSource |
ClientStorageServiceOperation.storageSource
Storage source.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<ClientStorageService.ClientStorageSource,Integer> |
ClientStorageService.capabilityMap
Sizes to report for context, key, and value limits when particular sources are used.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) ClientStorageService.ClientStorageSource |
ClientStorageService.getSource()
Get the backing source of the loaded data.
|
ClientStorageService.ClientStorageSource |
ClientStorageService.ClientStorageServiceStore.getSource()
Get the data source.
|
ClientStorageService.ClientStorageSource |
ClientStorageServiceOperation.getStorageSource()
Get storage source.
|
static ClientStorageService.ClientStorageSource |
ClientStorageService.ClientStorageSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientStorageService.ClientStorageSource[] |
ClientStorageService.ClientStorageSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClientStorageSaveContext.isSourceRequired(ClientStorageService.ClientStorageSource source)
Get whether a particular storage source is implicated by the queued operations.
|
(package private) void |
ClientStorageService.load(String raw,
ClientStorageService.ClientStorageSource source)
Reconstitute stored data and inject it into the session.
|
private void |
LoadClientStorageServices.loadFromCookie(ClientStorageService storageService,
ClientStorageService.ClientStorageSource source)
Load the specified storage service from a cookie.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientStorageService.setCapabilityMap(Map<ClientStorageService.ClientStorageSource,Integer> map)
Set the map of storage sources to capability/size limits.
|
| Constructor and Description |
|---|
ClientStorageService.ClientStorageServiceStore(String raw,
ClientStorageService.ClientStorageSource src)
Reconstitute stored data.
|
ClientStorageServiceOperation(String id,
String key,
String value,
ClientStorageService.ClientStorageSource source)
Constructor.
|
Copyright © 1999–2016 Shibboleth Consortium. All rights reserved.