Deprecated API


Contents
Deprecated Classes
org.globus.util.debug.Debug
          Use Log4j API instead. 
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 Fields
org.globus.gsi.gssapi.GSSConstants.GRIM_POLICY_HANDLER
          Please use GSSConstants.PROXY_POLICY_HANDLERS option instead. 
 

Deprecated Methods
org.globus.gsi.ptls.PureTLSUtil.checkProxyName(X509Cert)
          Only works for Globus legacy proxies. 
org.globus.gsi.bc.BouncyCastleCertProcessingFactory.createCertificate(InputStream, X509Certificate, PrivateKey, int, int, ProxyCertInfo)
            
org.globus.gsi.bc.BouncyCastleCertProcessingFactory.createCertificate(InputStream, X509Certificate, PrivateKey, int, int, ProxyCertInfo, String)
          Please use createCertificate() instead. The ProxyCertInfo parameter can be passed in the X509ExtensionSet using ProxyCertInfoExtension class. 
org.globus.gsi.bc.BouncyCastleCertProcessingFactory.createCredential(X509Certificate[], PrivateKey, int, int, int, ProxyCertInfo)
            
org.globus.gsi.bc.BouncyCastleCertProcessingFactory.createCredential(X509Certificate[], PrivateKey, int, int, int, ProxyCertInfo, String)
          Please use createCredential() instead. The ProxyCertInfo parameter can be passed in the X509ExtensionSet using ProxyCertInfoExtension class. 
org.globus.gsi.bc.BouncyCastleCertProcessingFactory.createProxyCertificate(X509Certificate, PrivateKey, PublicKey, int, int, ProxyCertInfo, String)
          Please use createProxyCertificate() instead. The ProxyCertInfo parameter can be passed in the X509ExtensionSet using ProxyCertInfoExtension class. 
org.globus.myproxy.MyProxy.destroy(String, int, GSSCredential, String, String)
          Use non-static methods instead. 
org.globus.myproxy.MyProxy.destroy(String, int, GSSCredential, String, String, String)
          Use non-static methods instead. 
org.globus.rsl.RslAttributes.get(String)
          use getMulti() instead. 
org.globus.myproxy.MyProxy.get(String, int, GSSCredential, String, String, int)
          Use non-static methods instead. 
org.globus.myproxy.MyProxy.get(String, int, GSSCredential, String, String, int, String)
          Use non-static methods 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.gsi.ptls.PureTLSUtil.getGlobusId(byte[])
          Only works with Globus legacy proxies. 
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.myproxy.MyProxy.put(String, int, GSSCredential, String, String, int)
          Use non-static methods instead. 
org.globus.myproxy.MyProxy.put(String, int, GSSCredential, String, String, int, String)
          Use non-static methods instead.