org.globus.tools.ui.proxy
Class GridProxyProperties

java.lang.Object
  extended by org.globus.tools.ui.proxy.GridProxyProperties

public class GridProxyProperties
extends Object


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

Constructor Detail

GridProxyProperties

public GridProxyProperties()
Method Detail

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()