Uses of Interface
org.opensaml.storage.StorageCapabilities
Packages that use StorageCapabilities
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.Implementation of memcached
StorageService.-
Uses of StorageCapabilities in org.opensaml.storage
Classes in org.opensaml.storage that implement StorageCapabilitiesModifier and TypeClassDescriptionclassPartial implementation ofStorageServicethat stores data in-memory with no persistence using a simple map.classAbstract base class forStorageServiceimplementations.Methods in org.opensaml.storage that return StorageCapabilitiesModifier and TypeMethodDescriptionAbstractStorageService.getCapabilities()Returns the capabilities of the underlying store.StorageService.getCapabilities()Returns the capabilities of the underlying store. -
Uses of StorageCapabilities in org.opensaml.storage.impl
Classes in org.opensaml.storage.impl that implement StorageCapabilitiesModifier and TypeClassDescriptionclassImplementation ofAbstractMapBackedStorageServicethat stores data in-memory in a shared data structure with no persistence. -
Uses of StorageCapabilities in org.opensaml.storage.impl.client
Classes in org.opensaml.storage.impl.client that implement StorageCapabilitiesModifier and TypeClassDescriptionclassImplementation ofStorageServicethat stores data in-memory in a shared session attribute. -
Uses of StorageCapabilities in org.opensaml.storage.impl.memcached
Classes in org.opensaml.storage.impl.memcached that implement StorageCapabilitiesModifier and TypeClassDescriptionclassProvides a description of memcached capabilities.Methods in org.opensaml.storage.impl.memcached that return StorageCapabilitiesModifier and TypeMethodDescriptionMemcachedStorageService.getCapabilities()Returns the capabilities of the underlying store.