Uses of Class
org.oa4mp.client.api.Asset
-
Packages that use Asset Package Description edu.uiuc.ncsa.myproxy.oa4mp.client edu.uiuc.ncsa.myproxy.oa4mp.client.servlet 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 Asset in edu.uiuc.ncsa.myproxy.oa4mp.client
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client with parameters of type Asset Modifier and Type Method Description protected Map<String,String>
AbstractOA4MPService. getAssetParameters(Asset asset)
This creates the parameter map for the certificate request.protected Map<String,String>
AbstractOA4MPService. getATParameters(Asset asset, AuthorizationGrant ag, Verifier v)
This creates the parameter map for the access token request.protected AssetResponse
AbstractOA4MPService. getCert(Asset asset, AuthorizationGrant ag, Verifier v)
Does the actual work getting the cert.abstract void
AbstractOA4MPService. postGetCert(Asset asset, AssetResponse assetResponse)
void
OA4MPService. postGetCert(Asset asset, AssetResponse assetResponse)
abstract void
AbstractOA4MPService. postRequestCert(Asset asset, OA4MPResponse oa4MPResponse)
void
OA4MPService. postRequestCert(Asset asset, OA4MPResponse oa4MPResponse)
abstract void
AbstractOA4MPService. preGetCert(Asset asset, Map parameters)
void
OA4MPService. preGetCert(Asset asset, Map parameters)
abstract void
AbstractOA4MPService. preRequestCert(Asset asset, Map parameters)
void
OA4MPService. preRequestCert(Asset asset, Map additionalParameters)
protected OA4MPResponse
AbstractOA4MPService. requestCert(Asset asset, Map additionalParameters)
-
Uses of Asset in edu.uiuc.ncsa.myproxy.oa4mp.client.servlet
Fields in edu.uiuc.ncsa.myproxy.oa4mp.client.servlet with type parameters of type Asset Modifier and Type Field Description static edu.uiuc.ncsa.security.core.cache.Cleanup<edu.uiuc.ncsa.security.core.Identifier,Asset>
ClientServlet. assetCleanup
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client.servlet that return types with arguments of type Asset Modifier and Type Method Description protected HashMap<String,Asset>
ClientServlet. getAssetCache()
-
Uses of Asset in edu.uiuc.ncsa.myproxy.oa4mp.client.storage
Classes in edu.uiuc.ncsa.myproxy.oa4mp.client.storage with type parameters of type Asset Modifier and Type Class Description class
AssetProvider<V extends Asset>
Provider (i.e.Methods in edu.uiuc.ncsa.myproxy.oa4mp.client.storage that return Asset Modifier and Type Method Description Asset
AssetConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, Asset asset)
Asset
AssetProvider. get(edu.uiuc.ncsa.security.core.Identifier identifier)
Asset
AssetProvider. get(String identifier)
Convenience method to return the asset if the identifier is a string rather than anIdentifier
.Asset
AssetStore. get(String identifier)
Simplifying calls.static Asset
AssetStoreUtil. get(String identifier, AssetStore assetStore)
Retrieves the asset with the identifier from the store.Asset
FSAssetStore. get(String identifier)
Asset
MemoryAssetStore. get(String identifier)
Asset
SQLAssetStore. get(String identifier)
Asset
AssetStore. getByToken(edu.uiuc.ncsa.security.core.Identifier token)
Part of solution to OAUTH-146: JSESSIONID bug causes session crossover if users have repeated failed attempts to get a cert and keep opening a new browser window each time.Asset
FSAssetStore. getByToken(edu.uiuc.ncsa.security.core.Identifier token)
Asset
MemoryAssetStore. getByToken(edu.uiuc.ncsa.security.core.Identifier token)
Asset
SQLAssetStore. getByToken(edu.uiuc.ncsa.security.core.Identifier token)
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client.storage that return types with arguments of type Asset Modifier and Type Method Description List<Asset>
FSAssetStore. getMostRecent(int n, List<String> attributes)
List<Asset>
MemoryAssetStore. getMostRecent(int n, List<String> attributes)
edu.uiuc.ncsa.security.core.XMLConverter<Asset>
MemoryAssetStore. getXMLConverter()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client.storage with parameters of type Asset Modifier and Type Method Description Asset
AssetConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, Asset asset)
void
AssetStore. putByToken(Asset asset)
void
FSAssetStore. putByToken(Asset asset)
void
MemoryAssetStore. putByToken(Asset asset)
void
SQLAssetStore. putByToken(Asset asset)
void
FSAssetStore. realSave(boolean checkExists, Asset t)
void
AssetStore. save(String identifier, Asset v)
static void
AssetStoreUtil. save(String identifier, Asset asset, AssetStore assetStore)
Saves the asset with the given identifier to the store.void
FSAssetStore. save(String identifier, Asset identifiable)
void
MemoryAssetStore. save(Asset value)
void
MemoryAssetStore. save(String identifier, Asset v)
void
SQLAssetStore. save(String identifier, Asset asset)
void
AssetConverter. toMap(Asset asset, edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map)
Constructor parameters in edu.uiuc.ncsa.myproxy.oa4mp.client.storage with type arguments of type Asset Constructor Description AssetConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<Asset> provider)
MemoryAssetStore(edu.uiuc.ncsa.security.core.IdentifiableProvider<Asset> identifiableProvider)
SQLAssetStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, javax.inject.Provider<Asset> assetProvider, edu.uiuc.ncsa.security.storage.data.MapConverter<Asset> converter)
SQLAssetStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, javax.inject.Provider<Asset> assetProvider, edu.uiuc.ncsa.security.storage.data.MapConverter<Asset> converter)
-
Uses of Asset in edu.uiuc.ncsa.oa4mp.oauth2.client
Subclasses of Asset in edu.uiuc.ncsa.oa4mp.oauth2.client Modifier and Type Class Description class
OA2Asset
Created by Jeff Gaynor
on 3/28/14 at 12:04 PMMethods in edu.uiuc.ncsa.oa4mp.oauth2.client that return Asset Modifier and Type Method Description Asset
OA2AssetConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, Asset asset)
Asset
OA2AssetProvider. get(edu.uiuc.ncsa.security.core.Identifier identifier)
Methods in edu.uiuc.ncsa.oa4mp.oauth2.client with parameters of type Asset Modifier and Type Method Description Asset
OA2AssetConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, Asset asset)
protected Map<String,String>
OA2MPService. getATParameters(Asset asset, AuthorizationGrant ag, Verifier v)
protected AssetResponse
OA2MPService. getCert(Asset a, AuthorizationGrant ag, Verifier v)
void
OA2MPService. preGetCert(Asset asset, Map parameters)
void
OA2MPService. preRequestCert(Asset asset, Map parameters)
void
OA2AssetConverter. toMap(Asset asset, edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map)
Constructor parameters in edu.uiuc.ncsa.oa4mp.oauth2.client with type arguments of type Asset Constructor Description OA2AssetConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<Asset> provider)
-