Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 3525963e721809664b1099ced8232cbc > files > 21

globus-gss-assist-doc-5.9-2.fc14.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<!-- THIS FILE IS AUTOMATICALLY GENERATED FROM THE GLOBUS SOURCE CODE
     DO NOT MODIFY.
-->
<title>Globus Reference Manual</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.6.2-20100208 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>Activation</h1>
<p>Globus GSI GSS Assist uses standard Globus module activation and deactivation.  
<a href="#_details">More...</a></p>
<h2>Defines</h2>
<ul>
<li>#define <a class="el" href="group__globus__gsi__gss__assist__activation.html#gab24759b1cc2c1496aae8df23d5b63076">GLOBUS_GSI_GSS_ASSIST_MODULE</a>
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Globus GSI GSS Assist uses standard Globus module activation and deactivation. </p>
<p>Before any Globus GSS Assist functions are called, the following function must be called:</p>
<div class="fragment"><pre class="fragment">      globus_module_activate(<a class="code" href="group__globus__gsi__gss__assist__activation.html#gab24759b1cc2c1496aae8df23d5b63076" title="Module descriptor.">GLOBUS_GSI_GSS_ASSIST_MODULE</a>);
</pre></div><p>This function returns GLOBUS_SUCCESS if Globus GSI GSS Assist was successfully initialized, and you are therefore allowed to call GSS Assist functions. Otherwise, an error code is returned, and GSS Assist functions should not be subsequently called. This function may be called multiple times.</p>
<p>To deactivate Globus GSS Assist, the following function must be called:</p>
<div class="fragment"><pre class="fragment">    globus_module_deactivate(<a class="code" href="group__globus__gsi__gss__assist__activation.html#gab24759b1cc2c1496aae8df23d5b63076" title="Module descriptor.">GLOBUS_GSI_GSS_ASSIST_MODULE</a>)
</pre></div><p>This function should be called once for each time Globus GSI GSS Assist was activated. </p>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="gab24759b1cc2c1496aae8df23d5b63076"></a><!-- doxytag: member="globus_gss_assist.h::GLOBUS_GSI_GSS_ASSIST_MODULE" ref="gab24759b1cc2c1496aae8df23d5b63076" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define GLOBUS_GSI_GSS_ASSIST_MODULE</td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Module descriptor. </p>

</div>
</div>
</div>
<hr>
<p align="center">
<a href="http://www.globus.org/toolkit/about.html" target="_top">about globus</a> |
<a href="http://www.globus.org/toolkit/" target="_top">globus toolkit</a> |
<a href="https://dev.globus.org/wiki/Welcome/" target="_top">dev.globus</a>
<br>
<br>
Comments? <a href="mailto:webmaster@globus.org">webmaster@globus.org</a>

</body>
</html>