Uses of Interface
org.oa4mp.client.api.storage.AssetStore
-
Packages that use AssetStore Package Description edu.uiuc.ncsa.myproxy.oa4mp.client edu.uiuc.ncsa.myproxy.oa4mp.client.loader edu.uiuc.ncsa.myproxy.oa4mp.client.storage This package contains all of the storage classes for an OA4MP client.edu.uiuc.ncsa.oa4mp.oauth2.client -
-
Uses of AssetStore in edu.uiuc.ncsa.myproxy.oa4mp.client
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client 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.Constructors in edu.uiuc.ncsa.myproxy.oa4mp.client 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)
Used mostly for testing. -
Uses of AssetStore in edu.uiuc.ncsa.myproxy.oa4mp.client.loader
Fields in edu.uiuc.ncsa.myproxy.oa4mp.client.loader with type parameters of type AssetStore Modifier and Type Field Description protected javax.inject.Provider<AssetStore>
AbstractClientLoader. assetStoreProvider
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client.loader that return types with arguments of type AssetStore Modifier and Type Method Description protected javax.inject.Provider<AssetStore>
AbstractClientLoader. getAssetStoreProvider()
-
Uses of AssetStore in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Classes in edu.uiuc.ncsa.myproxy.oa4mp.client.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 edu.uiuc.ncsa.myproxy.oa4mp.client.storage that return AssetStore Modifier and Type Method Description AssetStore
MultiAssetStoreProvider. getDefaultStore()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client.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 edu.uiuc.ncsa.oa4mp.oauth2.client
Methods in edu.uiuc.ncsa.oa4mp.oauth2.client that return types with arguments of type AssetStore Modifier and Type Method Description protected javax.inject.Provider<AssetStore>
OA2ClientLoader. getAssetStoreProvider()
Constructors in edu.uiuc.ncsa.oa4mp.oauth2.client 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, edu.uiuc.ncsa.security.core.util.MetaDebugUtil metaDebugUtil)
-