Deprecated List (Java Globus API)

Deprecated API

Deprecated Classes
org.globus.security.Config
          Please use CoGProperties instead. 
org.globus.mds.MDS
          Please use JNDI (with LDAP provider) or Netscape Directory SDK directly to access MDS. 
 

Deprecated Methods
org.globus.rsl.RslAttributes.get(String)
          use getMulti() instead. 
org.globus.common.CoGProperties.getCaCertFile()
          Use getCaCertLocations() instead. 
org.globus.security.Config.getCaCertFile()
          Use getCaCertLocations() instead. 
org.globus.common.CoGProperties.getCaCerts()
          Use getCaCertLocations() instead. 
org.globus.security.Config.getCaCerts()
          Use getCaCertLocations() instead. 
org.globus.rsl.ASCII_CharStream.getColumn()
            
org.globus.util.GlobusURL.getFile()
            
org.globus.rsl.RslAttributes.getFirstValue(String)
          use getSingle() instead. 
org.globus.rsl.ASCII_CharStream.getLine()
            
org.globus.util.GlobusURL.getUrlPath()
          Though this class does not extend java.net.URL, it should be similar where possible to be intuitive to the user used to URL. 
org.globus.security.CertUtil.loadDefaultUserProxy()
          Use Globus.getDefaultProxy() instead. 
org.globus.security.CertUtil.loadUserKey(String, String)
          Use SSLeayKeyHolder class instead.