|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.delegation.storage.GrDPStorageElement
public class GrDPStorageElement
Representation of a delegated proxy entry in storage.
A delegated proxy entry in storage contains the following properties:
Constructor Summary | |
---|---|
GrDPStorageElement()
|
Method Summary | |
---|---|
java.lang.String |
getCertificate()
Retrieves the delegated proxy, including its private key. |
java.lang.String |
getDelegationID()
Retrieves the delegation id of the delegated proxy. |
java.lang.String |
getDN()
Retrieves the dn of the owner of the delegated proxy. |
java.lang.String |
getDNasX500()
Retrieves the dn of the owner of the delegated proxy in X500 format. |
java.util.Date |
getTerminationTime()
Retrieves the termination time of the delegated proxy. |
java.lang.String[] |
getVomsAttributes()
Retrieves the list of voms attributes contained in the delegated proxy. |
void |
setCertificate(java.lang.String certificate)
Sets the delegated proxy. |
void |
setDelegationID(java.lang.String delegationID)
Sets the delegation id of the delegated proxy. |
void |
setDN(java.lang.String dn)
Sets the dn associated with the delegated proxy. |
void |
setDNasX500(java.lang.String dn)
Set the DN associated of the owner of the delegated proxy from X500 format. |
void |
setTerminationTime(java.util.Date terminationTime)
Sets the termination time of the delegated proxy. |
void |
setVomsAttributes(java.lang.String[] vomsAttributes)
Sets the list of voms attributes 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 GrDPStorageElement()
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 getCertificate()
public java.util.Date getTerminationTime()
public void setDelegationID(java.lang.String delegationID)
delegationID
- The delegation id to be assigned to the delegated proxy.public void setDN(java.lang.String dn)
dn
- The dn to be associated with the delegated proxy.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 inside the delegated proxy.public void setCertificate(java.lang.String certificate)
certificate
- The delegated proxy.public void setTerminationTime(java.util.Date terminationTime)
terminationTime
- The termination time of the delegated proxy.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |