1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>pam_pkcs11: mapper_module_st Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>mapper_module_st Struct Reference</h1><!-- doxytag: class="mapper_module_st" -->
<p>Structure to be filled on mapper module initialization.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="mapper_8h_source.html">mapper.h</a>></code></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="structmapper__module__st.html#a8f8f80d37794cde9472343e4487ba3eb">name</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">mapper name <a href="#a8f8f80d37794cde9472343e4487ba3eb"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="struct__scconf__block.html">scconf_block</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structmapper__module__st.html#abba81c977d8901de66b169a60d8481e1">block</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">mapper configuration block <a href="#abba81c977d8901de66b169a60d8481e1"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structmapper__module__st.html#ab133ab6f78d4ef8149644d544f8d902c">dbg_level</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">debug level to set before call entry points <a href="#ab133ab6f78d4ef8149644d544f8d902c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void * </td><td class="memItemRight" valign="bottom"><a class="el" href="structmapper__module__st.html#ae376f130b17d169ee51be68077a89ed0">context</a></td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">pointer to mapper local data <a href="#ae376f130b17d169ee51be68077a89ed0"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char **(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structmapper__module__st.html#a243a6cb3b1ff404e473d431be6cc5880">entries</a> )(X509 *x509, void *<a class="el" href="structmapper__module__st.html#ae376f130b17d169ee51be68077a89ed0">context</a>)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">cert. <a href="#a243a6cb3b1ff404e473d431be6cc5880"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">char *(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structmapper__module__st.html#a45cb3d67c6aae40e79c7e07d830c4478">finder</a> )(X509 *x509, void *<a class="el" href="structmapper__module__st.html#ae376f130b17d169ee51be68077a89ed0">context</a>)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">cert. <a href="#a45cb3d67c6aae40e79c7e07d830c4478"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">int(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structmapper__module__st.html#a182609d9b64f223a3c9973fba94ca0b4">matcher</a> )(X509 *x509, const char *login, void *<a class="el" href="structmapper__module__st.html#ae376f130b17d169ee51be68077a89ed0">context</a>)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">cert-to-login matcher <a href="#a182609d9b64f223a3c9973fba94ca0b4"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void(* </td><td class="memItemRight" valign="bottom"><a class="el" href="structmapper__module__st.html#aa835e787ef360f3f94fc6ff15737e265">deinit</a> )(void *<a class="el" href="structmapper__module__st.html#ae376f130b17d169ee51be68077a89ed0">context</a>)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">module de-initialization <a href="#aa835e787ef360f3f94fc6ff15737e265"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Structure to be filled on mapper module initialization. </p>
<p>Definition at line <a class="el" href="mapper_8h_source.html#l00040">40</a> of file <a class="el" href="mapper_8h_source.html">mapper.h</a>.</p>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="abba81c977d8901de66b169a60d8481e1"></a><!-- doxytag: member="mapper_module_st::block" ref="abba81c977d8901de66b169a60d8481e1" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct__scconf__block.html">scconf_block</a>* <a class="el" href="structmapper__module__st.html#abba81c977d8901de66b169a60d8481e1">block</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>mapper configuration block </p>
<p>Definition at line <a class="el" href="mapper_8h_source.html#l00044">44</a> of file <a class="el" href="mapper_8h_source.html">mapper.h</a>.</p>
</div>
</div>
<a class="anchor" id="ae376f130b17d169ee51be68077a89ed0"></a><!-- doxytag: member="mapper_module_st::context" ref="ae376f130b17d169ee51be68077a89ed0" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void* <a class="el" href="structmapper__module__st.html#ae376f130b17d169ee51be68077a89ed0">context</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>pointer to mapper local data </p>
<p>Definition at line <a class="el" href="mapper_8h_source.html#l00048">48</a> of file <a class="el" href="mapper_8h_source.html">mapper.h</a>.</p>
</div>
</div>
<a class="anchor" id="ab133ab6f78d4ef8149644d544f8d902c"></a><!-- doxytag: member="mapper_module_st::dbg_level" ref="ab133ab6f78d4ef8149644d544f8d902c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int <a class="el" href="structmapper__module__st.html#ab133ab6f78d4ef8149644d544f8d902c">dbg_level</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>debug level to set before call entry points </p>
<p>Definition at line <a class="el" href="mapper_8h_source.html#l00046">46</a> of file <a class="el" href="mapper_8h_source.html">mapper.h</a>.</p>
</div>
</div>
<a class="anchor" id="aa835e787ef360f3f94fc6ff15737e265"></a><!-- doxytag: member="mapper_module_st::deinit" ref="aa835e787ef360f3f94fc6ff15737e265" args=")(void *context)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void(* <a class="el" href="structmapper__module__st.html#aa835e787ef360f3f94fc6ff15737e265">deinit</a>)(void *<a class="el" href="structmapper__module__st.html#ae376f130b17d169ee51be68077a89ed0">context</a>)</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>module de-initialization </p>
<p>Definition at line <a class="el" href="mapper_8h_source.html#l00056">56</a> of file <a class="el" href="mapper_8h_source.html">mapper.h</a>.</p>
</div>
</div>
<a class="anchor" id="a243a6cb3b1ff404e473d431be6cc5880"></a><!-- doxytag: member="mapper_module_st::entries" ref="a243a6cb3b1ff404e473d431be6cc5880" args=")(X509 *x509, void *context)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char**(* <a class="el" href="structmapper__module__st.html#a243a6cb3b1ff404e473d431be6cc5880">entries</a>)(X509 *x509, void *<a class="el" href="structmapper__module__st.html#ae376f130b17d169ee51be68077a89ed0">context</a>)</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>cert. </p>
<p>entries enumerator </p>
<p>Definition at line <a class="el" href="mapper_8h_source.html#l00050">50</a> of file <a class="el" href="mapper_8h_source.html">mapper.h</a>.</p>
</div>
</div>
<a class="anchor" id="a45cb3d67c6aae40e79c7e07d830c4478"></a><!-- doxytag: member="mapper_module_st::finder" ref="a45cb3d67c6aae40e79c7e07d830c4478" args=")(X509 *x509, void *context)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">char*(* <a class="el" href="structmapper__module__st.html#a45cb3d67c6aae40e79c7e07d830c4478">finder</a>)(X509 *x509, void *<a class="el" href="structmapper__module__st.html#ae376f130b17d169ee51be68077a89ed0">context</a>)</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>cert. </p>
<p>login finder </p>
<p>Definition at line <a class="el" href="mapper_8h_source.html#l00052">52</a> of file <a class="el" href="mapper_8h_source.html">mapper.h</a>.</p>
</div>
</div>
<a class="anchor" id="a182609d9b64f223a3c9973fba94ca0b4"></a><!-- doxytag: member="mapper_module_st::matcher" ref="a182609d9b64f223a3c9973fba94ca0b4" args=")(X509 *x509, const char *login, void *context)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int(* <a class="el" href="structmapper__module__st.html#a182609d9b64f223a3c9973fba94ca0b4">matcher</a>)(X509 *x509, const char *login, void *<a class="el" href="structmapper__module__st.html#ae376f130b17d169ee51be68077a89ed0">context</a>)</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>cert-to-login matcher </p>
<p>Definition at line <a class="el" href="mapper_8h_source.html#l00054">54</a> of file <a class="el" href="mapper_8h_source.html">mapper.h</a>.</p>
</div>
</div>
<a class="anchor" id="a8f8f80d37794cde9472343e4487ba3eb"></a><!-- doxytag: member="mapper_module_st::name" ref="a8f8f80d37794cde9472343e4487ba3eb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">const char* <a class="el" href="structmapper__module__st.html#a8f8f80d37794cde9472343e4487ba3eb">name</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>mapper name </p>
<p>Definition at line <a class="el" href="mapper_8h_source.html#l00042">42</a> of file <a class="el" href="mapper_8h_source.html">mapper.h</a>.</p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="mapper_8h_source.html">mapper.h</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Sat Jun 12 17:28:16 2010 for pam_pkcs11 by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|