org.globus.tools.ui.proxy
Class GridProxyProperties
java.lang.Object
org.globus.tools.ui.proxy.GridProxyProperties
public class GridProxyProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridProxyProperties
public GridProxyProperties()
setHours
public void setHours(int hours)
getHours
public int getHours()
setBits
public void setBits(int bits)
getBits
public int getBits()
setLimited
public void setLimited(boolean limited)
getLimited
public boolean getLimited()
setProxyFile
public void setProxyFile(String proxyFile)
getProxyFile
public String getProxyFile()
setUserCertFile
public void setUserCertFile(String userCertFile)
getUserCertFile
public String getUserCertFile()
setUserKeyFile
public void setUserKeyFile(String userKeyFile)
getUserKeyFile
public String getUserKeyFile()
setCACertFile
public void setCACertFile(String CACertFile)
getCACertFile
public String getCACertFile()
setPortalLifetime
public void setPortalLifetime(int portalLifetime)
getPortalLifetime
public int getPortalLifetime()
setCredLifetime
public void setCredLifetime(int credLifetime)
getCredLifetime
public int getCredLifetime()
setMyproxyServer
public void setMyproxyServer(String myproxyServer)
getMyproxyServer
public String getMyproxyServer()
setMyproxyPort
public void setMyproxyPort(int myproxyPort)
getMyproxyPort
public int getMyproxyPort()
hasProperties
public boolean hasProperties()
loadProperties
public void loadProperties()
saveProperties
public boolean saveProperties()