Package | Description |
---|---|
org.opensaml.storage.impl |
Storage-related implementation classes.
|
Modifier and Type | Class and Description |
---|---|
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 © 2017. All rights reserved.