Uses of Interface
org.opensaml.storage.StorageService
Packages that use StorageService
Package
Description
Implementation of SAML artifact mapping.
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 StorageService in org.opensaml.saml.common.binding.artifact.impl
Fields in org.opensaml.saml.common.binding.artifact.impl declared as StorageServiceModifier and TypeFieldDescriptionprivate StorageServiceStorageServiceSAMLArtifactMap.artifactStoreArtifact mapping storage.Methods in org.opensaml.saml.common.binding.artifact.impl that return StorageServiceModifier and TypeMethodDescriptionStorageServiceSAMLArtifactMap.getStorageService()Get the artifact store.Methods in org.opensaml.saml.common.binding.artifact.impl with parameters of type StorageServiceModifier and TypeMethodDescriptionvoidStorageServiceSAMLArtifactMap.setStorageService(StorageService store) Set the artifact store. -
Uses of StorageService in org.opensaml.storage
Subinterfaces of StorageService in org.opensaml.storageModifier and TypeInterfaceDescriptioninterfaceAn extendedStorageServiceable to enumerate the keys in a context.Classes in org.opensaml.storage that implement StorageServiceModifier and TypeClassDescriptionclassPartial implementation ofStorageServicethat stores data in-memory with no persistence using a simple map.classAbstract base class forStorageServiceimplementations. -
Uses of StorageService in org.opensaml.storage.impl
Classes in org.opensaml.storage.impl that implement StorageServiceModifier and TypeClassDescriptionclassImplementation ofAbstractMapBackedStorageServicethat stores data in-memory in a shared data structure with no persistence.Fields in org.opensaml.storage.impl declared as StorageServiceModifier and TypeFieldDescriptionprivate StorageServiceStorageServiceReplayCache.storageBacking storage for the replay cache.private StorageServiceStorageServiceRevocationCache.storageBacking storage for the replay cache.Methods in org.opensaml.storage.impl that return StorageServiceModifier and TypeMethodDescriptionStorageServiceReplayCache.getStorage()Get the backing store for the cache.StorageServiceRevocationCache.getStorage()Get the backing store for the cache.Methods in org.opensaml.storage.impl with parameters of type StorageServiceModifier and TypeMethodDescriptionvoidStorageServiceReplayCache.setStorage(StorageService storageService) Set the backing store for the cache.voidStorageServiceRevocationCache.setStorage(StorageService storageService) Set the backing store for the cache. -
Uses of StorageService in org.opensaml.storage.impl.client
Classes in org.opensaml.storage.impl.client that implement StorageServiceModifier and TypeClassDescriptionclassImplementation ofStorageServicethat stores data in-memory in a shared session attribute. -
Uses of StorageService in org.opensaml.storage.impl.memcached
Classes in org.opensaml.storage.impl.memcached that implement StorageService