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

« back to all changes in this revision

Viewing changes to docs/reference/html/lasso-LassoLibAuthnRequestEnvelope.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>LassoLibAuthnRequestEnvelope</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="LassoLibAuthnRequest.html" title="LassoLibAuthnRequest">
9
 
<link rel="next" href="LassoLibAuthnResponse.html" title="LassoLibAuthnResponse">
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="LassoLibAuthnRequest.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="LassoLibAuthnResponse.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="lasso-LassoLibAuthnRequestEnvelope"></a><div class="titlepage"></div>
29
 
<div class="refnamediv"><table width="100%"><tr>
30
 
<td valign="top">
31
 
<h2><span class="refentrytitle">LassoLibAuthnRequestEnvelope</span></h2>
32
 
<p>LassoLibAuthnRequestEnvelope &#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
 
            <a href="lasso-LassoLibAuthnRequestEnvelope.html#LassoLibAuthnRequestEnvelope">LassoLibAuthnRequestEnvelope</a>;
44
 
<a href="lasso-LassoLibAuthnRequestEnvelope.html#LassoLibAuthnRequestEnvelope">LassoLibAuthnRequestEnvelope</a>* <a href="lasso-LassoLibAuthnRequestEnvelope.html#lasso-lib-authn-request-envelope-new">lasso_lib_authn_request_envelope_new</a>
45
 
                                            (void);
46
 
<a href="lasso-LassoLibAuthnRequestEnvelope.html#LassoLibAuthnRequestEnvelope">LassoLibAuthnRequestEnvelope</a>* <a href="lasso-LassoLibAuthnRequestEnvelope.html#lasso-lib-authn-request-envelope-new-full">lasso_lib_authn_request_envelope_new_full</a>
47
 
                                            (<a href="LassoLibAuthnRequest.html" title="LassoLibAuthnRequest">LassoLibAuthnRequest</a> *authnRequest,
48
 
                                             <GTKDOCLINK HREF="char">char</GTKDOCLINK> *providerID,
49
 
                                             <GTKDOCLINK HREF="char">char</GTKDOCLINK> *assertionConsumerServiceURL);
50
 
 
51
 
</pre>
52
 
</div>
53
 
<div class="refsect1" lang="en">
54
 
<a name="id2563409"></a><h2>Description</h2>
55
 
<p>
56
 
 
57
 
</p>
58
 
</div>
59
 
<div class="refsect1" lang="en">
60
 
<a name="id2563419"></a><h2>Details</h2>
61
 
<div class="refsect2" lang="en">
62
 
<a name="id2563424"></a><h3>
63
 
<a name="LassoLibAuthnRequestEnvelope"></a>LassoLibAuthnRequestEnvelope</h3>
64
 
<a class="indexterm" name="id2563436"></a><pre class="programlisting">typedef struct {
65
 
        LassoNode parent;
66
 
 
67
 
        /* &lt;xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/&gt; */
68
 
        GList *Extension;
69
 
        /* &lt;xs:element ref="AuthnRequest"/&gt; */
70
 
        LassoLibAuthnRequest *AuthnRequest;
71
 
        /* &lt;xs:element ref="ProviderID"/&gt; */
72
 
        char *ProviderID;
73
 
        /* &lt;xs:element name="ProviderName" type="xs:string" minOccurs="0"/&gt; */
74
 
        char *ProviderName;
75
 
        /* &lt;xs:element name="AssertionConsumerServiceURL" type="xs:anyURI"/&gt; */
76
 
        char *AssertionConsumerServiceURL;
77
 
        /* &lt;xs:element ref="IDPList" minOccurs="0"/&gt; */
78
 
        LassoLibIDPList *IDPList;
79
 
        /* &lt;xs:element name="IsPassive" type="xs:boolean" minOccurs="0"/&gt; */
80
 
        gboolean IsPassive;
81
 
} LassoLibAuthnRequestEnvelope;
82
 
</pre>
83
 
<p>
84
 
 
85
 
</p>
86
 
</div>
87
 
<hr>
88
 
<div class="refsect2" lang="en">
89
 
<a name="id2563463"></a><h3>
90
 
<a name="lasso-lib-authn-request-envelope-new"></a>lasso_lib_authn_request_envelope_new ()</h3>
91
 
<a class="indexterm" name="id2563475"></a><pre class="programlisting"><a href="lasso-LassoLibAuthnRequestEnvelope.html#LassoLibAuthnRequestEnvelope">LassoLibAuthnRequestEnvelope</a>* lasso_lib_authn_request_envelope_new
92
 
                                            (void);</pre>
93
 
<p>
94
 
Creates a new <a href="lasso-LassoLibAuthnRequestEnvelope.html#LassoLibAuthnRequestEnvelope"><span class="type">LassoLibAuthnRequestEnvelope</span></a> object.</p>
95
 
<p>
96
 
 
97
 
</p>
98
 
<div class="variablelist"><table border="0">
99
 
<col align="left" valign="top">
100
 
<tbody><tr>
101
 
<td>
102
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
103
 
<td> a newly created <a href="lasso-LassoLibAuthnRequestEnvelope.html#LassoLibAuthnRequestEnvelope"><span class="type">LassoLibAuthnRequestEnvelope</span></a> object
104
 
</td>
105
 
</tr></tbody>
106
 
</table></div>
107
 
</div>
108
 
<hr>
109
 
<div class="refsect2" lang="en">
110
 
<a name="id2563535"></a><h3>
111
 
<a name="lasso-lib-authn-request-envelope-new-full"></a>lasso_lib_authn_request_envelope_new_full ()</h3>
112
 
<a class="indexterm" name="id2563548"></a><pre class="programlisting"><a href="lasso-LassoLibAuthnRequestEnvelope.html#LassoLibAuthnRequestEnvelope">LassoLibAuthnRequestEnvelope</a>* lasso_lib_authn_request_envelope_new_full
113
 
                                            (<a href="LassoLibAuthnRequest.html" title="LassoLibAuthnRequest">LassoLibAuthnRequest</a> *authnRequest,
114
 
                                             <GTKDOCLINK HREF="char">char</GTKDOCLINK> *providerID,
115
 
                                             <GTKDOCLINK HREF="char">char</GTKDOCLINK> *assertionConsumerServiceURL);</pre>
116
 
<p>
117
 
Creates a new <a href="lasso-LassoLibAuthnRequestEnvelope.html#LassoLibAuthnRequestEnvelope"><span class="type">LassoLibAuthnRequestEnvelope</span></a> object and initializes it with
118
 
the parameters.</p>
119
 
<p>
120
 
 
121
 
</p>
122
 
<div class="variablelist"><table border="0">
123
 
<col align="left" valign="top">
124
 
<tbody>
125
 
<tr>
126
 
<td>
127
 
<span class="term"><em class="parameter"><code>authnRequest</code></em>&#160;:</span></td>
128
 
<td> the <a href="LassoLibAuthnRequest.html" title="LassoLibAuthnRequest"><span class="type">LassoLibAuthnRequest</span></a> to envelop
129
 
</td>
130
 
</tr>
131
 
<tr>
132
 
<td>
133
 
<span class="term"><em class="parameter"><code>providerID</code></em>&#160;:</span></td>
134
 
<td> service provider ID
135
 
</td>
136
 
</tr>
137
 
<tr>
138
 
<td>
139
 
<span class="term"><em class="parameter"><code>assertionConsumerServiceURL</code></em>&#160;:</span></td>
140
 
<td> assertion consumer service URL on the service
141
 
     provider
142
 
</td>
143
 
</tr>
144
 
<tr>
145
 
<td>
146
 
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
147
 
<td> a newly created <a href="lasso-LassoLibAuthnRequestEnvelope.html#LassoLibAuthnRequestEnvelope"><span class="type">LassoLibAuthnRequestEnvelope</span></a> object
148
 
</td>
149
 
</tr>
150
 
</tbody>
151
 
</table></div>
152
 
</div>
153
 
</div>
154
 
</div>
155
 
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
156
 
<td align="left"><a accesskey="p" href="LassoLibAuthnRequest.html"><b>&lt;&lt;&#160;LassoLibAuthnRequest</b></a></td>
157
 
<td align="right"><a accesskey="n" href="LassoLibAuthnResponse.html"><b>LassoLibAuthnResponse&#160;&gt;&gt;</b></a></td>
158
 
</tr></table>
159
 
</body>
160
 
</html>