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.org.oa4mp.client.loader org.oa4mp.server.qdl.clc -
-
Uses of AssetStore in org.oa4mp.client.api
Methods in org.oa4mp.client.api that return AssetStore Modifier and Type Method Description protected AssetStore
AbstractOA4MPService. getAssetStore()
AssetStore
ClientEnvironment. getAssetStore()
Returns the configuredAssetStore
for this environment ornull
if 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. assetStoreProvider
Methods 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 class
FSAssetStore
Created by Jeff Gaynor
on 1/28/13 at 1:14 PMclass
MemoryAssetStore
Created by Jeff Gaynor
on 1/28/13 at 3:07 PMclass
SQLAssetStore
Created 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 AssetStore
MultiAssetStoreProvider. getDefaultStore()
Methods in org.oa4mp.client.api.storage with parameters of type AssetStore Modifier and Type Method Description static Asset
AssetStoreUtil. get(String identifier, AssetStore assetStore)
Retrieves the asset with the identifier from the store.static void
AssetStoreUtil. save(String identifier, Asset asset, AssetStore assetStore)
Saves the asset with the given identifier to the store. -
Uses of AssetStore in org.oa4mp.client.loader
Methods in org.oa4mp.client.loader that return types with arguments of type AssetStore Modifier and Type Method Description javax.inject.Provider<AssetStore>
OA2ClientLoader. getAssetStoreProvider()
javax.inject.Provider<AssetStore>
XMLClientLoader. getAssetStoreProvider()
Constructors in org.oa4mp.client.loader with parameters of type AssetStore Constructor Description AssetRetentionPolicy(AssetStore rts)
OA2ClientEnvironment(URI accessTokenUri, URI authorizationUri, URI callback, long certLifetime, String clientId, DelegationService delegationService, URI resourceServerUri, TokenForge tokenForge, AssetStore assetStore, boolean showRedirectPage, String errorPagePath, String redirectPagePath, String successPagePath, boolean oidcEnabled, boolean showIDToken, boolean useBasicAuth, URI deviceAuthorizationUri, URI issuer, edu.uiuc.ncsa.security.core.util.MetaDebugUtil metaDebugUtil, String kid, edu.uiuc.ncsa.security.util.jwk.JSONWebKeys jwks)
-
Uses of AssetStore in org.oa4mp.server.qdl.clc
Classes in org.oa4mp.server.qdl.clc with type parameters of type AssetStore Modifier and Type Class Description static class
QDLConfigLoader.StupidAssetStoreProvider<T extends AssetStore>
Methods in org.oa4mp.server.qdl.clc that return types with arguments of type AssetStore Modifier and Type Method Description javax.inject.Provider<AssetStore>
QDLConfigLoader. getAssetStoreProvider()
protected javax.inject.Provider<AssetStore>
QDLConfigLoader. setupFSAssetStore(org.qdl_lang.variables.QDLStem conf)
Constructors in org.oa4mp.server.qdl.clc with parameters of type AssetStore Constructor Description StupidAssetStoreProvider(AssetStore assetStore)
-