| 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 | Method and Description |
|---|---|
protected abstract java.util.Map<java.lang.String,java.util.Map<java.lang.String,MutableStorageRecord>> |
AbstractMapBackedStorageService.getContextMap()
Get the map of contexts to manipulate during operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractMapBackedStorageService.reapWithLock(java.util.Map<java.lang.String,MutableStorageRecord> dataMap,
long expiration)
Locates and removes expired records from the input map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JPAStorageRecord
Implementation of
MutableStorageRecord annotated for JPA. |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.String,java.util.Map<java.lang.String,MutableStorageRecord>> |
MemoryStorageService.contextMap
Map of contexts.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,MutableStorageRecord>> |
ServletRequestScopedStorageService.getContextMap()
Get the map of contexts to manipulate during operations.
|
protected java.util.Map<java.lang.String,java.util.Map<java.lang.String,MutableStorageRecord>> |
MemoryStorageService.getContextMap()
Get the map of contexts to manipulate during operations.
|