edu.uiuc.ncsa.myproxy.oa4mp.client
Class AssetResponse
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetResponse
public AssetResponse()
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.