Class ClientStorageLoadContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.storage.impl.client.ClientStorageLoadContext
All Implemented Interfaces:
Iterable<BaseContext>

public class ClientStorageLoadContext extends BaseContext
A subcontext for driving the loading of data from a client into one or more instances of a ClientStorageService.
  • Field Details

    • storageKeys

      @Nonnull private Collection<String> storageKeys
      The collection of storage keys to load from the client.
  • Constructor Details

    • ClientStorageLoadContext

      public ClientStorageLoadContext()
      Constructor.
  • Method Details

    • getStorageKeys

      @Nonnull @Live public Collection<String> getStorageKeys()
      Get the collection of storage keys to load from the client.
      Returns:
      modifiable collection of storage keys to load from the client