Deprecated API


Contents
Deprecated Methods
org.globus.gridshib.security.util.GSIUtil.embedAssertion(GlobusCredential, SAMLAssertion)
          Use #bindAssertion(GlobusCredential, SAMLAssertion) instead 
org.globus.gridshib.security.util.GSIUtil.embedAssertion(GlobusCredential, SAMLAssertion, int)
          Use #bindAssertion(GlobusCredential, SAMLAssertion, int) instead 
org.globus.gridshib.common.cli.BaseCLI.getInfile()
          as of 0.5.0, use BaseCLI.getInputPath() instead 
org.globus.gridshib.common.cli.BaseCLI.getOutfile()
          as of 0.5.0, use BaseCLI.getOutputPath() instead 
org.globus.gridshib.security.util.SAMLUtil.getSAMLAssertion(X509Certificate)
          This method will be removed in a future version of the GridShib Security Framework. Use org.globus.gridshib.security.x509.SAMLX509Extension.getSAMLAssertion(X509Certificate) instead. 
org.globus.gridshib.security.util.CertUtil.hasNonCriticalExtension(X509Certificate, String)
          This method will be removed in the next version of the GridShib Security Framework. Use org.globus.gridshib.security.x509.NonCriticalX509Extension.hasNonCriticalExtension(X509Certificate, String) instead 
org.globus.gridshib.security.util.CertUtil.hasSAMLExtension(X509Certificate)
          This method will be removed in the next version of the GridShib Security Framework. Use org.globus.gridshib.security.x509.SAMLX509Extension.hasSAMLExtension(X509Certificate) instead 
org.globus.gridshib.security.util.CertUtil.printExtension(X509Certificate, String)
          This method will be removed in the next version of the GridShib Security Framework. 
org.globus.gridshib.security.util.CertUtil.printSAMLExtension(X509Certificate)
          This method will be removed in the next version of the GridShib Security Framework. 
org.globus.gridshib.config.BootstrapConfigLoader.setConfigFileDefault(String)
          As of 0.4.3, use SAMLToolsConfigLoader.getToolConfig(File) or SAMLToolsConfigLoader.load(File) or GlobusSAMLCredential.setDefaultConfigFile(String) instead. This method will be removed in a future version of GridShib SAML Tools. 
org.globus.gridshib.config.BootstrapConfigLoader.setCredentialDefault(GlobusCredential)
          As of 0.4.3, use BasicConfig.setCredential(GlobusCredential) or GlobusSAMLCredential.setDefaultCredential(GlobusCredential) instead. This method will be removed in a future version of GridShib SAML Tools. 
org.globus.gridshib.security.util.CertUtil.writeExtensionToFile(X509Certificate, String, File)
          This method will be removed in the next version of the GridShib Security Framework. 
org.globus.gridshib.security.util.CertUtil.writeExtensionToFile(X509Certificate, String, String)
          This method will be removed in the next version of the GridShib Security Framework. 
org.globus.gridshib.security.util.CertUtil.writeSAMLExtensionToFile(X509Certificate, File)
          This method will be removed in the next version of the GridShib Security Framework. 
org.globus.gridshib.security.util.CertUtil.writeSAMLExtensionToFile(X509Certificate, String)
          This method will be removed in the next version of the GridShib Security Framework. 
 

Deprecated Constructors
org.globus.gridshib.security.x509.SAMLX509Extension()
          This constructor will be removed in the next version of the GridShib Security Framework. Use SAMLX509Extension(SAMLAssertion) instead. 
 



Copyright © 2007-2008 University of Illinois. All Rights Reserved.