Class ClientStorageServiceOperation

java.lang.Object
org.opensaml.storage.impl.client.ClientStorageServiceOperation

public class ClientStorageServiceOperation extends Object
A wrapper for a storage operation to capture the current or intended state of the data for a client.
  • Field Details

  • Constructor Details

  • Method Details

    • getStorageServiceID

      @Nonnull @NotEmpty public String getStorageServiceID()
      Get Storage Service ID.
      Returns:
      storage service ID
    • getKey

      @Nonnull @NotEmpty public String getKey()
      Get storage key to update.
      Returns:
      storage key
    • getValue

      @Nullable @NotEmpty public String getValue()
      Get new storage value.
      Returns:
      storage value
    • getStorageSource

      @Nonnull public ClientStorageService.ClientStorageSource getStorageSource()
      Get storage source.
      Returns:
      storage source