Package org.opensaml.storage
Interface StorageCapabilities
- All Known Subinterfaces:
StorageCapabilitiesEx
- All Known Implementing Classes:
AbstractMapBackedStorageService
,AbstractStorageService
,ClientStorageService
,JPAStorageService
,LDAPStorageService
,MemcachedStorageCapabilities
,MemoryStorageService
public interface StorageCapabilities
Exposes capabilities of a
StorageService
implementation.
Deprecated in favor of StorageCapabilitiesEx
.
-
Method Summary
Modifier and Type Method Description int
getContextSize()
Gets max size of context labels in characters.int
getKeySize()
Gets max size of keys in characters.long
getValueSize()
Gets max size of values in characters.
-
Method Details
-
getContextSize
int getContextSize()Gets max size of context labels in characters.- Returns:
- max size of context labels in characters
-
getKeySize
int getKeySize()Gets max size of keys in characters.- Returns:
- max size of keys in characters
-
getValueSize
long getValueSize()Gets max size of values in characters.- Returns:
- max size of values in characters
-