org.glite.voms.contact
Class VOMSServerInfo

java.lang.Object
  extended by org.glite.voms.contact.VOMSServerInfo

public class VOMSServerInfo
extends Object

This class represents information about a remote voms server as found in vomses configuration files. See VOMSESFileParser.

Author:
Andrea Ceccanti, Vincenzo Ciaschini

Constructor Summary
VOMSServerInfo()
           
 
Method Summary
 String compactString()
           
 boolean equals(Object obj)
           
static VOMSServerInfo fromStringArray(String[] tokens)
           
 String getAlias()
           
 String getGlobusVersion()
           
 int getGlobusVersionAsInt()
           
 String getHostDn()
           
 String getHostName()
           
 int getPort()
           
 String getVoName()
           
 int hashCode()
           
 void setAlias(String alias)
           
 void setGlobusVersion(String globusVersion)
           
 void setHostDn(String hostDn)
           
 void setHostName(String hostname)
           
 void setPort(int port)
           
 void setVoName(String voName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VOMSServerInfo

public VOMSServerInfo()
Method Detail

getAlias

public String getAlias()

setAlias

public void setAlias(String alias)

getHostDn

public String getHostDn()

setHostDn

public void setHostDn(String hostDn)

getHostName

public String getHostName()

setHostName

public void setHostName(String hostname)

getPort

public int getPort()

setPort

public void setPort(int port)

getVoName

public String getVoName()

setVoName

public void setVoName(String voName)

getGlobusVersionAsInt

public int getGlobusVersionAsInt()

getGlobusVersion

public String getGlobusVersion()

setGlobusVersion

public void setGlobusVersion(String globusVersion)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

fromStringArray

public static VOMSServerInfo fromStringArray(String[] tokens)

compactString

public String compactString()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.