Uses of Class
org.oa4mp.client.api.OA4MPResponse
-
Packages that use OA4MPResponse Package Description edu.uiuc.ncsa.myproxy.oa4mp.client -
-
Uses of OA4MPResponse in edu.uiuc.ncsa.myproxy.oa4mp.client
Methods in edu.uiuc.ncsa.myproxy.oa4mp.client 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.protected OA4MPResponse
AbstractOA4MPService. requestCert(Asset asset, Map additionalParameters)
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.Methods in edu.uiuc.ncsa.myproxy.oa4mp.client 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)
-