~ubuntu-branches/ubuntu/quantal/lasso/quantal

« back to all changes in this revision

Viewing changes to docs/reference/lasso/html/lasso-LassoLibAuthenticationStatement.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
Tags: 2.3.6-2
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>LassoLibAuthenticationStatement</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-LassoLibAssertion.html" title="LassoLibAssertion">
10
10
<link rel="next" href="lasso-LassoLibAuthnContext.html" title="LassoLibAuthnContext">
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-LassoLibAuthenticationStatement.synopsis" class="shortcut">Top</a>
42
 
                 | 
43
 
                <a href="#lasso-LassoLibAuthenticationStatement.description" class="shortcut">Description</a>
 
25
                   | 
 
26
                  <a href="#lasso-LassoLibAuthenticationStatement.description" class="shortcut">Description</a>
44
27
</td></tr>
45
28
</table>
46
 
<div class="refentry" title="LassoLibAuthenticationStatement">
 
29
<div class="refentry">
47
30
<a name="lasso-LassoLibAuthenticationStatement"></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-LassoLibAuthenticationStatement.synopsis"></a><h2>Synopsis</h2>
57
 
<pre class="synopsis">
58
 
                    LassoLibAuthenticationStatement;
59
 
LassoLibAuthenticationStatement* lasso_lib_authentication_statement_new
60
 
                                                        (void);
61
 
LassoLibAuthenticationStatement* lasso_lib_authentication_statement_new_full
62
 
                                                        (const char *authenticationMethod,
63
 
                                                         const char *authenticationInstant,
64
 
                                                         const char *reauthenticateOnOrAfter,
65
 
                                                         LassoSamlNameIdentifier *sp_identifier,
66
 
                                                         LassoSamlNameIdentifier *idp_identifier);
 
40
<pre class="synopsis">struct              <a class="link" href="lasso-LassoLibAuthenticationStatement.html#LassoLibAuthenticationStatement" title="struct LassoLibAuthenticationStatement">LassoLibAuthenticationStatement</a>;
 
41
<a class="link" href="lasso-LassoLibAuthenticationStatement.html#LassoLibAuthenticationStatement" title="struct LassoLibAuthenticationStatement"><span class="returnvalue">LassoLibAuthenticationStatement</span></a> *  <a class="link" href="lasso-LassoLibAuthenticationStatement.html#lasso-lib-authentication-statement-new" title="lasso_lib_authentication_statement_new ()">lasso_lib_authentication_statement_new</a>
 
42
                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);
 
43
<a class="link" href="lasso-LassoLibAuthenticationStatement.html#LassoLibAuthenticationStatement" title="struct LassoLibAuthenticationStatement"><span class="returnvalue">LassoLibAuthenticationStatement</span></a> *  <a class="link" href="lasso-LassoLibAuthenticationStatement.html#lasso-lib-authentication-statement-new-full" title="lasso_lib_authentication_statement_new_full ()">lasso_lib_authentication_statement_new_full</a>
 
44
                                                        (<em class="parameter"><code>const <span class="type">char</span> *authenticationMethod</code></em>,
 
45
                                                         <em class="parameter"><code>const <span class="type">char</span> *authenticationInstant</code></em>,
 
46
                                                         <em class="parameter"><code>const <span class="type">char</span> *reauthenticateOnOrAfter</code></em>,
 
47
                                                         <em class="parameter"><code><a class="link" href="lasso-LassoSamlNameIdentifier.html#LassoSamlNameIdentifier" title="struct LassoSamlNameIdentifier"><span class="type">LassoSamlNameIdentifier</span></a> *sp_identifier</code></em>,
 
48
                                                         <em class="parameter"><code><a class="link" href="lasso-LassoSamlNameIdentifier.html#LassoSamlNameIdentifier" title="struct LassoSamlNameIdentifier"><span class="type">LassoSamlNameIdentifier</span></a> *idp_identifier</code></em>);
67
49
</pre>
68
50
</div>
69
 
<div class="refsect1" title="Description">
 
51
<div class="refsect1">
70
52
<a name="lasso-LassoLibAuthenticationStatement.description"></a><h2>Description</h2>
71
53
<p>
72
54
</p>
73
55
<div class="figure">
74
 
<a name="id2699772"></a><p class="title"><b>Figure 2. Schema fragment for lib:AuthenticationStatement</b></p>
 
56
<a name="id3069493"></a><p class="title"><b>Figure 2. Schema fragment for lib:AuthenticationStatement</b></p>
75
57
<div class="figure-contents"><pre class="programlisting">
76
58
&lt;xs:element name="AuthenticationStatement" type="AuthenticationStatementType"
77
59
  substitutionGroup="saml:Statement"/&gt;
88
70
&lt;/xs:complexType&gt;
89
71
</pre></div>
90
72
</div>
91
 
<p><br class="figure-break"></p>
 
73
<p><br class="figure-break">
 
74
</p>
92
75
</div>
93
 
<div class="refsect1" title="Details">
 
76
<div class="refsect1">
94
77
<a name="lasso-LassoLibAuthenticationStatement.details"></a><h2>Details</h2>
95
 
<div class="refsect2" title="LassoLibAuthenticationStatement">
96
 
<a name="LassoLibAuthenticationStatement"></a><h3>LassoLibAuthenticationStatement</h3>
97
 
<pre class="programlisting">typedef struct {
 
78
<div class="refsect2">
 
79
<a name="LassoLibAuthenticationStatement"></a><h3>struct LassoLibAuthenticationStatement</h3>
 
80
<pre class="programlisting">struct LassoLibAuthenticationStatement {
98
81
        LassoSamlAuthenticationStatement parent;
99
82
 
100
83
        /* &lt;xs:element ref="AuthnContext" minOccurs="0"/&gt; */
103
86
        char *ReauthenticateOnOrAfter;
104
87
        /* &lt;xs:attribute name="SessionIndex" type="xs:string" use="required"/&gt; */
105
88
        char *SessionIndex;
106
 
} LassoLibAuthenticationStatement;
 
89
};
107
90
</pre>
108
91
</div>
109
92
<hr>
110
 
<div class="refsect2" title="lasso_lib_authentication_statement_new ()">
 
93
<div class="refsect2">
111
94
<a name="lasso-lib-authentication-statement-new"></a><h3>lasso_lib_authentication_statement_new ()</h3>
112
 
<pre class="programlisting">LassoLibAuthenticationStatement* lasso_lib_authentication_statement_new
113
 
                                                        (void);</pre>
 
95
<pre class="programlisting"><a class="link" href="lasso-LassoLibAuthenticationStatement.html#LassoLibAuthenticationStatement" title="struct LassoLibAuthenticationStatement"><span class="returnvalue">LassoLibAuthenticationStatement</span></a> *  lasso_lib_authentication_statement_new
 
96
                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
114
97
<p>
115
 
Creates a new <span class="type">LassoLibAuthenticationStatement</span> object.</p>
 
98
Creates a new <a class="link" href="lasso-LassoLibAuthenticationStatement.html#LassoLibAuthenticationStatement" title="struct LassoLibAuthenticationStatement"><span class="type">LassoLibAuthenticationStatement</span></a> object.
 
99
</p>
116
100
<div class="variablelist"><table border="0">
117
101
<col align="left" valign="top">
118
102
<tbody><tr>
119
103
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
120
 
<td> a newly created <span class="type">LassoLibAuthenticationStatement</span> object
121
 
</td>
 
104
<td>a newly created <a class="link" href="lasso-LassoLibAuthenticationStatement.html#LassoLibAuthenticationStatement" title="struct LassoLibAuthenticationStatement"><span class="type">LassoLibAuthenticationStatement</span></a> object</td>
122
105
</tr></tbody>
123
106
</table></div>
124
107
</div>
125
108
<hr>
126
 
<div class="refsect2" title="lasso_lib_authentication_statement_new_full ()">
 
109
<div class="refsect2">
127
110
<a name="lasso-lib-authentication-statement-new-full"></a><h3>lasso_lib_authentication_statement_new_full ()</h3>
128
 
<pre class="programlisting">LassoLibAuthenticationStatement* lasso_lib_authentication_statement_new_full
129
 
                                                        (const char *authenticationMethod,
130
 
                                                         const char *authenticationInstant,
131
 
                                                         const char *reauthenticateOnOrAfter,
132
 
                                                         LassoSamlNameIdentifier *sp_identifier,
133
 
                                                         LassoSamlNameIdentifier *idp_identifier);</pre>
 
111
<pre class="programlisting"><a class="link" href="lasso-LassoLibAuthenticationStatement.html#LassoLibAuthenticationStatement" title="struct LassoLibAuthenticationStatement"><span class="returnvalue">LassoLibAuthenticationStatement</span></a> *  lasso_lib_authentication_statement_new_full
 
112
                                                        (<em class="parameter"><code>const <span class="type">char</span> *authenticationMethod</code></em>,
 
113
                                                         <em class="parameter"><code>const <span class="type">char</span> *authenticationInstant</code></em>,
 
114
                                                         <em class="parameter"><code>const <span class="type">char</span> *reauthenticateOnOrAfter</code></em>,
 
115
                                                         <em class="parameter"><code><a class="link" href="lasso-LassoSamlNameIdentifier.html#LassoSamlNameIdentifier" title="struct LassoSamlNameIdentifier"><span class="type">LassoSamlNameIdentifier</span></a> *sp_identifier</code></em>,
 
116
                                                         <em class="parameter"><code><a class="link" href="lasso-LassoSamlNameIdentifier.html#LassoSamlNameIdentifier" title="struct LassoSamlNameIdentifier"><span class="type">LassoSamlNameIdentifier</span></a> *idp_identifier</code></em>);</pre>
134
117
<p>
135
 
Creates a new <span class="type">LassoLibAuthenticationStatement</span> object and initializes its subject,
136
 
its AuthenticationMethod, its AuthenticationInstant,</p>
 
118
Creates a new <a class="link" href="lasso-LassoLibAuthenticationStatement.html#LassoLibAuthenticationStatement" title="struct LassoLibAuthenticationStatement"><span class="type">LassoLibAuthenticationStatement</span></a> object and initializes its subject,
 
119
its AuthenticationMethod, its AuthenticationInstant,
 
120
</p>
137
121
<div class="variablelist"><table border="0">
138
122
<col align="left" valign="top">
139
123
<tbody>
140
124
<tr>
141
125
<td><p><span class="term"><em class="parameter"><code>authenticationMethod</code></em> :</span></p></td>
142
 
<td> an URI identifier for the authentication method
143
 
</td>
 
126
<td>an URI identifier for the authentication method</td>
144
127
</tr>
145
128
<tr>
146
129
<td><p><span class="term"><em class="parameter"><code>authenticationInstant:(allow-none)</code></em> :</span></p></td>
147
 
<td> an ISO-8601 formatted timestamp for the authentication
148
 
instant
149
 
</td>
 
130
<td>an ISO-8601 formatted timestamp for the authentication
 
131
instant</td>
150
132
</tr>
151
133
<tr>
152
134
<td><p><span class="term"><em class="parameter"><code>reauthenticateOnOrAfter:(allow-none)</code></em> :</span></p></td>
153
 
<td> an ISO-8601 formatted timestamp to set a limit on the value of this
154
 
authentication
155
 
</td>
 
135
<td>an ISO-8601 formatted timestamp to set a limit on the value of this
 
136
authentication</td>
156
137
</tr>
157
138
<tr>
158
139
<td><p><span class="term"><em class="parameter"><code>sp_identifier</code></em> :</span></p></td>
159
 
<td>(allow-none) a <span class="type">LassoSamlNameIdentifier</span> object, the SP qualifier for the subject of this statement
160
 
</td>
 
140
<td>(allow-none) a <a class="link" href="lasso-LassoSamlNameIdentifier.html#LassoSamlNameIdentifier" title="struct LassoSamlNameIdentifier"><span class="type">LassoSamlNameIdentifier</span></a> object, the SP qualifier for the subject of this statement</td>
161
141
</tr>
162
142
<tr>
163
143
<td><p><span class="term"><em class="parameter"><code>idp_identifier</code></em> :</span></p></td>
164
 
<td> a <span class="type">LassoSamlNameIdentifier</span> object, the IdP qualifier for the subject of this statemtn
165
 
</td>
 
144
<td>a <a class="link" href="lasso-LassoSamlNameIdentifier.html#LassoSamlNameIdentifier" title="struct LassoSamlNameIdentifier"><span class="type">LassoSamlNameIdentifier</span></a> object, the IdP qualifier for the subject of this statemtn</td>
166
145
</tr>
167
146
<tr>
168
147
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
169
 
<td> a newly created <span class="type">LassoLibAuthenticationStatement</span> object
170
 
</td>
 
148
<td>a newly created <a class="link" href="lasso-LassoLibAuthenticationStatement.html#LassoLibAuthenticationStatement" title="struct LassoLibAuthenticationStatement"><span class="type">LassoLibAuthenticationStatement</span></a> object</td>
171
149
</tr>
172
150
</tbody>
173
151
</table></div>
176
154
</div>
177
155
<div class="footer">
178
156
<hr>
179
 
          Generated by GTK-Doc V1.11</div>
 
157
          Generated by GTK-Doc V1.17</div>
180
158
</body>
181
 
</html>
 
159
</html>
 
 
b'\\ No newline at end of file'