Java Globus API: Deprecated List

Deprecated API

Deprecated Classes
org.globus.mds.MDS
          Please use JNDI (with LDAP provider) or Netscape Directory SDK directly to access MDS. 
org.globus.gsi.OldCertUtil
          These functions will only work with Globus legacy proxies. 
 

Deprecated Methods
org.globus.gsi.ptls.PureTLSUtil.checkProxyName(X509Cert)
          Only works for Globus legacy proxies. 
org.globus.rsl.RslAttributes.get(String)
          use getMulti() instead. 
org.globus.gsi.ptls.PureTLSUtil.getBase(DistinguishedName)
          Only works with Globus legacy proxies. 
org.globus.common.CoGProperties.getCaCertFile()
          Use getCaCertLocations() instead. 
org.globus.common.CoGProperties.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.