Uses of Class
org.opensaml.storage.MutableStorageRecord
-
Packages that use MutableStorageRecord Package Description org.opensaml.storage Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc. -
-
Uses of MutableStorageRecord in org.opensaml.storage
Methods in org.opensaml.storage that return types with arguments of type MutableStorageRecord Modifier and Type Method Description protected abstract Map<String,Map<String,MutableStorageRecord<?>>>AbstractMapBackedStorageService. getContextMap()Get the map of contexts to manipulate during operations.Method parameters in org.opensaml.storage with type arguments of type MutableStorageRecord Modifier and Type Method Description protected booleanAbstractMapBackedStorageService. reapWithLock(Map<String,MutableStorageRecord<?>> dataMap, long expiration)Locates and removes expired records from the input map.
-