org.glite.voms.contact
Class VOMSServerInfo
java.lang.Object
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
VOMSServerInfo
public VOMSServerInfo()
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.