Package | Description |
---|---|
org.opensaml.storage |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
|
org.opensaml.storage.impl |
Storage-related implementation classes.
|
org.opensaml.storage.impl.memcached |
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 |
---|---|
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.
|
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.
|
protected net.shibboleth.utilities.java.support.collection.Pair<Long,StorageRecord> |
AbstractMapBackedStorageService.readImpl(String context,
String key,
Long version)
Internal method to implement read functions.
|
Modifier and Type | Class and Description |
---|---|
class |
JPAStorageRecord
Implementation of
MutableStorageRecord annotated for JPA. |
Modifier and Type | Method and Description |
---|---|
StorageRecord |
JPAStorageService.read(String context,
String key)
Returns an existing record from the store, if one exists.
|
StorageRecord |
LDAPStorageService.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> |
JPAStorageService.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> |
LDAPStorageService.read(String context,
String key,
long version)
Returns an existing record from the store, along with its version.
|
List<StorageRecord> |
JPAStorageService.readAll()
Returns all records from the store.
|
List<StorageRecord> |
JPAStorageService.readAll(String context)
Returns all records from the store for the supplied context.
|
protected net.shibboleth.utilities.java.support.collection.Pair<Long,StorageRecord> |
JPAStorageService.readImpl(String context,
String key,
Long version)
Reads the record matching the supplied parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
MemcachedStorageRecord
Storage record implementation for use with
MemcachedStorageService . |
Modifier and Type | Method and Description |
---|---|
StorageRecord |
MemcachedStorageService.read(String context,
String key) |
Modifier and Type | Method and Description |
---|---|
net.shibboleth.utilities.java.support.collection.Pair<Long,StorageRecord> |
MemcachedStorageService.read(String context,
String key,
long version) |
Copyright © 2016. All rights reserved.