Uses of Interface
org.opensaml.storage.StorageCapabilities
-
Packages that use StorageCapabilities Package Description org.opensaml.storage Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc. -
-
Uses of StorageCapabilities in org.opensaml.storage
Subinterfaces of StorageCapabilities in org.opensaml.storage Modifier and Type Interface Description interfaceStorageCapabilitiesExExposes capabilities of aStorageServiceimplementation.Classes in org.opensaml.storage that implement StorageCapabilities Modifier and Type Class Description classAbstractMapBackedStorageServicePartial implementation ofStorageServicethat stores data in-memory with no persistence using a simple map.classAbstractStorageServiceAbstract base class forStorageServiceimplementations.Methods in org.opensaml.storage that return StorageCapabilities Modifier and Type Method Description StorageCapabilitiesAbstractStorageService. getCapabilities()Returns the capabilities of the underlying store.StorageCapabilitiesStorageService. getCapabilities()Returns the capabilities of the underlying store.
-