Uses of Interface
org.opensaml.storage.StorageService
-
Packages that use StorageService Package Description org.opensaml.saml.common.binding.artifact.impl Implementation of SAML artifact mapping.org.opensaml.storage Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.org.opensaml.storage.impl Storage-related implementation classes.org.opensaml.storage.impl.client Implementation ofStorageServicethat unifies cookie and HTML Local Storage.org.opensaml.storage.impl.memcached Implementation of memcachedStorageService. -
-
Uses of StorageService in org.opensaml.saml.common.binding.artifact.impl
Fields in org.opensaml.saml.common.binding.artifact.impl declared as StorageService Modifier and Type Field Description private StorageServiceStorageServiceSAMLArtifactMap. artifactStoreArtifact mapping storage.Methods in org.opensaml.saml.common.binding.artifact.impl that return StorageService Modifier and Type Method Description StorageServiceStorageServiceSAMLArtifactMap. getStorageService()Get the artifact store.Methods in org.opensaml.saml.common.binding.artifact.impl with parameters of type StorageService Modifier and Type Method Description voidStorageServiceSAMLArtifactMap. setStorageService(StorageService store)Set the artifact store. -
Uses of StorageService in org.opensaml.storage
Classes in org.opensaml.storage that implement StorageService Modifier and Type Class Description classAbstractMapBackedStorageServicePartial implementation ofStorageServicethat stores data in-memory with no persistence using a simple map.classAbstractStorageServiceAbstract base class forStorageServiceimplementations.Fields in org.opensaml.storage declared as StorageService Modifier and Type Field Description private StorageServiceReplayCache. storageBacking storage for the replay cache.private StorageServiceRevocationCache. storageBacking storage for the replay cache.Methods in org.opensaml.storage that return StorageService Modifier and Type Method Description StorageServiceReplayCache. getStorage()Get the backing store for the cache.StorageServiceRevocationCache. getStorage()Get the backing store for the cache.Methods in org.opensaml.storage with parameters of type StorageService Modifier and Type Method Description voidReplayCache. setStorage(StorageService storageService)Set the backing store for the cache.voidRevocationCache. 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 StorageService Modifier and Type Class Description classJPAStorageServiceImplementation ofStorageServicethat uses JPA to persist to a database.classLDAPStorageServiceImplementation ofStorageServicethat stores data in an LDAP.classMemoryStorageServiceImplementation ofAbstractMapBackedStorageServicethat 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 StorageService Modifier and Type Class Description classClientStorageServiceImplementation 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 Modifier and Type Class Description classMemcachedStorageServiceMemcached storage service.
-