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 |
StorageService.read(String context,
String key)
Returns an existing record from the store, if one exists.
|
StorageRecord |
AbstractMapBackedStorageService.read(String context,
String key)
Returns an existing record from the store, if one exists.
|
Modifier and Type | Method and Description |
---|---|
Pair<Long,StorageRecord> |
StorageService.read(String context,
String key,
long version)
Returns an existing record from the store, along with its version.
|
Pair<Long,StorageRecord> |
AbstractMapBackedStorageService.read(String context,
String key,
long version)
Returns an existing record from the store, along with its version.
|
protected Pair<Long,StorageRecord> |
AbstractMapBackedStorageService.readImpl(String context,
String key,
Long version)
Internal method to implement read functions.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.