|
1 |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 <head> |
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 <title>pyams_notify.handlers package — PyAMS User Guide 0.1.0 documentation</title> |
|
9 <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> |
|
10 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
11 <script type="text/javascript"> |
|
12 var DOCUMENTATION_OPTIONS = { |
|
13 URL_ROOT: './', |
|
14 VERSION: '0.1.0', |
|
15 COLLAPSE_INDEX: false, |
|
16 FILE_SUFFIX: '.html', |
|
17 HAS_SOURCE: true, |
|
18 SOURCELINK_SUFFIX: '.txt' |
|
19 }; |
|
20 </script> |
|
21 <script type="text/javascript" src="_static/jquery.js"></script> |
|
22 <script type="text/javascript" src="_static/underscore.js"></script> |
|
23 <script type="text/javascript" src="_static/doctools.js"></script> |
|
24 <link rel="index" title="Index" href="genindex.html" /> |
|
25 <link rel="search" title="Search" href="search.html" /> |
|
26 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
27 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
28 <!--[if lte IE 6]> |
|
29 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
30 <![endif]--> |
|
31 |
|
32 </head> |
|
33 <body> |
|
34 |
|
35 <div class="related" role="navigation" aria-label="related navigation"> |
|
36 <h3>Navigation</h3> |
|
37 <ul> |
|
38 <li class="right" style="margin-right: 10px"> |
|
39 <a href="genindex.html" title="General Index" |
|
40 accesskey="I">index</a></li> |
|
41 <li class="right" > |
|
42 <a href="py-modindex.html" title="Python Module Index" |
|
43 >modules</a> |</li> |
|
44 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
45 </ul> |
|
46 </div> |
|
47 |
|
48 <div class="document"> |
|
49 <div class="documentwrapper"> |
|
50 <div class="bodywrapper"> |
|
51 <div class="body" role="main"> |
|
52 |
|
53 <div class="section" id="pyams-notify-handlers-package"> |
|
54 <h1>pyams_notify.handlers package<a class="headerlink" href="#pyams-notify-handlers-package" title="Permalink to this headline">¶</a></h1> |
|
55 <div class="section" id="submodules"> |
|
56 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
|
57 </div> |
|
58 <div class="section" id="module-pyams_notify.handlers.login"> |
|
59 <span id="pyams-notify-handlers-login-module"></span><h2>pyams_notify.handlers.login module<a class="headerlink" href="#module-pyams_notify.handlers.login" title="Permalink to this headline">¶</a></h2> |
|
60 <dl class="class"> |
|
61 <dt id="pyams_notify.handlers.login.UserLoginNotificationHandler"> |
|
62 <em class="property">class </em><code class="descclassname">pyams_notify.handlers.login.</code><code class="descname">UserLoginNotificationHandler</code><span class="sig-paren">(</span><em>context</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_notify.handlers.login.UserLoginNotificationHandler" title="Permalink to this definition">¶</a></dt> |
|
63 <dd><p>Bases: <a class="reference internal" href="pyams_utils.html#pyams_utils.adapter.ContextAdapter" title="pyams_utils.adapter.ContextAdapter"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.adapter.ContextAdapter</span></code></a></p> |
|
64 <p>User login notification handler</p> |
|
65 <dl class="method"> |
|
66 <dt id="pyams_notify.handlers.login.UserLoginNotificationHandler.get_target"> |
|
67 <code class="descname">get_target</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_notify.handlers.login.UserLoginNotificationHandler.get_target" title="Permalink to this definition">¶</a></dt> |
|
68 <dd></dd></dl> |
|
69 |
|
70 </dd></dl> |
|
71 |
|
72 <dl class="function"> |
|
73 <dt id="pyams_notify.handlers.login.handle_authenticated_principal"> |
|
74 <code class="descclassname">pyams_notify.handlers.login.</code><code class="descname">handle_authenticated_principal</code><span class="sig-paren">(</span><em>event</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_notify.handlers.login.handle_authenticated_principal" title="Permalink to this definition">¶</a></dt> |
|
75 <dd><p>Handle authenticated principal</p> |
|
76 </dd></dl> |
|
77 |
|
78 </div> |
|
79 <div class="section" id="module-pyams_notify.handlers"> |
|
80 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_notify.handlers" title="Permalink to this headline">¶</a></h2> |
|
81 </div> |
|
82 </div> |
|
83 |
|
84 |
|
85 </div> |
|
86 </div> |
|
87 </div> |
|
88 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
89 <div class="sphinxsidebarwrapper"> |
|
90 <h3><a href="index.html">Table Of Contents</a></h3> |
|
91 <ul> |
|
92 <li><a class="reference internal" href="#">pyams_notify.handlers package</a><ul> |
|
93 <li><a class="reference internal" href="#submodules">Submodules</a></li> |
|
94 <li><a class="reference internal" href="#module-pyams_notify.handlers.login">pyams_notify.handlers.login module</a></li> |
|
95 <li><a class="reference internal" href="#module-pyams_notify.handlers">Module contents</a></li> |
|
96 </ul> |
|
97 </li> |
|
98 </ul> |
|
99 |
|
100 <div id="searchbox" style="display: none" role="search"> |
|
101 <h3>Quick search</h3> |
|
102 <form class="search" action="search.html" method="get"> |
|
103 <div><input type="text" name="q" /></div> |
|
104 <div><input type="submit" value="Go" /></div> |
|
105 <input type="hidden" name="check_keywords" value="yes" /> |
|
106 <input type="hidden" name="area" value="default" /> |
|
107 </form> |
|
108 </div> |
|
109 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
110 </div> |
|
111 </div> |
|
112 <div class="clearer"></div> |
|
113 </div> |
|
114 <div class="related" role="navigation" aria-label="related navigation"> |
|
115 <h3>Navigation</h3> |
|
116 <ul> |
|
117 <li class="right" style="margin-right: 10px"> |
|
118 <a href="genindex.html" title="General Index" |
|
119 >index</a></li> |
|
120 <li class="right" > |
|
121 <a href="py-modindex.html" title="Python Module Index" |
|
122 >modules</a> |</li> |
|
123 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
124 </ul> |
|
125 </div> |
|
126 <div class="footer" role="contentinfo"> |
|
127 © Copyright 2017, Thierry Florac. |
|
128 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
129 </div> |
|
130 </body> |
|
131 </html> |