Uses of Class
org.oa4mp.client.api.storage.AssetProvider
-
Packages that use AssetProvider 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 AssetProvider in edu.uiuc.ncsa.myproxy.oa4mp.client
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client that return AssetProvider Modifier and Type Method Description AssetProvider
AbstractOA4MPService. getAssetProvider()
AssetProvider
ClientEnvironment. getAssetProvider()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client with parameters of type AssetProvider Modifier and Type Method Description void
AbstractOA4MPService. setAssetProvider(AssetProvider assetProvider)
void
ClientEnvironment. setAssetProvider(AssetProvider assetProvider)
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.client with parameters of type AssetProvider Constructor Description ClientEnvironment(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, Map<String,String> constants, URI accessTokenUri, URI authorizationUri, URI callback, URI initializeUri, URI resourceServerUri, long certLifetime, String clientId, PrivateKey privateKey, PublicKey publicKey, String skin, boolean enableAssetCleanup, long maxAssetLifetime, long keypairLifetime, AssetProvider assetProvider, javax.inject.Provider<Client> clientProvider, javax.inject.Provider<TokenForge> tokenForgeProvider, javax.inject.Provider<DelegationService> delegationServiceProvider, javax.inject.Provider<AssetStore> assetStoreProvider, boolean showRedirectPage, String errorPagePath, String redirectPagePath, String successPagePath)
Main constructor called by the loader. -
Uses of AssetProvider in edu.uiuc.ncsa.myproxy.oa4mp.client.loader
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client.loader that return AssetProvider Modifier and Type Method Description abstract AssetProvider
AbstractClientLoader. getAssetProvider()
-
Uses of AssetProvider in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Fields in edu.uiuc.ncsa.myproxy.oa4mp.client.storage declared as AssetProvider Modifier and Type Field Description protected AssetProvider
FSAssetStoreProvider. assetProvider
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.client.storage with parameters of type AssetProvider Constructor Description FSAssetStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, AssetProvider assetProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
SQLAssetStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, String storeType, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp, AssetProvider assetProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
-
Uses of AssetProvider in edu.uiuc.ncsa.oa4mp.oauth2.client
Subclasses of AssetProvider in edu.uiuc.ncsa.oa4mp.oauth2.client Modifier and Type Class Description class
OA2AssetProvider<V extends OA2Asset>
Created by Jeff Gaynor
on 3/28/14 at 1:51 PMMethods in edu.uiuc.ncsa.oa4mp.oauth2.client that return AssetProvider Modifier and Type Method Description AssetProvider
OA2ClientLoader. getAssetProvider()
Constructors in edu.uiuc.ncsa.oa4mp.oauth2.client with parameters of type AssetProvider Constructor Description OA2ClientEnvironment(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, Map<String,String> constants, URI accessTokenUri, URI authorizationUri, URI callback, URI initializeURI, URI resourceServerUri, long certLifetime, String clientId, String skin, boolean enableAssetCleanup, long maxAssetLifetime, long keypairLifetime, AssetProvider assetProvider, javax.inject.Provider<Client> clientProvider, javax.inject.Provider<TokenForge> tokenForgeProvider, javax.inject.Provider<DelegationService> delegationServiceProvider, javax.inject.Provider<AssetStore> assetStoreProvider, boolean showRedirectPage, String errorPagePath, String redirectPagePath, String successPagePath, String secret, Collection<String> scopes, String wellKnownURI, boolean oidcEnabled, boolean showIDToken, boolean useBasicAuth, Map<String,List<String>> additionalParameters, URI deviceAuthorizationUri, edu.uiuc.ncsa.security.core.util.MetaDebugUtil metaDebugUtil)
OA2SQLAssetStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, String storeType, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp, AssetProvider assetProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
-