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 Constructor Description JSONClientStorageServiceStoreFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientStorageServiceStoreload(String raw, ClientStorageService.ClientStorageSource src)Load raw data into a newClientStorageServiceStoreinstance.
-
-
-
Method Detail
-
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
-
-