Interface StorageCapabilitiesEx

All Superinterfaces:
StorageCapabilities
All Known Implementing Classes:
ClientStorageService, JPAStorageService, LDAPStorageService, MemcachedStorageCapabilities, MemoryStorageService

public interface StorageCapabilitiesEx extends StorageCapabilities
Exposes capabilities of a StorageService implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true iff the storage implementation manages data independent of a single server node.
    boolean
    Returns 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