Uses of Interface
org.opensaml.storage.StorageService
-
Packages that use StorageService Package Description org.opensaml.storage Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc. -
-
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.Methods in org.opensaml.storage that return StorageService Modifier and Type Method Description StorageServiceReplayCache. 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.
-