Package | Description |
---|---|
org.opensaml.saml.common.binding.artifact.impl |
Implementation of SAML artifact mapping.
|
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 | Method and Description |
---|---|
StorageService |
StorageServiceSAMLArtifactMap.getStorageService()
Get the artifact store.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageServiceSAMLArtifactMap.setStorageService(StorageService store)
Set the artifact store.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RequestScopedStorageService
Specialization of
StorageService that maintains its data on a per-request basis. |
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 |
---|---|
StorageService |
ReplayCache.getStorage()
Get the backing store for the cache.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplayCache.setStorage(StorageService storageService)
Set the backing store for the cache.
|
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 |
MemcachedStorageService
Memcached storage service.
|
Copyright © 2016. All rights reserved.