|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.delegation.storage.GrDPStorageCacheElement
public class GrDPStorageCacheElement
Representation of a delegation request entry in storage cache.
A delegation request entry in storage cache contains the following properties:
Constructor Summary | |
---|---|
GrDPStorageCacheElement()
|
Method Summary | |
---|---|
java.lang.String |
getCertificateRequest()
Retrieves the delegated proxy request. |
java.lang.String |
getDelegationID()
Retrieves the delegation id of the delegation request. |
java.lang.String |
getDN()
Retrieves the dn of the owner of the delegation request. |
java.lang.String |
getDNasX500()
Retrieves the dn of the owner of the delegated proxy in X500 format. |
java.lang.String |
getPrivateKey()
Retrieves the private key associated with the delegation request. |
java.lang.String[] |
getVomsAttributes()
Retrieves the list of voms attributes to be contained in the delegated proxy. |
void |
setCertificateRequest(java.lang.String certificate)
Sets the delegated proxy (credential) request. |
void |
setDelegationID(java.lang.String delegationID)
Sets the delegation id of the delegation request. |
void |
setDN(java.lang.String dn)
Sets the dn associated with the delegation request. |
void |
setDNasX500(java.lang.String dn)
Set the DN associated of the owner of the delegated proxy from X500 format. |
void |
setPrivateKey(java.lang.String privateKey)
Sets the private key associated with the delegation request. |
void |
setVomsAttributes(java.lang.String[] vomsAttributes)
Sets the list of voms attributes to be contained inside the delegated proxy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrDPStorageCacheElement()
Method Detail |
---|
public java.lang.String getDelegationID()
public java.lang.String getDN()
public java.lang.String getDNasX500()
public java.lang.String[] getVomsAttributes()
public java.lang.String getCertificateRequest()
public java.lang.String getPrivateKey()
public void setDelegationID(java.lang.String delegationID)
delegationID
- The delegation id to be assigned to the delegation request.public void setDN(java.lang.String dn)
dn
- The dn to be associated with the delegation request.public void setDNasX500(java.lang.String dn)
dn
- The DN in X500 format.public void setVomsAttributes(java.lang.String[] vomsAttributes)
vomsAttributes
- The list of voms attributes to be contained inside the delegated proxy.public void setCertificateRequest(java.lang.String certificate)
certificate
- The delegated proxy (credential) request.public void setPrivateKey(java.lang.String privateKey)
privateKey
- The private key associated with the delegation request.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |