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.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 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. -
Uses of StorageCapabilities in org.opensaml.storage.impl
Classes in org.opensaml.storage.impl that implement StorageCapabilities 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 StorageCapabilities in org.opensaml.storage.impl.client
Classes in org.opensaml.storage.impl.client that implement StorageCapabilities Modifier and Type Class Description classClientStorageServiceImplementation ofStorageServicethat stores data in-memory in a shared session attribute. -
Uses of StorageCapabilities in org.opensaml.storage.impl.memcached
Classes in org.opensaml.storage.impl.memcached that implement StorageCapabilities Modifier and Type Class Description classMemcachedStorageCapabilitiesProvides a description of memcached capabilities.Methods in org.opensaml.storage.impl.memcached that return StorageCapabilities Modifier and Type Method Description StorageCapabilitiesMemcachedStorageService. getCapabilities()Returns the capabilities of the underlying store.
-