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

« back to all changes in this revision

Viewing changes to docs/reference/lasso/html/lasso-Utility-functions-for-SAML-2.0.html

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2014-01-07 13:22:21 UTC
  • mfrom: (1.1.11) (7.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140107132221-htp0go0s9z5lqvj8
Tags: 2.4.0-1
* New upstream version.
* debian/control, debian/rules: use autoreconf
* debian/source/version: switch to 3.0 (quilt)

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>Utility functions for SAML 2.0</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Lasso Reference Manual">
8
8
<link rel="up" href="saml2.html" title="SAML 2.0 Single Sign On profiles">
9
9
<link rel="prev" href="lasso-LassoEcp.html" title="LassoEcp">
10
10
<link rel="next" href="xml-samlv2.html" title="Objects from SAML 2.0 schemas">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
38
38
<div class="refsynopsisdiv">
39
39
<a name="lasso-Utility-functions-for-SAML-2.0.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis"><span class="returnvalue">char</span> *              <a class="link" href="lasso-Utility-functions-for-SAML-2.0.html#lasso-build-unique-id" title="lasso_build_unique_id ()">lasso_build_unique_id</a>               (<em class="parameter"><code>unsigned <span class="type">int</span> size</code></em>);
41
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="lasso-Utility-functions-for-SAML-2.0.html#lasso-profile-is-saml-query" title="lasso_profile_is_saml_query ()">lasso_profile_is_saml_query</a>         (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *query</code></em>);
42
 
<a class="link" href="lasso-LassoSaml2EncryptedElement.html#LassoSaml2EncryptedElement" title="struct LassoSaml2EncryptedElement"><span class="returnvalue">LassoSaml2EncryptedElement</span></a> *  <a class="link" href="lasso-Utility-functions-for-SAML-2.0.html#lasso-provider-saml2-node-encrypt" title="lasso_provider_saml2_node_encrypt ()">lasso_provider_saml2_node_encrypt</a>
 
41
<span class="returnvalue">gboolean</span>            <a class="link" href="lasso-Utility-functions-for-SAML-2.0.html#lasso-profile-is-saml-query" title="lasso_profile_is_saml_query ()">lasso_profile_is_saml_query</a>         (<em class="parameter"><code>const <span class="type">gchar</span> *query</code></em>);
 
42
<a class="link" href="lasso-LassoSaml2EncryptedElement.html#LassoSaml2EncryptedElement" title="struct LassoSaml2EncryptedElement"><span class="returnvalue">LassoSaml2EncryptedElement</span></a> * <a class="link" href="lasso-Utility-functions-for-SAML-2.0.html#lasso-provider-saml2-node-encrypt" title="lasso_provider_saml2_node_encrypt ()">lasso_provider_saml2_node_encrypt</a>
43
43
                                                        (<em class="parameter"><code>const <a class="link" href="lasso-LassoProvider.html#LassoProvider" title="struct LassoProvider"><span class="type">LassoProvider</span></a> *provider</code></em>,
44
44
                                                         <em class="parameter"><code><a class="link" href="lasso-node.html#LassoNode" title="struct LassoNode"><span class="type">LassoNode</span></a> *lasso_node</code></em>);
45
45
</pre>
73
73
<hr>
74
74
<div class="refsect2">
75
75
<a name="lasso-profile-is-saml-query"></a><h3>lasso_profile_is_saml_query ()</h3>
76
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            lasso_profile_is_saml_query         (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *query</code></em>);</pre>
 
76
<pre class="programlisting"><span class="returnvalue">gboolean</span>            lasso_profile_is_saml_query         (<em class="parameter"><code>const <span class="type">gchar</span> *query</code></em>);</pre>
77
77
</div>
78
78
<hr>
79
79
<div class="refsect2">
80
80
<a name="lasso-provider-saml2-node-encrypt"></a><h3>lasso_provider_saml2_node_encrypt ()</h3>
81
 
<pre class="programlisting"><a class="link" href="lasso-LassoSaml2EncryptedElement.html#LassoSaml2EncryptedElement" title="struct LassoSaml2EncryptedElement"><span class="returnvalue">LassoSaml2EncryptedElement</span></a> *  lasso_provider_saml2_node_encrypt
 
81
<pre class="programlisting"><a class="link" href="lasso-LassoSaml2EncryptedElement.html#LassoSaml2EncryptedElement" title="struct LassoSaml2EncryptedElement"><span class="returnvalue">LassoSaml2EncryptedElement</span></a> * lasso_provider_saml2_node_encrypt
82
82
                                                        (<em class="parameter"><code>const <a class="link" href="lasso-LassoProvider.html#LassoProvider" title="struct LassoProvider"><span class="type">LassoProvider</span></a> *provider</code></em>,
83
83
                                                         <em class="parameter"><code><a class="link" href="lasso-node.html#LassoNode" title="struct LassoNode"><span class="type">LassoNode</span></a> *lasso_node</code></em>);</pre>
84
84
<p>
107
107
</div>
108
108
<div class="footer">
109
109
<hr>
110
 
          Generated by GTK-Doc V1.17</div>
 
110
          Generated by GTK-Doc V1.18</div>
111
111
</body>
112
112
</html>
 
 
b'\\ No newline at end of file'