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 Map<String,Map<String,MutableStorageRecord>> |
AbstractMapBackedStorageService.getContextMap()
Get the map of contexts to manipulate during operations.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractMapBackedStorageService.reapWithLock(Map<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 | Method and Description |
---|---|
protected Map<String,Map<String,MutableStorageRecord>> |
MemoryStorageService.getContextMap()
Get the map of contexts to manipulate during operations.
|
protected Map<String,Map<String,MutableStorageRecord>> |
ServletRequestScopedStorageService.getContextMap()
Get the map of contexts to manipulate during operations.
|
Copyright © 2018. All rights reserved.