~ubuntu-branches/ubuntu/intrepid/lasso/intrepid-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-07-11 10:01:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060711100132-e50ymjc54bsizza6
Tags: 0.6.5-2ubuntu1
* Synchronize with Debian unstable.
* Convert to updated Python policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<head>
3
 
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4
 
<title>LassoLibFederationTerminationNotification</title>
5
 
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
6
 
<link rel="start" href="index.html" title="Lasso Reference Manual">
7
 
<link rel="up" href="xml.html" title="Schemas">
8
 
<link rel="prev" href="lasso-LassoLibAuthnResponseEnvelope.html" title="LassoLibAuthnResponseEnvelope">
9
 
<link rel="next" href="LassoLibIDPEntries.html" title="LassoLibIDPEntries">
10
 
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
11
 
<link rel="stylesheet" href="style.css" type="text/css">
12
 
<link rel="chapter" href="lasso.html" title="Lasso &amp; Liberty Alliance Overview">
13
 
<link rel="chapter" href="architecture.html" title="Lasso Architecture">
14
 
<link rel="chapter" href="idff.html" title="Identity Federation Framework">
15
 
<link rel="chapter" href="idwsf.html" title="Identity Web Services Framework">
16
 
<link rel="chapter" href="xml.html" title="Schemas">
17
 
<link rel="chapter" href="misc.html" title="Misc">
18
 
</head>
19
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
 
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
21
 
<td><a accesskey="p" href="lasso-LassoLibAuthnResponseEnvelope.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
22
 
<td><a accesskey="u" href="xml.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
23
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
24
 
<th width="100%" align="center">Lasso Reference Manual</th>
25
 
<td><a accesskey="n" href="LassoLibIDPEntries.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
26
 
</tr></table>
27
 
<div class="refentry" lang="en">
28
 
<a name="LassoLibFederationTerminationNotification"></a><div class="titlepage"></div>
29
 
<div class="refnamediv"><table width="100%"><tr>
30
 
<td valign="top">
31
 
<h2><span class="refentrytitle">LassoLibFederationTerminationNotification</span></h2>
32
 
<p>LassoLibFederationTerminationNotification &#8212; </p>
33
 
</td>
34
 
<td valign="top" align="right"></td>
35
 
</tr></table></div>
36
 
<div class="refsynopsisdiv">
37
 
<h2>Synopsis</h2>
38
 
<pre class="synopsis">
39
 
 
40
 
#include &lt;lasso/lasso.h&gt;
41
 
 
42
 
 
43
 
struct      <a href="LassoLibFederationTerminationNotification.html#LassoLibFederationTerminationNotification-struct">LassoLibFederationTerminationNotification</a>;
44
 
<a href="LassoSamlpRequestAbstract.html" title="LassoSamlpRequestAbstract">LassoSamlpRequestAbstract</a>* <a href="LassoLibFederationTerminationNotification.html#lasso-lib-federation-termination-notification-new">lasso_lib_federation_termination_notification_new</a>
45
 
                                            (void);
46
 
<a href="LassoSamlpRequestAbstract.html" title="LassoSamlpRequestAbstract">LassoSamlpRequestAbstract</a>* <a href="LassoLibFederationTerminationNotification.html#lasso-lib-federation-termination-notification-new-full">lasso_lib_federation_termination_notification_new_full</a>
47
 
                                            (<GTKDOCLINK HREF="char">char</GTKDOCLINK> *providerID,
48
 
                                             <a href="LassoSamlNameIdentifier.html" title="LassoSamlNameIdentifier">LassoSamlNameIdentifier</a> *nameIdentifier,
49
 
                                             <a href="LassoNode.html#LassoSignatureType">LassoSignatureType</a> sign_type,
50
 
                                             <a href="LassoNode.html#LassoSignatureMethod">LassoSignatureMethod</a> sign_method);
51
 
 
52
 
</pre>
53
 
</div>
54
 
<div class="refsect1" lang="en">
55
 
<a name="id2565261"></a><h2>Object Hierarchy</h2>
56
 
<pre class="synopsis">
57
 
 
58
 
  <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK>
59
 
   +----<a href="LassoNode.html" title="LassoNode">LassoNode</a>
60
 
         +----<a href="LassoSamlpRequestAbstract.html" title="LassoSamlpRequestAbstract">LassoSamlpRequestAbstract</a>
61
 
               +----LassoLibFederationTerminationNotification
62
 
</pre>
63
 
</div>
64
 
<div class="refsect1" lang="en">
65
 
<a name="id2565296"></a><h2>Description</h2>
66
 
<p>
67
 
 
68
 
</p>
69
 
</div>
70
 
<div class="refsect1" lang="en">
71
 
<a name="id2565306"></a><h2>Details</h2>
72
 
<div class="refsect2" lang="en">
73
 
<a name="id2565311"></a><h3>
74
 
<a name="LassoLibFederationTerminationNotification-struct"></a>struct LassoLibFederationTerminationNotification</h3>
75
 
<a class="indexterm" name="id2565324"></a><pre class="programlisting">struct LassoLibFederationTerminationNotification {
76
 
        /* &lt;xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/&gt; */
77
 
        GList *Extension;
78
 
        /* &lt;xs:element ref="ProviderID"/&gt; */
79
 
        char *ProviderID;
80
 
        /* &lt;xs:element ref="saml:NameIdentifier"/&gt; */
81
 
        LassoSamlNameIdentifier *NameIdentifier;
82
 
        /* &lt;xs:attribute ref="consent" use="optional"/&gt; */
83
 
        char *consent;
84
 
 
85
 
        char *RelayState;       /* not in schema but allowed in redirects */
86
 
};
87
 
</pre>
88
 
<p>
89
 
 
90
 
</p>
91
 
</div>
92
 
<hr>
93
 
<div class="refsect2" lang="en">
94
 
<a name="id2565353"></a><h3>
95
 
<a name="lasso-lib-federation-termination-notification-new"></a>lasso_lib_federation_termination_notification_new ()</h3>
96
 
<a class="indexterm" name="id2565366"></a><pre class="programlisting"><a href="LassoSamlpRequestAbstract.html" title="LassoSamlpRequestAbstract">LassoSamlpRequestAbstract</a>* lasso_lib_federation_termination_notification_new
97
 
                                            (void);</pre>
98
 
<p>
99
 
Creates a new <a href="LassoLibFederationTerminationNotification.html" title="LassoLibFederationTerminationNotification"><span class="type">LassoLibFederationTerminationNotification</span></a> object.</p>
100
 
<p>
101
 
 
102
 
</p>
103
 
<div class="variablelist"><table border="0">
104
 
<col align="left" valign="top">
105
 
<tbody><tr>
106
 
<td>
107
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
108
 
<td> a newly created <a href="LassoLibFederationTerminationNotification.html" title="LassoLibFederationTerminationNotification"><span class="type">LassoLibFederationTerminationNotification</span></a>
109
 
    object
110
 
</td>
111
 
</tr></tbody>
112
 
</table></div>
113
 
</div>
114
 
<hr>
115
 
<div class="refsect2" lang="en">
116
 
<a name="id2565427"></a><h3>
117
 
<a name="lasso-lib-federation-termination-notification-new-full"></a>lasso_lib_federation_termination_notification_new_full ()</h3>
118
 
<a class="indexterm" name="id2565439"></a><pre class="programlisting"><a href="LassoSamlpRequestAbstract.html" title="LassoSamlpRequestAbstract">LassoSamlpRequestAbstract</a>* lasso_lib_federation_termination_notification_new_full
119
 
                                            (<GTKDOCLINK HREF="char">char</GTKDOCLINK> *providerID,
120
 
                                             <a href="LassoSamlNameIdentifier.html" title="LassoSamlNameIdentifier">LassoSamlNameIdentifier</a> *nameIdentifier,
121
 
                                             <a href="LassoNode.html#LassoSignatureType">LassoSignatureType</a> sign_type,
122
 
                                             <a href="LassoNode.html#LassoSignatureMethod">LassoSignatureMethod</a> sign_method);</pre>
123
 
<p>
124
 
Creates a new <a href="LassoLibFederationTerminationNotification.html" title="LassoLibFederationTerminationNotification"><span class="type">LassoLibFederationTerminationNotification</span></a> object and
125
 
initializes it with the parameters.</p>
126
 
<p>
127
 
 
128
 
</p>
129
 
<div class="variablelist"><table border="0">
130
 
<col align="left" valign="top">
131
 
<tbody>
132
 
<tr>
133
 
<td>
134
 
<span class="term"><em class="parameter"><code>providerID</code></em>&#160;:</span></td>
135
 
<td> the provider ID doing the notification
136
 
</td>
137
 
</tr>
138
 
<tr>
139
 
<td>
140
 
<span class="term"><em class="parameter"><code>nameIdentifier</code></em>&#160;:</span></td>
141
 
<td> the name identifier for the federation to terminate.
142
 
</td>
143
 
</tr>
144
 
<tr>
145
 
<td>
146
 
<span class="term"><em class="parameter"><code>sign_type</code></em>&#160;:</span></td>
147
 
<td>
148
 
</td>
149
 
</tr>
150
 
<tr>
151
 
<td>
152
 
<span class="term"><em class="parameter"><code>sign_method</code></em>&#160;:</span></td>
153
 
<td>
154
 
</td>
155
 
</tr>
156
 
<tr>
157
 
<td>
158
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
159
 
<td> a newly created <a href="LassoLibFederationTerminationNotification.html" title="LassoLibFederationTerminationNotification"><span class="type">LassoLibFederationTerminationNotification</span></a>
160
 
    object
161
 
</td>
162
 
</tr>
163
 
</tbody>
164
 
</table></div>
165
 
</div>
166
 
</div>
167
 
</div>
168
 
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
169
 
<td align="left"><a accesskey="p" href="lasso-LassoLibAuthnResponseEnvelope.html"><b>&lt;&lt;&#160;LassoLibAuthnResponseEnvelope</b></a></td>
170
 
<td align="right"><a accesskey="n" href="LassoLibIDPEntries.html"><b>LassoLibIDPEntries&#160;&gt;&gt;</b></a></td>
171
 
</tr></table>
172
 
</body>
173
 
</html>