|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.security.voms.service.User
Identifies a user in the VOMS database.
Constructor Summary | |
User()
Empty default constructor. |
Method Summary | |
java.lang.String |
getCA()
Get the distinguished name of the CA that issued the certificate of this user. |
java.lang.String |
getCertUri()
Set the common name of this user. |
java.lang.String |
getCN()
Get the common name of this user. |
java.lang.String |
getDN()
Get the distinguished name of this user. |
java.lang.String |
getMail()
Get the email address of the user. |
void |
setCA(java.lang.String ca)
Set the distinguished name of the CA that issued the certificate of this user. |
void |
setCertUri(java.lang.String certUri)
Set the URL of the user's certificate. |
void |
setDN(java.lang.String dn)
Set the distinguished name of this user. |
void |
setMail(java.lang.String mail)
Set the email address of the user. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public User()
Method Detail |
public java.lang.String getDN()
public void setDN(java.lang.String dn)
public java.lang.String getCA()
public void setCA(java.lang.String ca)
public java.lang.String getCN()
public java.lang.String getCertUri()
public void setCertUri(java.lang.String certUri)
public java.lang.String getMail()
public void setMail(java.lang.String mail)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |