You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by ka...@apache.org on 2007/10/03 13:20:10 UTC

svn commit: r581565 [37/40] - in /webservices/rampart/site/c: ./ api/html/ docs/

Added: webservices/rampart/site/c/api/html/rampart__token__builder_8h-source.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/c/api/html/rampart__token__builder_8h-source.html?rev=581565&view=auto
==============================================================================
--- webservices/rampart/site/c/api/html/rampart__token__builder_8h-source.html (added)
+++ webservices/rampart/site/c/api/html/rampart__token__builder_8h-source.html Wed Oct  3 04:19:52 2007
@@ -0,0 +1,105 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Rampart/C - Rampart/C: rampart_token_builder.h Source File</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/rampart/c" id="projectLogo"><img alt="Apache Rampart/C" src="http://ws.apache.org/rampart/c/images/rampartc_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 01 October 2007
+                  | Doc for 1.0.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Rampart_C"><h5>Apache Rampart/C</h5><ul><li class="none"><a href="../../index.html">Apache Rampart/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Rampart/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/rampartc_manual.html">Rampart/C manual</a></li><li class="none"><a href="../../docs/configurations.html">Configurations guide</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checko
 ut Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li id="current"><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="files.html"><span>File List</span></a></li>
+    <li><a href="globals.html"><span>File Members</span></a></li>
+  </ul></div><div class="nav">
+<a class="el" href="dir_dc2aa67a450249f9141b08d44550d4d5.html">include</a></div></p></div><div class="section"><a name="rampart_token_builder_h"></a><h2>rampart_token_builder.h</h2><p><a href="rampart__token__builder_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment"> *   Copyright 2003-2004 The Apache Software Foundation.</span>
+<a name="l00003"></a>00003 <span class="comment"> *</span>
+<a name="l00004"></a>00004 <span class="comment"> *   Licensed under the Apache License, Version 2.0 (the "License");</span>
+<a name="l00005"></a>00005 <span class="comment"> *   you may not use this file except in compliance with the License.</span>
+<a name="l00006"></a>00006 <span class="comment"> *   You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment"> *</span>
+<a name="l00008"></a>00008 <span class="comment"> *       http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment"> *</span>
+<a name="l00010"></a>00010 <span class="comment"> *   Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment"> *   distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment"> *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment"> *   See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment"> *   limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment"> */</span>
+<a name="l00016"></a>00016 
+<a name="l00017"></a>00017 
+<a name="l00018"></a>00018 
+<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;axutil_utils_defines.h&gt;</span>
+<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;axis2_defines.h&gt;</span>
+<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;axutil_date_time.h&gt;</span>
+<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;axutil_env.h&gt;</span>
+<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;axutil_property.h&gt;</span>
+<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;axis2_msg_ctx.h&gt;</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;<a class="code" href="rampart__authn__provider_8h.html">rampart_authn_provider.h</a>&gt;</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="rampart__credentials_8h.html">rampart_credentials.h</a>&gt;</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;<a class="code" href="rampart__callback_8h.html">rampart_callback.h</a>&gt;</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include &lt;<a class="code" href="oxs__x509__cert_8h.html">oxs_x509_cert.h</a>&gt;</span>
+<a name="l00040"></a>00040 <span class="preprocessor">#ifndef RAMPART_TOKEN_BUILDER_H</span>
+<a name="l00041"></a>00041 <span class="preprocessor"></span><span class="preprocessor">#define RAMPART_TOKEN_BUILDER_H</span>
+<a name="l00042"></a>00042 <span class="preprocessor"></span>
+<a name="l00043"></a>00043 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00044"></a>00044 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+<a name="l00045"></a>00045 <span class="preprocessor">#endif</span>
+<a name="l00046"></a>00046 <span class="preprocessor"></span>
+<a name="l00047"></a>00047     <span class="keyword">typedef</span> <span class="keyword">enum</span> {
+<a name="l00048"></a>00048         RTBP_UNKNOWN = 0,
+<a name="l00049"></a>00049         RTBP_EMBEDDED,
+<a name="l00050"></a>00050         RTBP_KEY_IDENTIFIER,
+<a name="l00051"></a>00051         RTBP_X509DATA_ISSUER_SERIAL,
+<a name="l00052"></a>00052         RTBP_X509DATA_X509CERTIFICATE
+<a name="l00053"></a>00053     } rampart_token_build_pattern_t;
+<a name="l00054"></a>00054 
+<a name="l00062"></a>00062     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00063"></a>00063     <a class="code" href="group__rampart__token__builder.html#g60941463f174c35358bcb81191607563">rampart_token_build_security_token_reference</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00064"></a>00064             axiom_node_t *parent,
+<a name="l00065"></a>00065             oxs_x509_cert_t *cert,
+<a name="l00066"></a>00066             rampart_token_build_pattern_t pattern);
+<a name="l00067"></a>00067 
+<a name="l00077"></a>00077     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00078"></a>00078     <a class="code" href="group__rampart__token__builder.html#g04c965428d250837adeee2aad753b3a2">rampart_token_build_embedded</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00079"></a>00079                                  axiom_node_t *parent,
+<a name="l00080"></a>00080                                  oxs_x509_cert_t *cert);
+<a name="l00089"></a>00089     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00090"></a>00090     <a class="code" href="group__rampart__token__builder.html#ge8757ff39c378ee13eed61053e92b681">rampart_token_build_key_identifier</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00091"></a>00091                                        axiom_node_t *parent,
+<a name="l00092"></a>00092                                        oxs_x509_cert_t *cert);
+<a name="l00093"></a>00093 
+<a name="l00106"></a>00106     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00107"></a>00107     <a class="code" href="group__rampart__token__builder.html#gdd35a3cb18abdd5a85f84855f104f754">rampart_token_build_x509_data_x509_certificate</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00108"></a>00108             axiom_node_t *parent,
+<a name="l00109"></a>00109             oxs_x509_cert_t *cert);
+<a name="l00110"></a>00110     <span class="comment">/*</span>
+<a name="l00111"></a>00111 <span class="comment">     * Build an X509Certificate token with data available in the certificate.</span>
+<a name="l00112"></a>00112 <span class="comment">     *        &lt;SecurityTokenReference&gt;</span>
+<a name="l00113"></a>00113 <span class="comment">     *          &lt;ds:X509Data&gt;</span>
+<a name="l00114"></a>00114 <span class="comment">     *              &lt;ds:X509Certificate&gt;</span>
+<a name="l00115"></a>00115 <span class="comment">     *                  MIICzjCCAjegAwIBAgIJANyD+jwekxGuMA......</span>
+<a name="l00116"></a>00116 <span class="comment">     *              &lt;/ds:X509Certificate&gt;</span>
+<a name="l00117"></a>00117 <span class="comment">     *          &lt;ds:X509Data&gt;</span>
+<a name="l00118"></a>00118 <span class="comment">     *          &lt;/SecurityTokenReference&gt;</span>
+<a name="l00119"></a>00119 <span class="comment">     */</span>
+<a name="l00120"></a>00120     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00121"></a>00121     rampart_token_build_x509_data_issuer_serial(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00122"></a>00122             axiom_node_t *parent,
+<a name="l00123"></a>00123             oxs_x509_cert_t *cert);
+<a name="l00124"></a>00124     <span class="comment">/* @} */</span>
+<a name="l00125"></a>00125 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00126"></a>00126 <span class="preprocessor"></span>}
+<a name="l00127"></a>00127 <span class="preprocessor">#endif</span>
+<a name="l00128"></a>00128 <span class="preprocessor"></span>
+<a name="l00129"></a>00129 <span class="preprocessor">#endif    </span><span class="comment">/* !RAMPART_TOKEN_BUILDER_H */</span>
+<a name="l00130"></a>00130 
+<a name="l00131"></a>00131 
+</pre></div></p></div><div class="section"><address style="align: right;"><small>Generated on Thu Sep 27 16:59:30 2007 for Rampart/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.4.7 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/rampart/site/c/api/html/rampart__token__builder_8h.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/c/api/html/rampart__token__builder_8h.html?rev=581565&view=auto
==============================================================================
--- webservices/rampart/site/c/api/html/rampart__token__builder_8h.html (added)
+++ webservices/rampart/site/c/api/html/rampart__token__builder_8h.html Wed Oct  3 04:19:52 2007
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Rampart/C - Rampart/C: rampart_token_builder.h File Reference</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/rampart/c" id="projectLogo"><img alt="Apache Rampart/C" src="http://ws.apache.org/rampart/c/images/rampartc_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 01 October 2007
+                  | Doc for 1.0.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Rampart_C"><h5>Apache Rampart/C</h5><ul><li class="none"><a href="../../index.html">Apache Rampart/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Rampart/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/rampartc_manual.html">Rampart/C manual</a></li><li class="none"><a href="../../docs/configurations.html">Configurations guide</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checko
 ut Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li id="current"><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="files.html"><span>File List</span></a></li>
+    <li><a href="globals.html"><span>File Members</span></a></li>
+  </ul></div><div class="nav">
+<a class="el" href="dir_dc2aa67a450249f9141b08d44550d4d5.html">include</a></div></p></div><div class="section"><a name="rampart_token_builder_h_File_Reference"></a><h2>rampart_token_builder.h File Reference</h2><p>Reference Token builfing/of rampart. <a href="#_details">More...</a></p><p>
+<code>#include &lt;axutil_utils_defines.h&gt;</code><br></br>
+<code>#include &lt;axis2_defines.h&gt;</code><br></br>
+<code>#include &lt;axutil_date_time.h&gt;</code><br></br>
+<code>#include &lt;axutil_env.h&gt;</code><br></br>
+<code>#include &lt;axutil_property.h&gt;</code><br></br>
+<code>#include &lt;axis2_msg_ctx.h&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__authn__provider_8h-source.html">rampart_authn_provider.h</a>&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__credentials_8h-source.html">rampart_credentials.h</a>&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__callback_8h-source.html">rampart_callback.h</a>&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="oxs__x509__cert_8h-source.html">oxs_x509_cert.h</a>&gt;</code><br></br>
+
+</p><p>
+<a href="rampart__token__builder_8h-source.html">Go to the source code of this file.</a><table class="bodyTable"><tr class="a"><td></td></tr><tr class="b"><td colspan="2"><br></br><h2>Enumerations</h2></td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top">enum  </td><td class="memItemRight" valign="bottom"><b>rampart_token_build_pattern_t</b> { <br></br>
+  <b>RTBP_UNKNOWN</b> =  0, 
+<b>RTBP_EMBEDDED</b>, 
+<b>RTBP_KEY_IDENTIFIER</b>, 
+<b>RTBP_X509DATA_ISSUER_SERIAL</b>, 
+<br></br>
+  <b>RTBP_X509DATA_X509CERTIFICATE</b>
+<br></br>
+ }</td></tr><tr class="b"><td colspan="2"><br></br><h2>Functions</h2></td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__token__builder.html#g60941463f174c35358bcb81191607563">rampart_token_build_security_token_reference</a> (const axutil_env_t *env, axiom_node_t *parent, oxs_x509_cert_t *cert, rampart_token_build_pattern_t pattern)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__token__builder.html#g04c965428d250837adeee2aad753b3a2">rampart_token_build_embedded</a> (const axutil_env_t *env, axiom_node_t *parent, oxs_x509_cert_t *cert)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="botto
 m"><a class="el" href="group__rampart__token__builder.html#ge8757ff39c378ee13eed61053e92b681">rampart_token_build_key_identifier</a> (const axutil_env_t *env, axiom_node_t *parent, oxs_x509_cert_t *cert)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__token__builder.html#gdd35a3cb18abdd5a85f84855f104f754">rampart_token_build_x509_data_x509_certificate</a> (const axutil_env_t *env, axiom_node_t *parent, oxs_x509_cert_t *cert)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g90fb9327c8681e0d8466076cfe689f82"></a>
+AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><b>rampart_token_build_x509_data_issuer_serial</b> (const axutil_env_t *env, axiom_node_t *parent, oxs_x509_cert_t *cert)</td></tr></table>
+</p></div><div class="section"><p><a name="_details"></a></p><div class="subsection"><a name="Detailed_Description"></a><h3>Detailed Description</h3><p>
+Reference Token builfing/of rampart. 
+</p><p>
+</p></div></div><div class="section"><address style="align: right;"><small>Generated on Thu Sep 27 16:59:31 2007 for Rampart/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.4.7 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/rampart/site/c/api/html/rampart__token__processor_8h-source.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/c/api/html/rampart__token__processor_8h-source.html?rev=581565&view=auto
==============================================================================
--- webservices/rampart/site/c/api/html/rampart__token__processor_8h-source.html (added)
+++ webservices/rampart/site/c/api/html/rampart__token__processor_8h-source.html Wed Oct  3 04:19:52 2007
@@ -0,0 +1,88 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Rampart/C - Rampart/C: rampart_token_processor.h Source File</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/rampart/c" id="projectLogo"><img alt="Apache Rampart/C" src="http://ws.apache.org/rampart/c/images/rampartc_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 01 October 2007
+                  | Doc for 1.0.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Rampart_C"><h5>Apache Rampart/C</h5><ul><li class="none"><a href="../../index.html">Apache Rampart/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Rampart/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/rampartc_manual.html">Rampart/C manual</a></li><li class="none"><a href="../../docs/configurations.html">Configurations guide</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checko
 ut Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li id="current"><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="files.html"><span>File List</span></a></li>
+    <li><a href="globals.html"><span>File Members</span></a></li>
+  </ul></div><div class="nav">
+<a class="el" href="dir_dc2aa67a450249f9141b08d44550d4d5.html">include</a></div></p></div><div class="section"><a name="rampart_token_processor_h"></a><h2>rampart_token_processor.h</h2><p><a href="rampart__token__processor_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment"> *   Copyright 2003-2004 The Apache Software Foundation.</span>
+<a name="l00003"></a>00003 <span class="comment"> *</span>
+<a name="l00004"></a>00004 <span class="comment"> *   Licensed under the Apache License, Version 2.0 (the "License");</span>
+<a name="l00005"></a>00005 <span class="comment"> *   you may not use this file except in compliance with the License.</span>
+<a name="l00006"></a>00006 <span class="comment"> *   You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment"> *</span>
+<a name="l00008"></a>00008 <span class="comment"> *       http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment"> *</span>
+<a name="l00010"></a>00010 <span class="comment"> *   Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment"> *   distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment"> *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment"> *   See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment"> *   limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment"> */</span>
+<a name="l00016"></a>00016 
+<a name="l00017"></a>00017 
+<a name="l00018"></a>00018 
+<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;axutil_utils_defines.h&gt;</span>
+<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;axis2_defines.h&gt;</span>
+<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;axutil_date_time.h&gt;</span>
+<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;axutil_env.h&gt;</span>
+<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;axutil_property.h&gt;</span>
+<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;axis2_msg_ctx.h&gt;</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;<a class="code" href="rampart__authn__provider_8h.html">rampart_authn_provider.h</a>&gt;</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="rampart__credentials_8h.html">rampart_credentials.h</a>&gt;</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;<a class="code" href="rampart__callback_8h.html">rampart_callback.h</a>&gt;</span>
+<a name="l00039"></a>00039 <span class="preprocessor">#ifndef RAMPART_TOKEN_PROCESSOR_H</span>
+<a name="l00040"></a>00040 <span class="preprocessor"></span><span class="preprocessor">#define RAMPART_TOKEN_PROCESSOR_H</span>
+<a name="l00041"></a>00041 <span class="preprocessor"></span>
+<a name="l00042"></a>00042 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00043"></a>00043 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+<a name="l00044"></a>00044 <span class="preprocessor">#endif</span>
+<a name="l00045"></a>00045 <span class="preprocessor"></span>    AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00046"></a>00046     rampart_token_process_security_token_reference(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00047"></a>00047             axiom_node_t *st_ref_node,
+<a name="l00048"></a>00048             axiom_node_t *scope_node,<span class="comment">/*Can be NULL for all other scenarios but the Direct Reference*/</span>
+<a name="l00049"></a>00049             oxs_x509_cert_t *cert);
+<a name="l00050"></a>00050 
+<a name="l00051"></a>00051     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00052"></a>00052     rampart_token_process_direct_ref(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00053"></a>00053                                      axiom_node_t *ref_node,
+<a name="l00054"></a>00054                                      axiom_node_t *scope_node,
+<a name="l00055"></a>00055                                      oxs_x509_cert_t *cert);
+<a name="l00056"></a>00056 
+<a name="l00057"></a>00057     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00058"></a>00058     rampart_token_process_embedded(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00059"></a>00059                                    axiom_node_t *embed_node,
+<a name="l00060"></a>00060                                    oxs_x509_cert_t *cert);
+<a name="l00061"></a>00061 
+<a name="l00062"></a>00062     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00063"></a>00063     rampart_token_process_key_identifier(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00064"></a>00064                                          axiom_node_t *ki_node,
+<a name="l00065"></a>00065                                          oxs_x509_cert_t *cert);
+<a name="l00066"></a>00066 
+<a name="l00067"></a>00067     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00068"></a>00068     rampart_token_process_x509_data(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00069"></a>00069                                     axiom_node_t *x509_data_node,
+<a name="l00070"></a>00070                                     oxs_x509_cert_t *cert);
+<a name="l00071"></a>00071     <span class="comment">/* @} */</span>
+<a name="l00072"></a>00072 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00073"></a>00073 <span class="preprocessor"></span>}
+<a name="l00074"></a>00074 <span class="preprocessor">#endif</span>
+<a name="l00075"></a>00075 <span class="preprocessor"></span>
+<a name="l00076"></a>00076 <span class="preprocessor">#endif    </span><span class="comment">/* !RAMPART_TOKEN_PROCESSOR_H */</span>
+<a name="l00077"></a>00077 
+<a name="l00078"></a>00078 
+</pre></div></p></div><div class="section"><address style="align: right;"><small>Generated on Thu Sep 27 16:59:30 2007 for Rampart/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.4.7 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/rampart/site/c/api/html/rampart__token__processor_8h.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/c/api/html/rampart__token__processor_8h.html?rev=581565&view=auto
==============================================================================
--- webservices/rampart/site/c/api/html/rampart__token__processor_8h.html (added)
+++ webservices/rampart/site/c/api/html/rampart__token__processor_8h.html Wed Oct  3 04:19:52 2007
@@ -0,0 +1,42 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Rampart/C - Rampart/C: rampart_token_processor.h File Reference</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/rampart/c" id="projectLogo"><img alt="Apache Rampart/C" src="http://ws.apache.org/rampart/c/images/rampartc_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 01 October 2007
+                  | Doc for 1.0.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Rampart_C"><h5>Apache Rampart/C</h5><ul><li class="none"><a href="../../index.html">Apache Rampart/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Rampart/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/rampartc_manual.html">Rampart/C manual</a></li><li class="none"><a href="../../docs/configurations.html">Configurations guide</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checko
 ut Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li id="current"><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="files.html"><span>File List</span></a></li>
+    <li><a href="globals.html"><span>File Members</span></a></li>
+  </ul></div><div class="nav">
+<a class="el" href="dir_dc2aa67a450249f9141b08d44550d4d5.html">include</a></div></p></div><div class="section"><a name="rampart_token_processor_h_File_Reference"></a><h2>rampart_token_processor.h File Reference</h2><p>Token processing of rampart. <a href="#_details">More...</a></p><p>
+<code>#include &lt;axutil_utils_defines.h&gt;</code><br></br>
+<code>#include &lt;axis2_defines.h&gt;</code><br></br>
+<code>#include &lt;axutil_date_time.h&gt;</code><br></br>
+<code>#include &lt;axutil_env.h&gt;</code><br></br>
+<code>#include &lt;axutil_property.h&gt;</code><br></br>
+<code>#include &lt;axis2_msg_ctx.h&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__authn__provider_8h-source.html">rampart_authn_provider.h</a>&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__credentials_8h-source.html">rampart_credentials.h</a>&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__callback_8h-source.html">rampart_callback.h</a>&gt;</code><br></br>
+
+</p><p>
+<a href="rampart__token__processor_8h-source.html">Go to the source code of this file.</a><table class="bodyTable"><tr class="b"><td></td></tr><tr class="a"><td colspan="2"><br></br><h2>Functions</h2></td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="gb931262e24015783836ed4ede0443890"></a>
+AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><b>rampart_token_process_security_token_reference</b> (const axutil_env_t *env, axiom_node_t *st_ref_node, axiom_node_t *scope_node, oxs_x509_cert_t *cert)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="gad7b4fde6c095ae0917de477ce75fd18"></a>
+AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><b>rampart_token_process_direct_ref</b> (const axutil_env_t *env, axiom_node_t *ref_node, axiom_node_t *scope_node, oxs_x509_cert_t *cert)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g813ac263fdafd9cb9a9ee711c684921e"></a>
+AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><b>rampart_token_process_embedded</b> (const axutil_env_t *env, axiom_node_t *embed_node, oxs_x509_cert_t *cert)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g23f3a34fd460aca7c81d8363d2d6b602"></a>
+AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><b>rampart_token_process_key_identifier</b> (const axutil_env_t *env, axiom_node_t *ki_node, oxs_x509_cert_t *cert)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g6763b55822d91ad6f29cc3619d9e1711"></a>
+AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><b>rampart_token_process_x509_data</b> (const axutil_env_t *env, axiom_node_t *x509_data_node, oxs_x509_cert_t *cert)</td></tr></table>
+</p></div><div class="section"><p><a name="_details"></a></p><div class="subsection"><a name="Detailed_Description"></a><h3>Detailed Description</h3><p>
+Token processing of rampart. 
+</p><p>
+</p></div></div><div class="section"><address style="align: right;"><small>Generated on Thu Sep 27 16:59:31 2007 for Rampart/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.4.7 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/rampart/site/c/api/html/rampart__username__token_8h-source.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/c/api/html/rampart__username__token_8h-source.html?rev=581565&view=auto
==============================================================================
--- webservices/rampart/site/c/api/html/rampart__username__token_8h-source.html (added)
+++ webservices/rampart/site/c/api/html/rampart__username__token_8h-source.html Wed Oct  3 04:19:52 2007
@@ -0,0 +1,79 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Rampart/C - Rampart/C: rampart_username_token.h Source File</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/rampart/c" id="projectLogo"><img alt="Apache Rampart/C" src="http://ws.apache.org/rampart/c/images/rampartc_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 01 October 2007
+                  | Doc for 1.0.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Rampart_C"><h5>Apache Rampart/C</h5><ul><li class="none"><a href="../../index.html">Apache Rampart/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Rampart/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/rampartc_manual.html">Rampart/C manual</a></li><li class="none"><a href="../../docs/configurations.html">Configurations guide</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checko
 ut Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li id="current"><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="files.html"><span>File List</span></a></li>
+    <li><a href="globals.html"><span>File Members</span></a></li>
+  </ul></div><div class="nav">
+<a class="el" href="dir_dc2aa67a450249f9141b08d44550d4d5.html">include</a></div></p></div><div class="section"><a name="rampart_username_token_h"></a><h2>rampart_username_token.h</h2><p><a href="rampart__username__token_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
+<a name="l00003"></a>00003 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
+<a name="l00004"></a>00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
+<a name="l00005"></a>00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
+<a name="l00006"></a>00006 <span class="comment"> * (the "License"); you may not use this file except in compliance with</span>
+<a name="l00007"></a>00007 <span class="comment"> * the License.  You may obtain a copy of the License at</span>
+<a name="l00008"></a>00008 <span class="comment"> *</span>
+<a name="l00009"></a>00009 <span class="comment"> *      http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00010"></a>00010 <span class="comment"> *</span>
+<a name="l00011"></a>00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00012"></a>00012 <span class="comment"> * distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00013"></a>00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00014"></a>00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
+<a name="l00015"></a>00015 <span class="comment"> * limitations under the License.</span>
+<a name="l00016"></a>00016 <span class="comment"> */</span>
+<a name="l00017"></a>00017 
+<a name="l00018"></a>00018 <span class="preprocessor">#ifndef RAMPART_USERNAME_TOKEN_H</span>
+<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#define RAMPART_USERNAME_TOKEN_H</span>
+<a name="l00020"></a>00020 <span class="preprocessor"></span>
+<a name="l00031"></a>00031 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span>
+<a name="l00033"></a>00033 {
+<a name="l00034"></a>00034 <span class="preprocessor">#endif</span>
+<a name="l00035"></a>00035 <span class="preprocessor"></span>
+<a name="l00036"></a>00036 
+<a name="l00037"></a>00037 <span class="preprocessor">#include &lt;axutil_env.h&gt;</span>
+<a name="l00038"></a>00038 <span class="preprocessor">#include &lt;<a class="code" href="rampart__constants_8h.html">rampart_constants.h</a>&gt;</span>
+<a name="l00039"></a>00039 <span class="preprocessor">#include &lt;<a class="code" href="rampart__crypto__util_8h.html">rampart_crypto_util.h</a>&gt;</span>
+<a name="l00040"></a>00040 <span class="preprocessor">#include &lt;<a class="code" href="rampart__context_8h.html">rampart_context.h</a>&gt;</span>
+<a name="l00041"></a>00041 
+<a name="l00042"></a>00042 
+<a name="l00043"></a>00043     axis2_status_t AXIS2_CALL
+<a name="l00044"></a>00044     rampart_username_token_build(
+<a name="l00045"></a>00045         <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00046"></a>00046         rampart_context_t *rampart_context,
+<a name="l00047"></a>00047         axiom_node_t *sec_node,
+<a name="l00048"></a>00048         axiom_namespace_t *sec_ns_obj);
+<a name="l00049"></a>00049     <span class="comment">/*</span>
+<a name="l00050"></a>00050 <span class="comment">     * Validates the given username token</span>
+<a name="l00051"></a>00051 <span class="comment">     * @param env pointer to environment struct</span>
+<a name="l00052"></a>00052 <span class="comment">     * @param msg_ctx axis2 message context</span>
+<a name="l00053"></a>00053 <span class="comment">     * @param soap_header SOAP Header</span>
+<a name="l00054"></a>00054 <span class="comment">     * @return AXIS2_SUCCESS on success, else AXIS2_FAILURE</span>
+<a name="l00055"></a>00055 <span class="comment">     */</span>
+<a name="l00056"></a>00056     axis2_status_t AXIS2_CALL
+<a name="l00057"></a>00057     rampart_username_token_validate(
+<a name="l00058"></a>00058         <span class="keyword">const</span> axutil_env_t *env,
+<a name="l00059"></a>00059         axis2_msg_ctx_t *msg_ctx,
+<a name="l00060"></a>00060         axiom_node_t *ut_node,
+<a name="l00061"></a>00061         rampart_context_t *rampart_context);
+<a name="l00062"></a>00062 
+<a name="l00063"></a>00063 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00064"></a>00064 <span class="preprocessor"></span>}
+<a name="l00065"></a>00065 <span class="preprocessor">#endif</span>
+<a name="l00066"></a>00066 <span class="preprocessor"></span>
+<a name="l00067"></a>00067 
+<a name="l00068"></a>00068 <span class="preprocessor">#endif </span><span class="comment">/*RAMPART_USERNAME_TOKEN_H*/</span>
+</pre></div></p></div><div class="section"><address style="align: right;"><small>Generated on Thu Sep 27 16:59:30 2007 for Rampart/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.4.7 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/rampart/site/c/api/html/rampart__username__token_8h.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/c/api/html/rampart__username__token_8h.html?rev=581565&view=auto
==============================================================================
--- webservices/rampart/site/c/api/html/rampart__username__token_8h.html (added)
+++ webservices/rampart/site/c/api/html/rampart__username__token_8h.html Wed Oct  3 04:19:52 2007
@@ -0,0 +1,34 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Rampart/C - Rampart/C: rampart_username_token.h File Reference</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/rampart/c" id="projectLogo"><img alt="Apache Rampart/C" src="http://ws.apache.org/rampart/c/images/rampartc_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 01 October 2007
+                  | Doc for 1.0.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Rampart_C"><h5>Apache Rampart/C</h5><ul><li class="none"><a href="../../index.html">Apache Rampart/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Rampart/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/rampartc_manual.html">Rampart/C manual</a></li><li class="none"><a href="../../docs/configurations.html">Configurations guide</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checko
 ut Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li id="current"><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="files.html"><span>File List</span></a></li>
+    <li><a href="globals.html"><span>File Members</span></a></li>
+  </ul></div><div class="nav">
+<a class="el" href="dir_dc2aa67a450249f9141b08d44550d4d5.html">include</a></div></p></div><div class="section"><a name="rampart_username_token_h_File_Reference"></a><h2>rampart_username_token.h File Reference</h2><p>The Usernametoken. <a href="#_details">More...</a></p><p>
+<code>#include &lt;axutil_env.h&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__constants_8h-source.html">rampart_constants.h</a>&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__crypto__util_8h-source.html">rampart_crypto_util.h</a>&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__context_8h-source.html">rampart_context.h</a>&gt;</code><br></br>
+
+</p><p>
+<a href="rampart__username__token_8h-source.html">Go to the source code of this file.</a><table class="bodyTable"><tr class="a"><td></td></tr><tr class="b"><td colspan="2"><br></br><h2>Functions</h2></td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g7e23b6a3794b04093025ca72db95c6f0"></a>
+axis2_status_t </td><td class="memItemRight" valign="bottom"><b>rampart_username_token_build</b> (const axutil_env_t *env, rampart_context_t *rampart_context, axiom_node_t *sec_node, axiom_namespace_t *sec_ns_obj)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top"><a class="anchor" name="g24c85ddd57b128eb6d0eacccaeb14e97"></a>
+axis2_status_t </td><td class="memItemRight" valign="bottom"><b>rampart_username_token_validate</b> (const axutil_env_t *env, axis2_msg_ctx_t *msg_ctx, axiom_node_t *ut_node, rampart_context_t *rampart_context)</td></tr></table>
+</p></div><div class="section"><p><a name="_details"></a></p><div class="subsection"><a name="Detailed_Description"></a><h3>Detailed Description</h3><p>
+The Usernametoken. 
+</p><p>
+</p></div></div><div class="section"><address style="align: right;"><small>Generated on Thu Sep 27 16:59:31 2007 for Rampart/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.4.7 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/rampart/site/c/api/html/rampart__util_8h-source.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/c/api/html/rampart__util_8h-source.html?rev=581565&view=auto
==============================================================================
--- webservices/rampart/site/c/api/html/rampart__util_8h-source.html (added)
+++ webservices/rampart/site/c/api/html/rampart__util_8h-source.html Wed Oct  3 04:19:52 2007
@@ -0,0 +1,116 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Rampart/C - Rampart/C: rampart_util.h Source File</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/rampart/c" id="projectLogo"><img alt="Apache Rampart/C" src="http://ws.apache.org/rampart/c/images/rampartc_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 01 October 2007
+                  | Doc for 1.0.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Rampart_C"><h5>Apache Rampart/C</h5><ul><li class="none"><a href="../../index.html">Apache Rampart/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Rampart/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/rampartc_manual.html">Rampart/C manual</a></li><li class="none"><a href="../../docs/configurations.html">Configurations guide</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checko
 ut Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li id="current"><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="files.html"><span>File List</span></a></li>
+    <li><a href="globals.html"><span>File Members</span></a></li>
+  </ul></div><div class="nav">
+<a class="el" href="dir_dc2aa67a450249f9141b08d44550d4d5.html">include</a></div></p></div><div class="section"><a name="rampart_util_h"></a><h2>rampart_util.h</h2><p><a href="rampart__util_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
+<a name="l00002"></a>00002 <span class="comment"> *   Copyright 2003-2004 The Apache Software Foundation.</span>
+<a name="l00003"></a>00003 <span class="comment"> *</span>
+<a name="l00004"></a>00004 <span class="comment"> *   Licensed under the Apache License, Version 2.0 (the "License");</span>
+<a name="l00005"></a>00005 <span class="comment"> *   you may not use this file except in compliance with the License.</span>
+<a name="l00006"></a>00006 <span class="comment"> *   You may obtain a copy of the License at</span>
+<a name="l00007"></a>00007 <span class="comment"> *</span>
+<a name="l00008"></a>00008 <span class="comment"> *       http://www.apache.org/licenses/LICENSE-2.0</span>
+<a name="l00009"></a>00009 <span class="comment"> *</span>
+<a name="l00010"></a>00010 <span class="comment"> *   Unless required by applicable law or agreed to in writing, software</span>
+<a name="l00011"></a>00011 <span class="comment"> *   distributed under the License is distributed on an "AS IS" BASIS,</span>
+<a name="l00012"></a>00012 <span class="comment"> *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
+<a name="l00013"></a>00013 <span class="comment"> *   See the License for the specific language governing permissions and</span>
+<a name="l00014"></a>00014 <span class="comment"> *   limitations under the License.</span>
+<a name="l00015"></a>00015 <span class="comment"> */</span>
+<a name="l00016"></a>00016 
+<a name="l00017"></a>00017 
+<a name="l00018"></a>00018 
+<a name="l00019"></a>00019 <span class="preprocessor">#include &lt;axutil_utils_defines.h&gt;</span>
+<a name="l00020"></a>00020 <span class="preprocessor">#include &lt;axis2_defines.h&gt;</span>
+<a name="l00021"></a>00021 <span class="preprocessor">#include &lt;axutil_date_time.h&gt;</span>
+<a name="l00022"></a>00022 <span class="preprocessor">#include &lt;axutil_env.h&gt;</span>
+<a name="l00023"></a>00023 <span class="preprocessor">#include &lt;axutil_property.h&gt;</span>
+<a name="l00024"></a>00024 <span class="preprocessor">#include &lt;axis2_msg_ctx.h&gt;</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;<a class="code" href="rampart__authn__provider_8h.html">rampart_authn_provider.h</a>&gt;</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="rampart__credentials_8h.html">rampart_credentials.h</a>&gt;</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include &lt;<a class="code" href="rampart__callback_8h.html">rampart_callback.h</a>&gt;</span>
+<a name="l00038"></a>00038 <span class="preprocessor">#ifndef RAMPART_UTIL_H</span>
+<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#define RAMPART_UTIL_H</span>
+<a name="l00040"></a>00040 <span class="preprocessor"></span>
+<a name="l00041"></a>00041 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00042"></a>00042 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
+<a name="l00043"></a>00043 <span class="preprocessor">#endif</span>
+<a name="l00044"></a>00044 <span class="preprocessor"></span>
+<a name="l00045"></a>00045 
+<a name="l00046"></a>00046 
+<a name="l00054"></a>00054     AXIS2_EXTERN <span class="keywordtype">void</span>* AXIS2_CALL
+<a name="l00055"></a>00055     <a class="code" href="group__rampart__util.html#ga425a55a3881d8ddd10567f84a731278">rampart_load_module</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00056"></a>00056                         axis2_char_t *module_name,
+<a name="l00057"></a>00057                         axutil_param_t **param);
+<a name="l00058"></a>00058 
+<a name="l00066"></a>00066     AXIS2_EXTERN <a class="code" href="group__rampart__credentials.html#g98cce1b5d3b31e8a01eea4890471ff52">rampart_credentials_t</a>* AXIS2_CALL
+<a name="l00067"></a>00067     <a class="code" href="group__rampart__util.html#gaa4f99e22951f687b0d6e4031b4d8517">rampart_load_credentials_module</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00068"></a>00068                                     axis2_char_t *cred_module_name);
+<a name="l00069"></a>00069 
+<a name="l00080"></a>00080     AXIS2_EXTERN rampart_credentials_status_t AXIS2_CALL
+<a name="l00081"></a>00081     <a class="code" href="group__rampart__util.html#g43fd2ab5ecee27046ab9aa776b998fcc">rampart_call_credentials</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00082"></a>00082                              <a class="code" href="group__rampart__credentials.html#g98cce1b5d3b31e8a01eea4890471ff52">rampart_credentials_t</a> *cred_module,
+<a name="l00083"></a>00083                              axis2_msg_ctx_t *ctx,
+<a name="l00084"></a>00084                              axis2_char_t **username,
+<a name="l00085"></a>00085                              axis2_char_t **password);
+<a name="l00086"></a>00086 
+<a name="l00094"></a>00094     AXIS2_EXTERN <a class="code" href="group__rampart__authn__provider.html#gc7def42c19062fbaed4b8620083804a3">rampart_authn_provider_t</a>* AXIS2_CALL
+<a name="l00095"></a>00095     <a class="code" href="group__rampart__util.html#g0ec9419d3eefcec4d375fffee7662948">rampart_load_auth_module</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00096"></a>00096                              axis2_char_t *auth_module_name);
+<a name="l00097"></a>00097 
+<a name="l00109"></a>00109     AXIS2_EXTERN rampart_authn_provider_status_t AXIS2_CALL
+<a name="l00110"></a>00110     <a class="code" href="group__rampart__util.html#g8d5769b0fd5f28a030d28944e426e629">rampart_authenticate_un_pw</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00111"></a>00111                                <a class="code" href="group__rampart__authn__provider.html#gc7def42c19062fbaed4b8620083804a3">rampart_authn_provider_t</a> *authp,
+<a name="l00112"></a>00112                                <span class="keyword">const</span> axis2_char_t *username,
+<a name="l00113"></a>00113                                <span class="keyword">const</span> axis2_char_t *password,
+<a name="l00114"></a>00114                                <span class="keyword">const</span> axis2_char_t *nonce,<span class="comment">/*Can be NULL if plain text*/</span>
+<a name="l00115"></a>00115                                <span class="keyword">const</span> axis2_char_t *created,<span class="comment">/*Can be NULL if plain text*/</span>
+<a name="l00116"></a>00116                                <span class="keyword">const</span> axis2_char_t *password_type,
+<a name="l00117"></a>00117                                axis2_msg_ctx_t *msg_ctx);
+<a name="l00118"></a>00118 
+<a name="l00126"></a>00126     AXIS2_EXTERN <a class="code" href="group__rampart__callback.html#g98e9b706523d4a16a202ce7d17e26257">rampart_callback_t</a>* AXIS2_CALL
+<a name="l00127"></a>00127     <a class="code" href="group__rampart__util.html#g099e7dbc797120d13921dad5b727b67c">rampart_load_pwcb_module</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00128"></a>00128                              axis2_char_t *callback_module_name);
+<a name="l00129"></a>00129 
+<a name="l00137"></a>00137     AXIS2_EXTERN axis2_char_t* AXIS2_CALL
+<a name="l00138"></a>00138     <a class="code" href="group__rampart__util.html#g1743d0c262347ff97745318b5b795493">rampart_callback_password</a>(<span class="keyword">const</span> axutil_env_t *env,
+<a name="l00139"></a>00139                               <a class="code" href="group__rampart__callback.html#g98e9b706523d4a16a202ce7d17e26257">rampart_callback_t</a> *callback_module,
+<a name="l00140"></a>00140                               <span class="keyword">const</span> axis2_char_t *username);
+<a name="l00141"></a>00141 
+<a name="l00148"></a>00148     AXIS2_EXTERN axis2_char_t *AXIS2_CALL
+<a name="l00149"></a>00149     <a class="code" href="group__rampart__util.html#g5e59d31679739a62e495c17d59641372">rampart_generate_nonce</a>(<span class="keyword">const</span> axutil_env_t *env);
+<a name="l00150"></a>00150 
+<a name="l00157"></a>00157     AXIS2_EXTERN axis2_char_t* AXIS2_CALL
+<a name="l00158"></a>00158     <a class="code" href="group__rampart__util.html#g647ca50f4ce9a0dcf44ceda8801fe25f">rampart_generate_time</a>(<span class="keyword">const</span> axutil_env_t *env, <span class="keywordtype">int</span> ttl);
+<a name="l00159"></a>00159 
+<a name="l00166"></a>00166     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00167"></a>00167     <a class="code" href="group__rampart__util.html#g6936fe4fd4006583c669c7f2765b3d3a">rampart_compare_date_time</a>(<span class="keyword">const</span> axutil_env_t *env, axis2_char_t *dt1, axis2_char_t *dt2);
+<a name="l00168"></a>00168 
+<a name="l00174"></a>00174     AXIS2_EXTERN axis2_status_t AXIS2_CALL
+<a name="l00175"></a>00175     <a class="code" href="group__rampart__util.html#g148cb1b078636f70887ad97eb291ab06">rampart_print_info</a>(<span class="keyword">const</span> axutil_env_t *env, axis2_char_t* info);
+<a name="l00176"></a>00176 
+<a name="l00177"></a>00177     <span class="comment">/* @} */</span>
+<a name="l00178"></a>00178 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00179"></a>00179 <span class="preprocessor"></span>}
+<a name="l00180"></a>00180 <span class="preprocessor">#endif</span>
+<a name="l00181"></a>00181 <span class="preprocessor"></span>
+<a name="l00182"></a>00182 <span class="preprocessor">#endif    </span><span class="comment">/* !RAMPART_UTIL_H */</span>
+<a name="l00183"></a>00183 
+<a name="l00184"></a>00184 
+</pre></div></p></div><div class="section"><address style="align: right;"><small>Generated on Thu Sep 27 16:59:30 2007 for Rampart/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.4.7 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/rampart/site/c/api/html/rampart__util_8h.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/c/api/html/rampart__util_8h.html?rev=581565&view=auto
==============================================================================
--- webservices/rampart/site/c/api/html/rampart__util_8h.html (added)
+++ webservices/rampart/site/c/api/html/rampart__util_8h.html Wed Oct  3 04:19:52 2007
@@ -0,0 +1,37 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Rampart/C - Rampart/C: rampart_util.h File Reference</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/rampart/c" id="projectLogo"><img alt="Apache Rampart/C" src="http://ws.apache.org/rampart/c/images/rampartc_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 01 October 2007
+                  | Doc for 1.0.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Rampart_C"><h5>Apache Rampart/C</h5><ul><li class="none"><a href="../../index.html">Apache Rampart/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Rampart/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/rampartc_manual.html">Rampart/C manual</a></li><li class="none"><a href="../../docs/configurations.html">Configurations guide</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checko
 ut Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li><a href="annotated.html"><span>Classes</span></a></li>
+    <li id="current"><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="files.html"><span>File List</span></a></li>
+    <li><a href="globals.html"><span>File Members</span></a></li>
+  </ul></div><div class="nav">
+<a class="el" href="dir_dc2aa67a450249f9141b08d44550d4d5.html">include</a></div></p></div><div class="section"><a name="rampart_util_h_File_Reference"></a><h2>rampart_util.h File Reference</h2><p>Utilities of rampart. <a href="#_details">More...</a></p><p>
+<code>#include &lt;axutil_utils_defines.h&gt;</code><br></br>
+<code>#include &lt;axis2_defines.h&gt;</code><br></br>
+<code>#include &lt;axutil_date_time.h&gt;</code><br></br>
+<code>#include &lt;axutil_env.h&gt;</code><br></br>
+<code>#include &lt;axutil_property.h&gt;</code><br></br>
+<code>#include &lt;axis2_msg_ctx.h&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__authn__provider_8h-source.html">rampart_authn_provider.h</a>&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__credentials_8h-source.html">rampart_credentials.h</a>&gt;</code><br></br>
+<code>#include &lt;<a class="el" href="rampart__callback_8h-source.html">rampart_callback.h</a>&gt;</code><br></br>
+
+</p><p>
+<a href="rampart__util_8h-source.html">Go to the source code of this file.</a><table class="bodyTable"><tr class="a"><td></td></tr><tr class="b"><td colspan="2"><br></br><h2>Functions</h2></td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN void * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#ga425a55a3881d8ddd10567f84a731278">rampart_load_module</a> (const axutil_env_t *env, axis2_char_t *module_name, axutil_param_t **param)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN <a class="el" href="group__rampart__credentials.html#g98cce1b5d3b31e8a01eea4890471ff52">rampart_credentials_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#gaa4f99e22951f687b0d6e4031b4d8517">rampart_load_credentials_module</a> (const axutil_env_t *env, axis2_char_t *cred_module_name)</td></tr><tr class="a"><td class
 ="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN rampart_credentials_status_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#g43fd2ab5ecee27046ab9aa776b998fcc">rampart_call_credentials</a> (const axutil_env_t *env, <a class="el" href="group__rampart__credentials.html#g98cce1b5d3b31e8a01eea4890471ff52">rampart_credentials_t</a> *cred_module, axis2_msg_ctx_t *ctx, axis2_char_t **username, axis2_char_t **password)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN <a class="el" href="group__rampart__authn__provider.html#gc7def42c19062fbaed4b8620083804a3">rampart_authn_provider_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#g0ec9419d3eefcec4d375fffee7662948">rampart_load_auth_module</a> (const axutil_env_t *env, axis2_char_t *auth_module_name)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign
 ="top">AXIS2_EXTERN rampart_authn_provider_status_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#g8d5769b0fd5f28a030d28944e426e629">rampart_authenticate_un_pw</a> (const axutil_env_t *env, <a class="el" href="group__rampart__authn__provider.html#gc7def42c19062fbaed4b8620083804a3">rampart_authn_provider_t</a> *authp, const axis2_char_t *username, const axis2_char_t *password, const axis2_char_t *nonce, const axis2_char_t *created, const axis2_char_t *password_type, axis2_msg_ctx_t *msg_ctx)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN <a class="el" href="group__rampart__callback.html#g98e9b706523d4a16a202ce7d17e26257">rampart_callback_t</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#g099e7dbc797120d13921dad5b727b67c">rampart_load_pwcb_module</a> (const axutil_env_t *env, axis2_char_t *callback_module_name)</td></tr><tr class="
 a"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN axis2_char_t * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#g1743d0c262347ff97745318b5b795493">rampart_callback_password</a> (const axutil_env_t *env, <a class="el" href="group__rampart__callback.html#g98e9b706523d4a16a202ce7d17e26257">rampart_callback_t</a> *callback_module, const axis2_char_t *username)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN axis2_char_t * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#g5e59d31679739a62e495c17d59641372">rampart_generate_nonce</a> (const axutil_env_t *env)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN axis2_char_t * </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#g647ca50f4ce9a0dcf44ceda8801fe25f">rampart_generate_time</a
 > (const axutil_env_t *env, int ttl)</td></tr><tr class="b"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#g6936fe4fd4006583c669c7f2765b3d3a">rampart_compare_date_time</a> (const axutil_env_t *env, axis2_char_t *dt1, axis2_char_t *dt2)</td></tr><tr class="a"><td class="memItemLeft" nowrap="" align="right" valign="top">AXIS2_EXTERN axis2_status_t </td><td class="memItemRight" valign="bottom"><a class="el" href="group__rampart__util.html#g148cb1b078636f70887ad97eb291ab06">rampart_print_info</a> (const axutil_env_t *env, axis2_char_t *info)</td></tr></table>
+</p></div><div class="section"><p><a name="_details"></a></p><div class="subsection"><a name="Detailed_Description"></a><h3>Detailed Description</h3><p>
+Utilities of rampart. 
+</p><p>
+</p></div></div><div class="section"><address style="align: right;"><small>Generated on Thu Sep 27 16:59:31 2007 for Rampart/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.4.7 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Added: webservices/rampart/site/c/api/html/struct__oxs__error__description-members.html
URL: http://svn.apache.org/viewvc/webservices/rampart/site/c/api/html/struct__oxs__error__description-members.html?rev=581565&view=auto
==============================================================================
--- webservices/rampart/site/c/api/html/struct__oxs__error__description-members.html (added)
+++ webservices/rampart/site/c/api/html/struct__oxs__error__description-members.html Wed Oct  3 04:19:52 2007
@@ -0,0 +1,20 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><title>Apache Rampart/C - Rampart/C: Member List</title><style type="text/css" media="all">
+          @import url("../../style/maven-base.css");
+          
+			    @import url("../../style/maven-classic.css");</style><link rel="stylesheet" href="../../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/rampart/c" id="projectLogo"><img alt="Apache Rampart/C" src="http://ws.apache.org/rampart/c/images/rampartc_logo.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
+                	Last published: 01 October 2007
+                  | Doc for 1.0.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuApache_Rampart_C"><h5>Apache Rampart/C</h5><ul><li class="none"><a href="../../index.html">Apache Rampart/C Home</a></li><li class="expanded"><a href="../../download.cgi">Download Rampart/C</a><ul><li class="none"><a href="../../download.cgi">Releases</a></li></ul></li><li class="expanded"><a href="../../docs/index.html">Documentation</a><ul><li class="none"><a href="../../docs/installationguide.html">Installation Guide</a></li><li class="none"><a href="../../docs/rampartc_manual.html">Rampart/C manual</a></li><li class="none"><a href="../../docs/configurations.html">Configurations guide</a></li></ul></li><li class="expanded"><a href="../../lists_issues.html">Get Involved</a><ul><li class="none"><a href="../../lists_issues.html">Mailing Lists &amp; Issue Tracking</a></li><li class="none"><a href="../../svn.html">Checko
 ut Source Code</a></li></ul></li><li class="expanded"><a href="../../coding_conventions.html">Developer Guidelines</a><ul><li class="none"><a href="../../coding_conventions.html">Coding Convention</a></li><li class="none"><a href="../../versioning.html">Versionning</a></li></ul></li><li class="expanded"><a href="../../team-list.html">Project Information</a><ul><li class="none"><a href="../../team-list.html">Project Team</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/rampart/trunk/c/" class="externalLink" title="External Link">Source Code</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by Maven" src="../../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><p>
+<div class="tabs">
+  <ul>
+    <li><a href="index.html"><span>Main Page</span></a></li>
+    <li><a href="modules.html"><span>Modules</span></a></li>
+    <li id="current"><a href="annotated.html"><span>Classes</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>Class List</span></a></li>
+    <li><a href="functions.html"><span>Class Members</span></a></li>
+  </ul></div></p></div><div class="section"><a name="_oxs_error_description_Member_List"></a><h2>_oxs_error_description Member List</h2><p>This is the complete list of members for <a class="el" href="struct__oxs__error__description.html">_oxs_error_description</a>, including all inherited members.</p><p><table class="bodyTable"><tr class="a" bgcolor="#f0f0f0"><td><b>code</b> (defined in <a class="el" href="struct__oxs__error__description.html">_oxs_error_description</a>)</td><td><a class="el" href="struct__oxs__error__description.html">_oxs_error_description</a></td><td></td></tr><tr class="b" bgcolor="#f0f0f0"><td><b>message</b> (defined in <a class="el" href="struct__oxs__error__description.html">_oxs_error_description</a>)</td><td><a class="el" href="struct__oxs__error__description.html">_oxs_error_description</a></td><td></td></tr></table></p></div><div class="section"><address style="align: right;"><small>Generated on Thu Sep 27 16:59:32 2007 for Rampart/C by 
+<a href="http://www.doxygen.org/index.html" class="externalLink" title="External Link">
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></img></a> 1.4.7 </small></address></div></div></div><div class="clear"><hr></hr></div><div id="footer"><div class="xright">© 2005-2007, Apache Software Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file