Uses of Interface
org.opensaml.storage.StorageCapabilitiesEx
-
Packages that use StorageCapabilitiesEx Package Description 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 StorageCapabilitiesEx in org.opensaml.storage.impl
Classes in org.opensaml.storage.impl that implement StorageCapabilitiesEx 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 StorageCapabilitiesEx in org.opensaml.storage.impl.client
Classes in org.opensaml.storage.impl.client that implement StorageCapabilitiesEx Modifier and Type Class Description classClientStorageServiceImplementation ofStorageServicethat stores data in-memory in a shared session attribute. -
Uses of StorageCapabilitiesEx in org.opensaml.storage.impl.memcached
Classes in org.opensaml.storage.impl.memcached that implement StorageCapabilitiesEx Modifier and Type Class Description classMemcachedStorageCapabilitiesProvides a description of memcached capabilities.
-