| Package | Description |
|---|---|
| org.opensaml.storage |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableStorageRecord
Exposes mutation of
StorageRecord properties. |
| Modifier and Type | Method and Description |
|---|---|
StorageRecord |
AbstractMapBackedStorageService.read(String context,
String key)
Returns an existing record from the store, if one exists.
|
StorageRecord |
StorageService.read(String context,
String key)
Returns an existing record from the store, if one exists.
|
| Modifier and Type | Method and Description |
|---|---|
net.shibboleth.utilities.java.support.collection.Pair<Long,StorageRecord> |
AbstractMapBackedStorageService.read(String context,
String key,
long version)
Returns an existing record from the store, along with its version.
|
net.shibboleth.utilities.java.support.collection.Pair<Long,StorageRecord> |
StorageService.read(String context,
String key,
long version)
Returns an existing record from the store, along with its version.
|
protected net.shibboleth.utilities.java.support.collection.Pair<Long,StorageRecord> |
AbstractMapBackedStorageService.readImpl(String context,
String key,
Long version)
Internal method to implement read functions.
|
Copyright © 1999–2014. All rights reserved.