Uses of Class
org.oa4mp.client.api.Asset
-
Packages that use Asset Package Description org.oa4mp.client.api org.oa4mp.client.api.servlet org.oa4mp.client.api.storage This package contains all of the storage classes for an OA4MP client. -
-
Uses of Asset in org.oa4mp.client.api
Methods in org.oa4mp.client.api 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,Object>AbstractOA4MPService. getATParameters(Asset asset, AuthorizationGrant ag)This creates the parameter map for the access token request.protected AssetResponseAbstractOA4MPService. getCert(Asset asset, AuthorizationGrant ag)Does the actual work getting the cert.abstract voidAbstractOA4MPService. postGetCert(Asset asset, AssetResponse assetResponse)voidOA4MPService. postGetCert(Asset asset, AssetResponse assetResponse)abstract voidAbstractOA4MPService. postRequestCert(Asset asset, OA4MPResponse oa4MPResponse)voidOA4MPService. postRequestCert(Asset asset, OA4MPResponse oa4MPResponse)abstract voidAbstractOA4MPService. preGetCert(Asset asset, Map parameters)voidOA4MPService. preGetCert(Asset asset, Map parameters)abstract voidAbstractOA4MPService. preRequestCert(Asset asset, Map parameters)voidOA4MPService. preRequestCert(Asset asset, Map additionalParameters)protected OA4MPResponseAbstractOA4MPService. requestCert(Asset asset, Map additionalParameters) -
Uses of Asset in org.oa4mp.client.api.servlet
Fields in org.oa4mp.client.api.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. assetCleanupMethods in org.oa4mp.client.api.servlet that return types with arguments of type Asset Modifier and Type Method Description protected HashMap<String,Asset>ClientServlet. getAssetCache() -
Uses of Asset in org.oa4mp.client.api.storage
Classes in org.oa4mp.client.api.storage with type parameters of type Asset Modifier and Type Class Description classAssetProvider<V extends Asset>Provider (i.e. a factory) for creatingAssets.Methods in org.oa4mp.client.api.storage that return Asset Modifier and Type Method Description AssetAssetConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, Asset asset)AssetAssetProvider. get(edu.uiuc.ncsa.security.core.Identifier identifier)AssetAssetProvider. get(String identifier)Convenience method to return the asset if the identifier is a string rather than anIdentifier.AssetAssetStore. get(String identifier)Simplifying calls.static AssetAssetStoreUtil. get(String identifier, AssetStore assetStore)Retrieves the asset with the identifier from the store.AssetFSAssetStore. get(String identifier)AssetMemoryAssetStore. get(String identifier)AssetSQLAssetStore. get(String identifier)AssetAssetStore. 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.AssetFSAssetStore. getByToken(edu.uiuc.ncsa.security.core.Identifier token)AssetMemoryAssetStore. getByToken(edu.uiuc.ncsa.security.core.Identifier token)AssetSQLAssetStore. getByToken(edu.uiuc.ncsa.security.core.Identifier token)Methods in org.oa4mp.client.api.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 org.oa4mp.client.api.storage with parameters of type Asset Modifier and Type Method Description AssetAssetConverter. fromMap(edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map, Asset asset)voidAssetStore. putByToken(Asset asset)voidFSAssetStore. putByToken(Asset asset)voidMemoryAssetStore. putByToken(Asset asset)voidSQLAssetStore. putByToken(Asset asset)voidFSAssetStore. realSave(boolean checkExists, Asset t)voidAssetStore. save(String identifier, Asset v)static voidAssetStoreUtil. save(String identifier, Asset asset, AssetStore assetStore)Saves the asset with the given identifier to the store.voidFSAssetStore. save(String identifier, Asset identifiable)voidMemoryAssetStore. save(String identifier, Asset v)voidMemoryAssetStore. save(Asset value)voidSQLAssetStore. save(String identifier, Asset asset)voidAssetConverter. toMap(Asset asset, edu.uiuc.ncsa.security.storage.data.ConversionMap<String,Object> map)Constructor parameters in org.oa4mp.client.api.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)
-