Java Globus API: Deprecated List

Deprecated API

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.