|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.delegation.DelegationCredentialItem | +--org.edg.security.delegation.DelegationStorageItem
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 |
public DelegationStorageItem()
Method Detail |
public java.security.cert.X509Certificate[] getDelegatedCertChain()
getDelegatedCertChain
in interface DelegationItem
public void setDelegatedCertChain(java.security.cert.X509Certificate[] delegatedCertChain)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |