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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapBackedStorageService
Partial implementation of
StorageService that stores data in-memory with no persistence
using a simple map. |
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. |
Copyright © 2016. All rights reserved.