Package org.opensaml.storage
Interface StorageCapabilities
-
- All Known Subinterfaces:
StorageCapabilitiesEx
- All Known Implementing Classes:
AbstractMapBackedStorageService,AbstractStorageService
public interface StorageCapabilitiesExposes capabilities of aStorageServiceimplementation.Deprecated in favor of
StorageCapabilitiesEx.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetContextSize()Gets max size of context labels in characters.intgetKeySize()Gets max size of keys in characters.longgetValueSize()Gets max size of values in characters.
-
-
-
Method Detail
-
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
-
-