Package org.opensaml.storage.impl.client
Class JSONClientStorageServiceStore.JSONClientStorageServiceStoreFactory
java.lang.Object
org.opensaml.storage.impl.client.JSONClientStorageServiceStore.JSONClientStorageServiceStoreFactory
- All Implemented Interfaces:
ClientStorageServiceStore.Factory
- Enclosing class:
- JSONClientStorageServiceStore
public static class JSONClientStorageServiceStore.JSONClientStorageServiceStoreFactory
extends Object
implements ClientStorageServiceStore.Factory
Factory for JSON-backed store.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSONClientStorageServiceStoreFactory
public JSONClientStorageServiceStoreFactory()
-
-
Method Details
-
load
@Nonnull public ClientStorageServiceStore load(@Nullable @NotEmpty String raw, @Nonnull ClientStorageService.ClientStorageSource src) Load raw data into a newClientStorageServiceStoreinstance.- Specified by:
loadin interfaceClientStorageServiceStore.Factory- Parameters:
raw- data to loadsrc- data source- Returns:
- new store instance
-