Uses of Class
org.oa4mp.client.api.AssetResponse
-
Packages that use AssetResponse Package Description org.oa4mp.client.api org.oa4mp.client.loader -
-
Uses of AssetResponse in org.oa4mp.client.api
Methods in org.oa4mp.client.api that return AssetResponse Modifier and Type Method Description AssetResponse
AbstractOA4MPService. getCert(String tempToken, edu.uiuc.ncsa.security.core.Identifier identifier)
Performs theAbstractOA4MPService.getCert(Asset, AuthorizationGrant)
and updates the asset associated with the given identifier.protected AssetResponse
AbstractOA4MPService. getCert(Asset asset, AuthorizationGrant ag)
Does the actual work getting the cert.Methods in org.oa4mp.client.api with parameters of type AssetResponse Modifier and Type Method Description abstract void
AbstractOA4MPService. postGetCert(Asset asset, AssetResponse assetResponse)
void
OA4MPService. postGetCert(Asset asset, AssetResponse assetResponse)
-
Uses of AssetResponse in org.oa4mp.client.loader
Methods in org.oa4mp.client.loader that return AssetResponse Modifier and Type Method Description protected AssetResponse
OA2MPService. getCert(Asset a, AuthorizationGrant ag)
AssetResponse
OA2MPService. getCert(OA2Asset a, ATResponse2 atResponse2)
-