Uses of Class
org.opensaml.storage.MutableStorageRecord
Packages that use MutableStorageRecord
Package
Description
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 MutableStorageRecordModifier and TypeMethodDescriptionprotected 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 MutableStorageRecordModifier and TypeMethodDescriptionprotected booleanAbstractMapBackedStorageService.reapWithLock(Map<String, MutableStorageRecord<?>> dataMap, long expiration) Locates and removes expired records from the input map.