edu.uiuc.ncsa.myproxy.oa4mp.client
Class OA4MPResponse
java.lang.Object
edu.uiuc.ncsa.myproxy.oa4mp.client.OA4MPResponse
- All Implemented Interfaces:
- edu.uiuc.ncsa.security.delegation.services.Response
public class OA4MPResponse
- extends Object
- implements edu.uiuc.ncsa.security.delegation.services.Response
Response from initial call to the OA4MPService. This will contain the redirect and private key
that was created. The resulting certificate will not be usable unless this key is available, so it is
up to clients to store this someplace.
Created by Jeff Gaynor
on May 16, 2011 at 3:30:27 PM
OA4MPResponse
public OA4MPResponse()
getRedirect
public URI getRedirect()
setRedirect
public void setRedirect(URI redirect)
getPrivateKey
public PrivateKey getPrivateKey()
setPrivateKey
public void setPrivateKey(PrivateKey privateKey)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.