org.edg.security.voms.service
Class User

java.lang.Object
  |
  +--org.edg.security.voms.service.User
Direct Known Subclasses:
UserHelper

public class User
extends java.lang.Object

Identifies a user in the VOMS database.

Version:
$Id: User.java,v 1.6 2003/04/10 08:56:47 szamcsi Exp $
Author:
Akos Frohner

Constructor Summary
User()
           
 
Method Summary
 java.lang.String getCA()
          Gets the distinguished name of the CA that issued the certificate of this user.
 java.lang.String getCertUri()
          Gets the URL of the user's certificate.
 java.lang.String getCN()
          Gets the common name.
 java.lang.String getDN()
          Gets the distinguished name of this user.
 java.lang.String getMail()
          Gets the email address of the user.
 void setCA(java.lang.String ca)
           
 void setCertUri(java.lang.String certUri)
           
 void setCN(java.lang.String cn)
           
 void setDN(java.lang.String dn)
           
 void setMail(java.lang.String mail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()
Method Detail

getDN

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


setDN

public void setDN(java.lang.String dn)

getCA

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


setCA

public void setCA(java.lang.String ca)

getCN

public java.lang.String getCN()
Gets the common name.


setCN

public void setCN(java.lang.String cn)

getCertUri

public java.lang.String getCertUri()
Gets the URL of the user's certificate.


setCertUri

public void setCertUri(java.lang.String certUri)

getMail

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


setMail

public void setMail(java.lang.String mail)