org.glite.security.voms.service
Class User

java.lang.Object
  extended byorg.glite.security.voms.service.User

public class User
extends java.lang.Object

Identifies a user in the VOMS database.

Author:
Akos Frohner, Karoly Lorentey

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

User

public User()
Empty default constructor.

Method Detail

getDN

public java.lang.String getDN()
Get the distinguished name of this user.


setDN

public void setDN(java.lang.String dn)
Set the distinguished name of this user.


getCA

public java.lang.String getCA()
Get the distinguished name of the CA that issued the certificate of this user.


setCA

public void setCA(java.lang.String ca)
Set the distinguished name of the CA that issued the certificate of this user.


getCN

public java.lang.String getCN()
Get the common name of this user.


getCertUri

public java.lang.String getCertUri()
Set the common name of this user. public void setCN(String cn) { } /** Get the URL of the user's certificate.


setCertUri

public void setCertUri(java.lang.String certUri)
Set the URL of the user's certificate.


getMail

public java.lang.String getMail()
Get the email address of the user.


setMail

public void setMail(java.lang.String mail)
Set the email address of the user.



Copyright © 2004 EU-EGEE