Uses of Interface
org.opensaml.storage.EnumeratableStorageService
Packages that use EnumeratableStorageService
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 EnumeratableStorageService in org.opensaml.storage
Classes in org.opensaml.storage that implement EnumeratableStorageServiceModifier and TypeClassDescriptionclassPartial implementation ofStorageServicethat stores data in-memory with no persistence using a simple map. -
Uses of EnumeratableStorageService in org.opensaml.storage.impl
Classes in org.opensaml.storage.impl that implement EnumeratableStorageServiceModifier and TypeClassDescriptionclassImplementation ofAbstractMapBackedStorageServicethat stores data in-memory in a shared data structure with no persistence. -
Uses of EnumeratableStorageService in org.opensaml.storage.impl.client
Classes in org.opensaml.storage.impl.client that implement EnumeratableStorageServiceModifier and TypeClassDescriptionclassImplementation ofStorageServicethat stores data in-memory in a shared session attribute. -
Uses of EnumeratableStorageService in org.opensaml.storage.testing
Fields in org.opensaml.storage.testing declared as EnumeratableStorageServiceModifier and TypeFieldDescriptionprotected EnumeratableStorageServiceStorageServiceTest.sharedService being tested.Methods in org.opensaml.storage.testing that return EnumeratableStorageServiceModifier and TypeMethodDescriptionprotected abstract EnumeratableStorageServiceStorageServiceTest.getStorageService()Returns a fresh service instance to test.