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

java.lang.Object
  extended by edu.uiuc.ncsa.myproxy.oa4mp.client.AssetResponse
All Implemented Interfaces:
edu.uiuc.ncsa.security.delegation.services.Response

public class AssetResponse
extends Object
implements edu.uiuc.ncsa.security.delegation.services.Response

Response from a server containing the certificate chain and user name.

Created by Jeff Gaynor
on 7/1/11 at 3:28 PM


Constructor Summary
AssetResponse()
           
 
Method Summary
 String getUsername()
           
 X509Certificate[] getX509Certificates()
           
 void setUsername(String username)
           
 void setX509Certificates(X509Certificate[] x509Certificates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetResponse

public AssetResponse()
Method Detail

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

getX509Certificates

public X509Certificate[] getX509Certificates()

setX509Certificates

public void setX509Certificates(X509Certificate[] x509Certificates)


Copyright © 2013. All Rights Reserved.