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 |
AbstractMapBackedStorageService
Partial implementation of
StorageService that stores data in-memory with no persistence
using a simple map. |
class |
AbstractStorageService
Abstract base class for
StorageService implementations. |
Modifier and Type | Method and Description |
---|---|
StorageCapabilities |
StorageService.getCapabilities()
Returns the capabilities of the underlying store.
|
StorageCapabilities |
AbstractStorageService.getCapabilities()
Returns the capabilities of the underlying store.
|
Modifier and Type | Class and Description |
---|---|
class |
JPAStorageService
Implementation of
StorageService that uses JPA to persist to a database. |
class |
LDAPStorageService
Implementation of
StorageService that stores data in an LDAP. |
class |
MemoryStorageService
Implementation of
AbstractMapBackedStorageService that stores data in-memory in a shared data structure
with no persistence. |
class |
ServletRequestScopedStorageService
Implementation of
RequestScopedStorageService that stores data in-memory in a servlet request attribute,
and reads and writes the data with a secured string form using JSON as the underlying format. |
Modifier and Type | Class and Description |
---|---|
class |
MemcachedStorageCapabilities
Provides a description of memcached capabilities.
|
Modifier and Type | Method and Description |
---|---|
StorageCapabilities |
MemcachedStorageService.getCapabilities() |
Copyright © 2017. All rights reserved.