Package org.opensaml.storage.impl
Storage-related implementation classes.
-
Class Summary Class Description JPAStorageRecord<T> Implementation ofMutableStorageRecordannotated for JPA.JPAStorageRecord.RecordId Composite key to represent the record id.JPAStorageService Implementation ofStorageServicethat uses JPA to persist to a database.LDAPStorageService Implementation ofStorageServicethat stores data in an LDAP.MemoryStorageService Implementation ofAbstractMapBackedStorageServicethat stores data in-memory in a shared data structure with no persistence.