Package org.opensaml.storage.impl.client
Interface ClientStorageServiceStore.Factory
-
- All Known Implementing Classes:
JSONClientStorageServiceStore.JSONClientStorageServiceStoreFactory,XMLClientStorageServiceStore.XMLClientStorageServiceStoreFactory
- Enclosing interface:
- ClientStorageServiceStore
public static interface ClientStorageServiceStore.FactoryA factory for producing newClientStorageServiceStoreinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClientStorageServiceStoreload(String raw, ClientStorageService.ClientStorageSource src)Load raw data into a newClientStorageServiceStoreinstance.
-
-
-
Method Detail
-
load
@Nonnull ClientStorageServiceStore load(@Nullable @NotEmpty String raw, @Nonnull ClientStorageService.ClientStorageSource src)
Load raw data into a newClientStorageServiceStoreinstance.- Parameters:
raw- data to loadsrc- data source- Returns:
- new store instance
-
-