Package | Description |
---|---|
org.opensaml.storage |
Interfaces and classes for storing state data of the type used in replay caches, conversation identifiers, etc.
|
Modifier and Type | Interface and Description |
---|---|
interface |
StorageCapabilitiesEx
Exposes capabilities of a
StorageService implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapBackedStorageService
Partial implementation of
StorageService that stores data in-memory with no persistence
using a simple map. |
class |
AbstractStorageService
Abstract base class for
StorageService implementations. |
Modifier and Type | Method and Description |
---|---|
StorageCapabilities |
StorageService.getCapabilities()
Returns the capabilities of the underlying store.
|
StorageCapabilities |
AbstractStorageService.getCapabilities()
Returns the capabilities of the underlying store.
|
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.