Uses of Class
org.oa4mp.client.api.OA4MPResponse
-
Packages that use OA4MPResponse Package Description org.oa4mp.client.api -
-
Uses of OA4MPResponse in org.oa4mp.client.api
Methods in org.oa4mp.client.api that return OA4MPResponse Modifier and Type Method Description OA4MPResponse
AbstractOA4MPService. requestCert()
This will make the request with whatever defaults are in effect for the client.OA4MPResponse
AbstractOA4MPService. requestCert(edu.uiuc.ncsa.security.core.Identifier identifier)
A convenience method to do theAbstractOA4MPService.requestCert()
call and create an asset with the given identifier.OA4MPResponse
AbstractOA4MPService. requestCert(edu.uiuc.ncsa.security.core.Identifier identifier, Map additionalParameters)
A convenience method that allows for a map of additional parameters.OA4MPResponse
AbstractOA4MPService. requestCert(Map additionalParameters)
Request a certificate from the user portal.protected OA4MPResponse
AbstractOA4MPService. requestCert(Asset asset, Map additionalParameters)
Methods in org.oa4mp.client.api with parameters of type OA4MPResponse Modifier and Type Method Description abstract void
AbstractOA4MPService. postRequestCert(Asset asset, OA4MPResponse oa4MPResponse)
void
OA4MPService. postRequestCert(Asset asset, OA4MPResponse oa4MPResponse)
-