Uses of Class
org.oa4mp.client.api.AssetResponse
-
Packages that use AssetResponse Package Description edu.uiuc.ncsa.myproxy.oa4mp.client edu.uiuc.ncsa.oa4mp.oauth2.client -
-
Uses of AssetResponse in edu.uiuc.ncsa.myproxy.oa4mp.client
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client that return AssetResponse Modifier and Type Method Description protected AssetResponse
AbstractOA4MPService. getCert(Asset asset, AuthorizationGrant ag, Verifier v)
Does the actual work getting the cert.AssetResponse
AbstractOA4MPService. getCert(String tempToken, String verifier)
Retrieve the certificate chain from the server.AssetResponse
AbstractOA4MPService. getCert(String tempToken, String verifier, edu.uiuc.ncsa.security.core.Identifier identifier)
Performs theAbstractOA4MPService.getCert(String, String)
call then updates the asset associated with the given identifier.Methods in edu.uiuc.ncsa.myproxy.oa4mp.client 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 edu.uiuc.ncsa.oa4mp.oauth2.client
Methods in edu.uiuc.ncsa.oa4mp.oauth2.client that return AssetResponse Modifier and Type Method Description protected AssetResponse
OA2MPService. getCert(Asset a, AuthorizationGrant ag, Verifier v)
AssetResponse
OA2MPService. getCert(OA2Asset a, ATResponse2 atResponse2)
-