org.edg.security.delegation
Class DelegationStorageItem

java.lang.Object
  |
  +--org.edg.security.delegation.DelegationCredentialItem
        |
        +--org.edg.security.delegation.DelegationStorageItem
All Implemented Interfaces:
DelegationItem

public class DelegationStorageItem
extends DelegationCredentialItem
implements DelegationItem

The item holding all the necessary information about the delegation in the storage.


Constructor Summary
DelegationStorageItem()
           
 
Method Summary
 java.security.cert.X509Certificate[] getDelegatedCertChain()
           
 void setDelegatedCertChain(java.security.cert.X509Certificate[] delegatedCertChain)
           
 
Methods inherited from class org.edg.security.delegation.DelegationCredentialItem
getClientCertChain, getDelegationId, getPrivateKey, setClientCertChain, setDelegationId, setPrivateKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.edg.security.delegation.DelegationItem
getPrivateKey
 

Constructor Detail

DelegationStorageItem

public DelegationStorageItem()
Method Detail

getDelegatedCertChain

public java.security.cert.X509Certificate[] getDelegatedCertChain()
Specified by:
getDelegatedCertChain in interface DelegationItem

setDelegatedCertChain

public void setDelegatedCertChain(java.security.cert.X509Certificate[] delegatedCertChain)