edu.uiuc.ncsa.myproxy.oa4mp.client
Class OA4MPResponse

java.lang.Object
  extended by 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


Constructor Summary
OA4MPResponse()
           
 
Method Summary
 PrivateKey getPrivateKey()
           
 URI getRedirect()
           
 void setPrivateKey(PrivateKey privateKey)
           
 void setRedirect(URI redirect)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OA4MPResponse

public OA4MPResponse()
Method Detail

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.