Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 9146b469f482a36f168f8dd8ef55cc30 > files > 39

globus-xio-gsi-driver-doc-0.6-7.fc16.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.7.4 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
    </ul>
  </div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
  initNavTree('group__gsi__driver__instance.html','');
</script>
<div id="doc-content">
<div class="header">
  <div class="headertitle">
<div class="title">Opening/Closing</div>  </div>
<div class="ingroups"><a class="el" href="group__gsi__driver.html">Globus XIO GSI Driver</a></div></div>
<div class="contents">

<p>An XIO handle with the gsi driver can be created with either <a class="elRef" href="group__GLOBUS__XIO__API.html#ga463ecd19168069a6a80a9bdbb8595b51">globus_xio_handle_create()</a> or <a class="elRef" href="group__GLOBUS__XIO__API.html#gae23b637e3935d7dbf314dd813b5cb4e8">globus_xio_server_register_accept()</a>.  
<a href="#details">More...</a></p>
<div class="dynheader">
Collaboration diagram for Opening/Closing:</div>
<div class="dyncontent">
<center><table><tr><td><img src="group__gsi__driver__instance.png" border="0" alt="" usemap="#group____gsi____driver____instance"/>
<map name="group____gsi____driver____instance" id="group____gsi____driver____instance">
<area shape="rect" id="node2" href="group__gsi__driver.html" title="The GSI driver." alt="" coords="7,5,161,35"/></map>
</td></tr></table></center>
</div>
<p>An XIO handle with the gsi driver can be created with either <a class="elRef" href="group__GLOBUS__XIO__API.html#ga463ecd19168069a6a80a9bdbb8595b51">globus_xio_handle_create()</a> or <a class="elRef" href="group__GLOBUS__XIO__API.html#gae23b637e3935d7dbf314dd813b5cb4e8">globus_xio_server_register_accept()</a>. </p>
<p>If the handle is created with <a class="elRef" href="group__GLOBUS__XIO__API.html#gae23b637e3935d7dbf314dd813b5cb4e8">globus_xio_server_register_accept()</a>, the <a class="elRef" href="group__GLOBUS__XIO__API.html#ga75627cfa259d7b0fb317068728b9317e">globus_xio_register_open()</a> call will proceed to accept a GSSAPI security context. Upon successful completion of the open, ie after the open callback has been called, the application may proceed to read or write data associated with the GSI session.</p>
<p>If the handle is created with <a class="elRef" href="group__GLOBUS__XIO__API.html#ga463ecd19168069a6a80a9bdbb8595b51">globus_xio_handle_create()</a>, then the XIO handle will implement the client-side (init) of the GSSAPI call sequence and establish a security context with the accepting side indicated by the contact_string passed to <a class="elRef" href="group__GLOBUS__XIO__API.html#ga75627cfa259d7b0fb317068728b9317e">globus_xio_register_open()</a>. </p>
</div>
</div>
  <div id="nav-path" class="navpath">
    <ul>
<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>