~ubuntu-branches/ubuntu/gutsy/lasso/gutsy-security

« back to all changes in this revision

Viewing changes to docs/reference/html/LassoLibStatusResponse.html

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2005-09-16 02:16:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050916021649-lr5tuka6pfmmks44
Tags: 0.6.2-3ubuntu1
* debian/control: removed hardcoded php dependency, added php:Depends
  substvar
* debian/rules: added phpapiver, added substitution of php:Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>LassoLibStatusResponse</title><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="Lasso Reference Manual"><link rel="up" href="xml.html" title="Schemas"><link rel="prev" href="LassoLibScoping.html" title="LassoLibScoping"><link rel="next" href="LassoLibSubject.html" title="LassoLibSubject"><meta name="generator" content="GTK-Doc V1.3 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="chapter" href="lasso.html" title="Lasso &amp; Liberty Alliance Overview"><link rel="chapter" href="architecture.html" title="Lasso Architecture"><link rel="chapter" href="idff.html" title="Identity Federation Framework"><link rel="chapter" href="idwsf.html" title="Identity Web Services Framework"><link rel="chapter" href="xml.html" title="Schemas"><link rel="chapter" href="misc.html" title="Misc"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="LassoLibScoping.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="xml.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">Lasso Reference Manual</th><td><a accesskey="n" href="LassoLibSubject.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr></table><div class="refentry" lang="en"><a name="LassoLibStatusResponse"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle">LassoLibStatusResponse</span></h2><p>LassoLibStatusResponse &#8212; </p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="synopsis">
 
2
 
 
3
#include &lt;lasso/lasso.h&gt;
 
4
 
 
5
 
 
6
            <a href="LassoLibStatusResponse.html#LassoLibStatusResponse-struct">LassoLibStatusResponse</a>;
 
7
<a href="LassoNode.html" title="LassoNode">LassoNode</a>*  <a href="LassoLibStatusResponse.html#lasso-lib-status-response-new">lasso_lib_status_response_new</a>   (void);
 
8
 
 
9
</pre></div><div class="refsect1" lang="en"><a name="id2582328"></a><h2>Object Hierarchy</h2><pre class="synopsis">
 
10
 
 
11
  <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>
 
12
   +----<a href="LassoNode.html" title="LassoNode">LassoNode</a>
 
13
         +----<a href="LassoSamlpResponseAbstract.html" title="LassoSamlpResponseAbstract">LassoSamlpResponseAbstract</a>
 
14
               +----LassoLibStatusResponse
 
15
                     +----<a href="LassoLibLogoutResponse.html" title="LassoLibLogoutResponse">LassoLibLogoutResponse</a>
 
16
                     +----<a href="LassoLibRegisterNameIdentifierResponse.html" title="LassoLibRegisterNameIdentifierResponse">LassoLibRegisterNameIdentifierResponse</a>
 
17
</pre></div><div class="refsect1" lang="en"><a name="id2582379"></a><h2>Description</h2><p>
 
18
 
 
19
</p></div><div class="refsect1" lang="en"><a name="id2582389"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2582395"></a><h3><a name="LassoLibStatusResponse-struct"></a>LassoLibStatusResponse</h3><a class="indexterm" name="id2582408"></a><pre class="programlisting">typedef struct {
 
20
        /* &lt;xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/&gt; */
 
21
        GList *Extension;
 
22
        /* &lt;xs:element ref="ProviderID"/&gt; */
 
23
        char *ProviderID;
 
24
        /* &lt;xs:element ref="samlp:Status"/&gt; */
 
25
        LassoSamlpStatus *Status;
 
26
        /* &lt;xs:element ref="RelayState" minOccurs="0"/&gt; */
 
27
        char *RelayState;
 
28
} LassoLibStatusResponse;
 
29
</pre><p>
 
30
 
 
31
</p></div><hr><div class="refsect2" lang="en"><a name="id2582431"></a><h3><a name="lasso-lib-status-response-new"></a>lasso_lib_status_response_new ()</h3><a class="indexterm" name="id2582442"></a><pre class="programlisting"><a href="LassoNode.html" title="LassoNode">LassoNode</a>*  lasso_lib_status_response_new   (void);</pre><p>
 
32
Creates a new <a href="LassoLibStatusResponse.html" title="LassoLibStatusResponse"><span class="type">LassoLibStatusResponse</span></a> object.</p><p>
 
33
 
 
34
</p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><span class="emphasis"><em>Returns</em></span>�:</span></td><td> a newly created <a href="LassoLibStatusResponse.html" title="LassoLibStatusResponse"><span class="type">LassoLibStatusResponse</span></a> object
 
35
</td></tr></tbody></table></div></div></div></div><table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle"><td align="left"><a accesskey="p" href="LassoLibScoping.html"><b>&lt;&lt;�LassoLibScoping</b></a></td><td align="right"><a accesskey="n" href="LassoLibSubject.html"><b>LassoLibSubject�&gt;&gt;</b></a></td></tr></table></body></html>