Uses of Class
org.opensaml.storage.StorageRecord
Packages that use StorageRecord
Package
Description
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
-
Uses of StorageRecord in org.opensaml.storage
Subclasses of StorageRecord in org.opensaml.storageMethods in org.opensaml.storage that return StorageRecordModifier and TypeMethodDescription<T> StorageRecord<T>Returns an existing record from the store, if one exists.<T> StorageRecord<T>Returns an existing record from the store, if one exists.Methods in org.opensaml.storage that return types with arguments of type StorageRecordModifier and TypeMethodDescription<T> Pair<Long,StorageRecord<T>> Returns an existing record from the store, along with its version.<T> Pair<Long,StorageRecord<T>> Returns an existing record from the store, along with its version.protected <T> Pair<Long,StorageRecord<T>> Internal method to implement read functions.