Uses of Interface
org.oa4mp.client.api.storage.AssetStore
-
Packages that use AssetStore Package Description org.oa4mp.client.api org.oa4mp.client.api.loader org.oa4mp.client.api.storage This package contains all of the storage classes for an OA4MP client. -
-
Uses of AssetStore in org.oa4mp.client.api
Methods in org.oa4mp.client.api that return AssetStore Modifier and Type Method Description protected AssetStoreAbstractOA4MPService. getAssetStore()AssetStoreClientEnvironment. getAssetStore()Returns the configuredAssetStorefor this environment ornullif there is none.Methods in org.oa4mp.client.api that return types with arguments of type AssetStore Modifier and Type Method Description javax.inject.Provider<AssetStore>ClientLoaderInterface. getAssetStoreProvider()Constructors in org.oa4mp.client.api with parameters of type AssetStore Constructor Description ClientEnvironment(URI accessTokenUri, URI authorizationUri, URI callback, long certLifetime, String clientId, DelegationService delegationService, URI initializeUri, PrivateKey privateKey, PublicKey publicKey, URI resourceServerUri, TokenForge tokenForge, AssetStore assetStore, boolean showRedirectPage, String errorPagePath, String redirectPagePath, String successPagePath, String keyID, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jwks)Used mostly for testing. -
Uses of AssetStore in org.oa4mp.client.api.loader
Fields in org.oa4mp.client.api.loader with type parameters of type AssetStore Modifier and Type Field Description protected javax.inject.Provider<AssetStore>AbstractClientLoader. assetStoreProviderMethods in org.oa4mp.client.api.loader that return types with arguments of type AssetStore Modifier and Type Method Description javax.inject.Provider<AssetStore>AbstractClientLoader. getAssetStoreProvider() -
Uses of AssetStore in org.oa4mp.client.api.storage
Classes in org.oa4mp.client.api.storage that implement AssetStore Modifier and Type Class Description classFSAssetStoreCreated by Jeff Gaynor
on 1/28/13 at 1:14 PMclassMemoryAssetStoreCreated by Jeff Gaynor
on 1/28/13 at 3:07 PMclassSQLAssetStoreCreated by Jeff Gaynor
on 1/28/13 at 2:11 PMMethods in org.oa4mp.client.api.storage that return AssetStore Modifier and Type Method Description AssetStoreMultiAssetStoreProvider. getDefaultStore()Methods in org.oa4mp.client.api.storage with parameters of type AssetStore Modifier and Type Method Description static AssetAssetStoreUtil. get(String identifier, AssetStore assetStore)Retrieves the asset with the identifier from the store.static voidAssetStoreUtil. save(String identifier, Asset asset, AssetStore assetStore)Saves the asset with the given identifier to the store.
-