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

java.lang.Object
  extended by edu.uiuc.ncsa.security.core.util.IdentifiableImpl
      extended by edu.uiuc.ncsa.myproxy.oa4mp.client.Asset
All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Identifiable, Serializable

public class Asset
extends edu.uiuc.ncsa.security.core.util.IdentifiableImpl

A storage class that contains the

read more on the use of this in the AssetStore javadoc.

Created by Jeff Gaynor
on 1/29/13 at 10:51 AM

See Also:
Serialized Form

Constructor Summary
Asset(edu.uiuc.ncsa.security.core.Identifier identifier)
           
 
Method Summary
 X509Certificate[] getCertificates()
           
 Date getCreationTime()
           
 PrivateKey getPrivateKey()
           
 URI getRedirect()
           
 String getUsername()
           
 void setCertificates(X509Certificate[] certificates)
           
 void setCreationTime(Date creationTime)
           
 void setPrivateKey(PrivateKey privateKey)
           
 void setRedirect(URI redirect)
           
 void setUsername(String username)
           
 
Methods inherited from class edu.uiuc.ncsa.security.core.util.IdentifiableImpl
equals, getIdentifier, getIdentifierString, setIdentifier
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asset

public Asset(edu.uiuc.ncsa.security.core.Identifier identifier)
Method Detail

getCreationTime

public Date getCreationTime()

setCreationTime

public void setCreationTime(Date creationTime)

getRedirect

public URI getRedirect()

setRedirect

public void setRedirect(URI redirect)

getCertificates

public X509Certificate[] getCertificates()

setCertificates

public void setCertificates(X509Certificate[] certificates)

getPrivateKey

public PrivateKey getPrivateKey()

setPrivateKey

public void setPrivateKey(PrivateKey privateKey)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)


Copyright © 2013. All Rights Reserved.