Uses of Class
org.opensaml.storage.AbstractMapBackedStorageService
-
Packages that use AbstractMapBackedStorageService Package Description org.opensaml.storage.impl Storage-related implementation classes.org.opensaml.storage.impl.client Implementation ofStorageServicethat unifies cookie and HTML Local Storage. -
-
Uses of AbstractMapBackedStorageService in org.opensaml.storage.impl
Subclasses of AbstractMapBackedStorageService in org.opensaml.storage.impl Modifier and Type Class Description classMemoryStorageServiceImplementation ofAbstractMapBackedStorageServicethat stores data in-memory in a shared data structure with no persistence. -
Uses of AbstractMapBackedStorageService in org.opensaml.storage.impl.client
Subclasses of AbstractMapBackedStorageService in org.opensaml.storage.impl.client Modifier and Type Class Description classClientStorageServiceImplementation ofStorageServicethat stores data in-memory in a shared session attribute.
-