Package org.opensaml.storage
Interface StorageCapabilitiesEx
- All Superinterfaces:
StorageCapabilities
- All Known Implementing Classes:
ClientStorageService,JPAStorageService,LDAPStorageService,MemcachedStorageCapabilities,MemoryStorageService
Exposes capabilities of a
StorageService implementation.-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true iff the storage implementation manages data independent of a single server node.booleanReturns true iff the storage implementation manages data independent of the client.Methods inherited from interface org.opensaml.storage.StorageCapabilities
getContextSize, getKeySize, getValueSize
-
Method Details
-
isServerSide
boolean isServerSide()Returns true iff the storage implementation manages data independent of the client.- Returns:
- true iff the storage implementation manages data independent of the client
-
isClustered
boolean isClustered()Returns true iff the storage implementation manages data independent of a single server node.- Returns:
- true iff the storage implementation manages data independent of a single server node
-