Uses of Class
org.opensaml.storage.AbstractStorageService
Packages that use AbstractStorageService
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 AbstractStorageService in org.opensaml.storage
Subclasses of AbstractStorageService in org.opensaml.storageModifier and TypeClassDescriptionclassPartial implementation ofStorageServicethat stores data in-memory with no persistence using a simple map. -
Uses of AbstractStorageService in org.opensaml.storage.impl
Subclasses of AbstractStorageService in org.opensaml.storage.implModifier and TypeClassDescriptionclassImplementation ofAbstractMapBackedStorageServicethat stores data in-memory in a shared data structure with no persistence. -
Uses of AbstractStorageService in org.opensaml.storage.impl.client
Subclasses of AbstractStorageService in org.opensaml.storage.impl.clientModifier and TypeClassDescriptionclassImplementation ofStorageServicethat stores data in-memory in a shared session attribute.