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.
Storage-related implementation classes.
Implementation of
StorageService that unifies cookie and
HTML Local Storage.-
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. -
Uses of MutableStorageRecord in org.opensaml.storage.impl
Fields in org.opensaml.storage.impl with type parameters of type MutableStorageRecordModifier and TypeFieldDescriptionprivate Map<String,Map<String, MutableStorageRecord<?>>> MemoryStorageService.contextMapMap of contexts.Methods in org.opensaml.storage.impl that return types with arguments of type MutableStorageRecordModifier and TypeMethodDescriptionprotected Map<String,Map<String, MutableStorageRecord<?>>> MemoryStorageService.getContextMap()Get the map of contexts to manipulate during operations. -
Uses of MutableStorageRecord in org.opensaml.storage.impl.client
Fields in org.opensaml.storage.impl.client with type parameters of type MutableStorageRecordModifier and TypeFieldDescriptionprivate final Map<String,Map<String, MutableStorageRecord<?>>> AbstractClientStorageServiceStore.contextMapThe underlying map of data records.Methods in org.opensaml.storage.impl.client that return types with arguments of type MutableStorageRecordModifier and TypeMethodDescriptionAbstractClientStorageServiceStore.getContextMap()Get the map of contexts to manipulate during operations.protected Map<String,Map<String, MutableStorageRecord<?>>> ClientStorageService.getContextMap()Get the map of contexts to manipulate during operations.ClientStorageServiceStore.getContextMap()Get the map of contexts to manipulate during operations.