summaryrefslogtreecommitdiff
path: root/docs/html/GSignondPasswordPlugin.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/GSignondPasswordPlugin.html')
-rw-r--r--docs/html/GSignondPasswordPlugin.html113
1 files changed, 113 insertions, 0 deletions
diff --git a/docs/html/GSignondPasswordPlugin.html b/docs/html/GSignondPasswordPlugin.html
new file mode 100644
index 0000000..cd135a5
--- /dev/null
+++ b/docs/html/GSignondPasswordPlugin.html
@@ -0,0 +1,113 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>GSignondPasswordPlugin</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<link rel="home" href="index.html" title="gsignond API Reference Manual">
+<link rel="up" href="ch04.html" title="Standard in-tree authentication plugins">
+<link rel="prev" href="GSignondSsoTestPlugin.html" title="GSignondSsoTestPlugin">
+<link rel="next" href="ch05.html" title="GSignond API for writing platform adaptation extensions">
+<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
+<td width="100%" align="left">
+<a href="#" class="shortcut">Top</a>
+  | 
+ <a href="#GSignondPasswordPlugin.description" class="shortcut">Description</a>
+  | 
+ <a href="#GSignondPasswordPlugin.object-hierarchy" class="shortcut">Object Hierarchy</a>
+  | 
+ <a href="#GSignondPasswordPlugin.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
+</td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
+<td><a accesskey="u" href="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
+<td><a accesskey="p" href="GSignondSsoTestPlugin.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
+<td><a accesskey="n" href="ch05.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="refentry">
+<a name="GSignondPasswordPlugin"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a name="GSignondPasswordPlugin.top_of_page"></a>GSignondPasswordPlugin</span></h2>
+<p>GSignondPasswordPlugin — a plugin for retrieving the username/password</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsynopsisdiv">
+<a name="GSignondPasswordPlugin.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+#include &lt;gsignond/gsignond-password-plugin.h&gt;
+
+struct <a class="link" href="GSignondPasswordPlugin.html#GSignondPasswordPlugin-struct" title="struct GSignondPasswordPlugin">GSignondPasswordPlugin</a>;
+struct <a class="link" href="GSignondPasswordPlugin.html#GSignondPasswordPluginClass" title="struct GSignondPasswordPluginClass">GSignondPasswordPluginClass</a>;
+</pre>
+</div>
+<div class="refsect1">
+<a name="GSignondPasswordPlugin.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+ <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+ +----GSignondPasswordPlugin
+</pre>
+</div>
+<div class="refsect1">
+<a name="GSignondPasswordPlugin.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
+<p>
+GSignondPasswordPlugin implements
+ GSignondPlugin.</p>
+</div>
+<div class="refsect1">
+<a name="GSignondPasswordPlugin.description"></a><h2>Description</h2>
+<p>
+<a class="link" href="GSignondPasswordPlugin.html" title="GSignondPasswordPlugin"><span class="type">GSignondPasswordPlugin</span></a> is used in login/password based authentication protocols.
+It returns to the applications the username and password associated with an
+identity. The plugin first checks if the daemon has placed them in
+<a class="link" href="gsignond-GSignondPlugin.html#gsignond-plugin-request-initial" title="gsignond_plugin_request_initial ()"><code class="function">gsignond_plugin_request_initial()</code></a> <em class="parameter"><code>session_data</code></em> parameter
+(that means they're already stored in gSSO secure database), and if not,
+the user is asked for the username and password via gSSO UI.
+</p>
+<p>
+The plugin returns the username and password via <span class="type">"response-final"</span>
+if it was able to obtain them, and issues <span class="type">"error"</span> otherwise.
+</p>
+<p>
+<span class="type">"type"</span> property is set to "password", and <span class="type">"mechanisms"</span>
+property contains a single entry "password".
+</p>
+</div>
+<div class="refsect1">
+<a name="GSignondPasswordPlugin.details"></a><h2>Details</h2>
+<div class="refsect2">
+<a name="GSignondPasswordPlugin-struct"></a><h3>struct GSignondPasswordPlugin</h3>
+<pre class="programlisting">struct GSignondPasswordPlugin;</pre>
+<p>
+Opaque <a class="link" href="GSignondPasswordPlugin.html" title="GSignondPasswordPlugin"><span class="type">GSignondPasswordPlugin</span></a> data structure.
+</p>
+</div>
+<hr>
+<div class="refsect2">
+<a name="GSignondPasswordPluginClass"></a><h3>struct GSignondPasswordPluginClass</h3>
+<pre class="programlisting">struct GSignondPasswordPluginClass {
+ GObjectClass parent_class;
+};
+</pre>
+<p>
+Opaque <a class="link" href="GSignondPasswordPlugin.html#GSignondPasswordPluginClass" title="struct GSignondPasswordPluginClass"><span class="type">GSignondPasswordPluginClass</span></a> data structure.
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> <em class="structfield"><code><a name="GSignondPasswordPluginClass.parent-class"></a>parent_class</code></em>;</span></p></td>
+<td>the parent class structure</td>
+</tr></tbody>
+</table></div>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+ Generated by GTK-Doc V1.19.1</div>
+</body>
+</html> \ No newline at end of file