org.glite.security.voms
Class User

java.lang.Object
  extended by org.glite.security.voms.User
All Implemented Interfaces:
Serializable

public class User
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
User()
           
User(String CA, String CN, String DN, String certUri, String mail)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCA()
          Gets the CA value for this User.
 String getCertUri()
          Gets the certUri value for this User.
 String getCN()
          Gets the CN value for this User.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getDN()
          Gets the DN value for this User.
 String getMail()
          Gets the mail value for this User.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCA(String CA)
          Sets the CA value for this User.
 void setCertUri(String certUri)
          Sets the certUri value for this User.
 void setCN(String CN)
          Sets the CN value for this User.
 void setDN(String DN)
          Sets the DN value for this User.
 void setMail(String mail)
          Sets the mail value for this User.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User

public User()

User

public User(String CA,
            String CN,
            String DN,
            String certUri,
            String mail)
Method Detail

getCA

public String getCA()
Gets the CA value for this User.

Returns:
CA

setCA

public void setCA(String CA)
Sets the CA value for this User.

Parameters:
CA -

getCN

public String getCN()
Gets the CN value for this User.

Returns:
CN

setCN

public void setCN(String CN)
Sets the CN value for this User.

Parameters:
CN -

getDN

public String getDN()
Gets the DN value for this User.

Returns:
DN

setDN

public void setDN(String DN)
Sets the DN value for this User.

Parameters:
DN -

getCertUri

public String getCertUri()
Gets the certUri value for this User.

Returns:
certUri

setCertUri

public void setCertUri(String certUri)
Sets the certUri value for this User.

Parameters:
certUri -

getMail

public String getMail()
Gets the mail value for this User.

Returns:
mail

setMail

public void setMail(String mail)
Sets the mail value for this User.

Parameters:
mail -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2004-2009. All Rights Reserved.