Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > ca82aedaac65b491cd0c073572bb3a2a > files > 23

globus-gssapi-gsi-doc-7.5-1.fc13.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="pages.html"><span>Related&nbsp;Pages</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 GSSAPI 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__gssapi__activation.html#gab80053ae862ab3c7e0b467086a08ab4c">GLOBUS_GSI_GSSAPI_MODULE</a>
</ul>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Globus GSI GSSAPI uses standard Globus module activation and deactivation. </p>
<p>Before any Globus GSI GSSAPI functions are called, the following function should be called:</p>
<div class="fragment"><pre class="fragment">      globus_module_activate(<a class="code" href="group__globus__gsi__gssapi__activation.html#gab80053ae862ab3c7e0b467086a08ab4c" title="Module descriptor.">GLOBUS_GSI_GSSAPI_MODULE</a>)
</pre></div><p>This function returns GLOBUS_SUCCESS if Globus GSI GSSAPI was successfully initialized, and you are therefore allowed to subsequently call Globus GSI GSSAPI functions. Otherwise, an error code is returned, and Globus GSI GSSAPI functions should not subsequently be called. This function may be called multiple times.</p>
<p>To deactivate Globus GSI GSSAPI, the following function should be called:</p>
<div class="fragment"><pre class="fragment">    globus_module_deactivate(<a class="code" href="group__globus__gsi__gssapi__activation.html#gab80053ae862ab3c7e0b467086a08ab4c" title="Module descriptor.">GLOBUS_GSI_GSSAPI_MODULE</a>)
</pre></div><p>This function should be called once for each time Globus GSI GSSAPI was activated.</p>
<p>Note that it is not mandatory to call the above functions. </p>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="gab80053ae862ab3c7e0b467086a08ab4c"></a><!-- doxytag: member="gssapi.h::GLOBUS_GSI_GSSAPI_MODULE" ref="gab80053ae862ab3c7e0b467086a08ab4c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define GLOBUS_GSI_GSSAPI_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>