~ubuntu-branches/ubuntu/trusty/lasso/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/lasso/html/lasso-LassoSamlpResponseAbstract.html

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2012-04-02 17:31:31 UTC
  • mfrom: (1.1.10) (7.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120402173131-b31061tenxff75tf
Fix building against glib 2.32 (closes: #665565, #666636)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>LassoSamlpResponseAbstract</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Lasso Reference Manual">
8
8
<link rel="up" href="xml-idff.html" title="Objects from ID-FF 1.2 schemas">
9
9
<link rel="prev" href="lasso-LassoSamlpRequest.html" title="LassoSamlpRequest">
10
10
<link rel="next" href="lasso-LassoSamlpResponse.html" title="LassoSamlpResponse">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="lasso.html" title="Lasso &amp; Liberty Alliance Overview">
14
 
<link rel="reference" href="rn01.html" title="Application Programming Interface">
15
 
<link rel="chapter" href="architecture.html" title="Lasso Architecture">
16
 
<link rel="chapter" href="idff.html" title="Identity Federation Framework - ID-FF 1.2 profiles">
17
 
<link rel="chapter" href="xml-idff.html" title="Objects from ID-FF 1.2 schemas">
18
 
<link rel="chapter" href="saml2.html" title="SAML 2.0 Single Sign On profiles">
19
 
<link rel="chapter" href="xml-samlv2.html" title="Objects from SAML 2.0 schemas">
20
 
<link rel="chapter" href="idwsf.html" title="Identity Web Services Framework 1.0">
21
 
<link rel="chapter" href="xml-idwsf.html" title="Objects from ID-WSF 1.0 schemas">
22
 
<link rel="chapter" href="idwsf2.html" title="ID-WSF 2.0">
23
 
<link rel="chapter" href="xml-idwsf2.html" title="Objects from ID-WSF 2.0 schemas">
24
 
<link rel="chapter" href="soap.html" title="Object from the SOAP 1.1 schemas">
25
 
<link rel="chapter" href="xml-dsig.html" title="Object from the XML-DSIG schemas">
26
 
<link rel="chapter" href="ws-addr.html" title="Object from the WS-* schemas">
27
 
<link rel="part" href="pt01.html" title="Part II. Appendix">
28
 
<link rel="index" href="api-index.html" title="API Index">
29
 
<link rel="glossary" href="annotation-glossary.html" title="Annotation Glossary">
30
13
</head>
31
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
32
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
39
22
</tr>
40
23
<tr><td colspan="5" class="shortcuts">
41
24
<a href="#lasso-LassoSamlpResponseAbstract.synopsis" class="shortcut">Top</a>
42
 
                 | 
43
 
                <a href="#lasso-LassoSamlpResponseAbstract.description" class="shortcut">Description</a>
 
25
                   | 
 
26
                  <a href="#lasso-LassoSamlpResponseAbstract.description" class="shortcut">Description</a>
44
27
</td></tr>
45
28
</table>
46
 
<div class="refentry" title="LassoSamlpResponseAbstract">
 
29
<div class="refentry">
47
30
<a name="lasso-LassoSamlpResponseAbstract"></a><div class="titlepage"></div>
48
31
<div class="refnamediv"><table width="100%"><tr>
49
32
<td valign="top">
52
35
</td>
53
36
<td valign="top" align="right"></td>
54
37
</tr></table></div>
55
 
<div class="refsynopsisdiv" title="Synopsis">
 
38
<div class="refsynopsisdiv">
56
39
<a name="lasso-LassoSamlpResponseAbstract.synopsis"></a><h2>Synopsis</h2>
57
 
<pre class="synopsis">
58
 
                    LassoSamlpResponseAbstract;
59
 
void                lasso_samlp_response_abstract_fill  (LassoSamlpResponseAbstract *response,
60
 
                                                         const char *InResponseTo,
61
 
                                                         const char *Recipient);
 
40
<pre class="synopsis">struct              <a class="link" href="lasso-LassoSamlpResponseAbstract.html#LassoSamlpResponseAbstract" title="struct LassoSamlpResponseAbstract">LassoSamlpResponseAbstract</a>;
 
41
<span class="returnvalue">void</span>                <a class="link" href="lasso-LassoSamlpResponseAbstract.html#lasso-samlp-response-abstract-fill" title="lasso_samlp_response_abstract_fill ()">lasso_samlp_response_abstract_fill</a>  (<em class="parameter"><code><a class="link" href="lasso-LassoSamlpResponseAbstract.html#LassoSamlpResponseAbstract" title="struct LassoSamlpResponseAbstract"><span class="type">LassoSamlpResponseAbstract</span></a> *response</code></em>,
 
42
                                                         <em class="parameter"><code>const <span class="type">char</span> *InResponseTo</code></em>,
 
43
                                                         <em class="parameter"><code>const <span class="type">char</span> *Recipient</code></em>);
62
44
</pre>
63
45
</div>
64
 
<div class="refsect1" title="Description">
 
46
<div class="refsect1">
65
47
<a name="lasso-LassoSamlpResponseAbstract.description"></a><h2>Description</h2>
66
48
<p>
67
49
</p>
68
50
<div class="figure">
69
 
<a name="id2713275"></a><p class="title"><b>Figure 33. Schema fragment for samlp:ResponseAbstractType</b></p>
 
51
<a name="id3117282"></a><p class="title"><b>Figure 33. Schema fragment for samlp:ResponseAbstractType</b></p>
70
52
<div class="figure-contents"><pre class="programlisting">
71
53
 
72
54
&lt;complexType name="ResponseAbstractType" abstract="true"&gt;
90
72
&lt;/simpleType&gt;
91
73
</pre></div>
92
74
</div>
93
 
<p><br class="figure-break"></p>
 
75
<p><br class="figure-break">
 
76
</p>
94
77
</div>
95
 
<div class="refsect1" title="Details">
 
78
<div class="refsect1">
96
79
<a name="lasso-LassoSamlpResponseAbstract.details"></a><h2>Details</h2>
97
 
<div class="refsect2" title="LassoSamlpResponseAbstract">
98
 
<a name="LassoSamlpResponseAbstract"></a><h3>LassoSamlpResponseAbstract</h3>
99
 
<pre class="programlisting">typedef struct {
 
80
<div class="refsect2">
 
81
<a name="LassoSamlpResponseAbstract"></a><h3>struct LassoSamlpResponseAbstract</h3>
 
82
<pre class="programlisting">struct LassoSamlpResponseAbstract {
100
83
        LassoNode parent;
101
84
 
102
85
        /* &lt;attribute name="ResponseID" type="saml:IDType" use="required"/&gt; */
117
100
        LassoSignatureMethod sign_method;
118
101
        char *private_key_file;
119
102
        char *certificate_file;
120
 
} LassoSamlpResponseAbstract;
 
103
};
121
104
</pre>
122
105
</div>
123
106
<hr>
124
 
<div class="refsect2" title="lasso_samlp_response_abstract_fill ()">
 
107
<div class="refsect2">
125
108
<a name="lasso-samlp-response-abstract-fill"></a><h3>lasso_samlp_response_abstract_fill ()</h3>
126
 
<pre class="programlisting">void                lasso_samlp_response_abstract_fill  (LassoSamlpResponseAbstract *response,
127
 
                                                         const char *InResponseTo,
128
 
                                                         const char *Recipient);</pre>
 
109
<pre class="programlisting"><span class="returnvalue">void</span>                lasso_samlp_response_abstract_fill  (<em class="parameter"><code><a class="link" href="lasso-LassoSamlpResponseAbstract.html#LassoSamlpResponseAbstract" title="struct LassoSamlpResponseAbstract"><span class="type">LassoSamlpResponseAbstract</span></a> *response</code></em>,
 
110
                                                         <em class="parameter"><code>const <span class="type">char</span> *InResponseTo</code></em>,
 
111
                                                         <em class="parameter"><code>const <span class="type">char</span> *Recipient</code></em>);</pre>
129
112
</div>
130
113
</div>
131
114
</div>
132
115
<div class="footer">
133
116
<hr>
134
 
          Generated by GTK-Doc V1.11</div>
 
117
          Generated by GTK-Doc V1.17</div>
135
118
</body>
136
 
</html>
 
119
</html>
 
 
b'\\ No newline at end of file'