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 StorageService
StorageServiceSAMLArtifactMap.artifactStore
Artifact 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 TypeMethodDescriptionvoid
StorageServiceSAMLArtifactMap.setStorageService
(StorageService store) Set the artifact store. -
Uses of StorageService in org.opensaml.storage
Classes in org.opensaml.storage that implement StorageServiceModifier and TypeClassDescriptionclass
Partial implementation ofStorageService
that stores data in-memory with no persistence using a simple map.class
Abstract base class forStorageService
implementations.Fields in org.opensaml.storage declared as StorageServiceModifier and TypeFieldDescriptionprivate StorageService
ReplayCache.storage
Backing storage for the replay cache.private StorageService
RevocationCache.storage
Backing storage for the replay cache.Methods in org.opensaml.storage that return StorageServiceModifier and TypeMethodDescriptionReplayCache.getStorage()
Get the backing store for the cache.RevocationCache.getStorage()
Get the backing store for the cache.Methods in org.opensaml.storage with parameters of type StorageServiceModifier and TypeMethodDescriptionvoid
ReplayCache.setStorage
(StorageService storageService) Set the backing store for the cache.void
RevocationCache.setStorage
(StorageService storageService) Set the backing store for the cache. -
Uses of StorageService in org.opensaml.storage.impl
Classes in org.opensaml.storage.impl that implement StorageServiceModifier and TypeClassDescriptionclass
Implementation ofStorageService
that uses JPA to persist to a database.class
Implementation ofStorageService
that stores data in an LDAP.class
Implementation ofAbstractMapBackedStorageService
that stores data in-memory in a shared data structure with no persistence. -
Uses of StorageService in org.opensaml.storage.impl.client
Classes in org.opensaml.storage.impl.client that implement StorageServiceModifier and TypeClassDescriptionclass
Implementation ofStorageService
that 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