You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2011/10/03 17:16:11 UTC

svn commit: r1178426 [23/40] - in /webservices/wss4j/site: ./ apidocs/ apidocs/org/apache/ws/security/ apidocs/org/apache/ws/security/action/ apidocs/org/apache/ws/security/action/class-use/ apidocs/org/apache/ws/security/class-use/ apidocs/org/apache/...

Modified: webservices/wss4j/site/xref/org/apache/ws/security/WSSecurityEngineResult.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/WSSecurityEngineResult.html?rev=1178426&r1=1178425&r2=1178426&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/WSSecurityEngineResult.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/WSSecurityEngineResult.html Mon Oct  3 15:15:52 2011
@@ -97,9 +97,9 @@
 <a name="87" href="#87">87</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> java.lang.String TAG_SIGNATURE_CONFIRMATION = <span class="jxr_string">"signature-confirmation"</span>;
 <a name="88" href="#88">88</a>  
 <a name="89" href="#89">89</a>      <em class="jxr_javadoccomment">/**</em>
-<a name="90" href="#90">90</a>  <em class="jxr_javadoccomment">     * Tag denoting the X.509 certificate found, if applicable.</em>
+<a name="90" href="#90">90</a>  <em class="jxr_javadoccomment">     * Tag denoting the BinarySecurityToken found, if applicable.</em>
 <a name="91" href="#91">91</a>  <em class="jxr_javadoccomment">     *</em>
-<a name="92" href="#92">92</a>  <em class="jxr_javadoccomment">     * The value under this tag is of type java.security.cert.X509Certificate.</em>
+<a name="92" href="#92">92</a>  <em class="jxr_javadoccomment">     * The value under this tag is of type BinarySecurity.</em>
 <a name="93" href="#93">93</a>  <em class="jxr_javadoccomment">     */</em>
 <a name="94" href="#94">94</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_BINARY_SECURITY_TOKEN = <span class="jxr_string">"binary-security-token"</span>;
 <a name="95" href="#95">95</a>      
@@ -125,214 +125,231 @@
 <a name="115" href="#115">115</a> <em class="jxr_javadoccomment">     */</em>
 <a name="116" href="#116">116</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_VALIDATED_TOKEN = <span class="jxr_string">"validated-token"</span>;
 <a name="117" href="#117">117</a>     
-<a name="118" href="#118">118</a>     <em class="jxr_comment">//</em>
-<a name="119" href="#119">119</a>     <em class="jxr_comment">// Keys and certs</em>
-<a name="120" href="#120">120</a>     <em class="jxr_comment">//</em>
-<a name="121" href="#121">121</a>     
-<a name="122" href="#122">122</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="123" href="#123">123</a> <em class="jxr_javadoccomment">     * Tag denoting the X.509 certificate found, if applicable.</em>
-<a name="124" href="#124">124</a> <em class="jxr_javadoccomment">     *</em>
-<a name="125" href="#125">125</a> <em class="jxr_javadoccomment">     * The value under this tag is of type java.security.cert.X509Certificate.</em>
-<a name="126" href="#126">126</a> <em class="jxr_javadoccomment">     */</em>
-<a name="127" href="#127">127</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_X509_CERTIFICATE = <span class="jxr_string">"x509-certificate"</span>;
-<a name="128" href="#128">128</a> 
+<a name="118" href="#118">118</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="119" href="#119">119</a> <em class="jxr_javadoccomment">     * Tag denoting the DOM Element of the processed token (if a token has been processed).</em>
+<a name="120" href="#120">120</a> <em class="jxr_javadoccomment">     * </em>
+<a name="121" href="#121">121</a> <em class="jxr_javadoccomment">     * The value under this tag is of type org.w3c.dom.Element</em>
+<a name="122" href="#122">122</a> <em class="jxr_javadoccomment">     */</em>
+<a name="123" href="#123">123</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_TOKEN_ELEMENT = <span class="jxr_string">"token-element"</span>;
+<a name="124" href="#124">124</a>     
+<a name="125" href="#125">125</a>     <em class="jxr_comment">//</em>
+<a name="126" href="#126">126</a>     <em class="jxr_comment">// Keys and certs</em>
+<a name="127" href="#127">127</a>     <em class="jxr_comment">//</em>
+<a name="128" href="#128">128</a>     
 <a name="129" href="#129">129</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="130" href="#130">130</a> <em class="jxr_javadoccomment">     * Tag denoting the signature value of a signed element, if applicable.</em>
+<a name="130" href="#130">130</a> <em class="jxr_javadoccomment">     * Tag denoting the X.509 certificate found, if applicable.</em>
 <a name="131" href="#131">131</a> <em class="jxr_javadoccomment">     *</em>
-<a name="132" href="#132">132</a> <em class="jxr_javadoccomment">     * The value under this tag is of type byte[].</em>
+<a name="132" href="#132">132</a> <em class="jxr_javadoccomment">     * The value under this tag is of type java.security.cert.X509Certificate.</em>
 <a name="133" href="#133">133</a> <em class="jxr_javadoccomment">     */</em>
-<a name="134" href="#134">134</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_SIGNATURE_VALUE = <span class="jxr_string">"signature-value"</span>;
-<a name="135" href="#135">135</a>     
+<a name="134" href="#134">134</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_X509_CERTIFICATE = <span class="jxr_string">"x509-certificate"</span>;
+<a name="135" href="#135">135</a> 
 <a name="136" href="#136">136</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="137" href="#137">137</a> <em class="jxr_javadoccomment">     * Tag denoting the X.509 certificate chain found, if applicable.</em>
+<a name="137" href="#137">137</a> <em class="jxr_javadoccomment">     * Tag denoting the signature value of a signed element, if applicable.</em>
 <a name="138" href="#138">138</a> <em class="jxr_javadoccomment">     *</em>
-<a name="139" href="#139">139</a> <em class="jxr_javadoccomment">     * The value under this tag is of type java.security.cert.X509Certificate[].</em>
+<a name="139" href="#139">139</a> <em class="jxr_javadoccomment">     * The value under this tag is of type byte[].</em>
 <a name="140" href="#140">140</a> <em class="jxr_javadoccomment">     */</em>
-<a name="141" href="#141">141</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_X509_CERTIFICATES = <span class="jxr_string">"x509-certificates"</span>;
-<a name="142" href="#142">142</a> 
+<a name="141" href="#141">141</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_SIGNATURE_VALUE = <span class="jxr_string">"signature-value"</span>;
+<a name="142" href="#142">142</a>     
 <a name="143" href="#143">143</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="144" href="#144">144</a> <em class="jxr_javadoccomment">     * Tag denoting the encrypted key bytes</em>
+<a name="144" href="#144">144</a> <em class="jxr_javadoccomment">     * Tag denoting the X.509 certificate chain found, if applicable.</em>
 <a name="145" href="#145">145</a> <em class="jxr_javadoccomment">     *</em>
-<a name="146" href="#146">146</a> <em class="jxr_javadoccomment">     * The value under this tag is a byte array </em>
+<a name="146" href="#146">146</a> <em class="jxr_javadoccomment">     * The value under this tag is of type java.security.cert.X509Certificate[].</em>
 <a name="147" href="#147">147</a> <em class="jxr_javadoccomment">     */</em>
-<a name="148" href="#148">148</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_ENCRYPTED_EPHEMERAL_KEY = <span class="jxr_string">"encrypted-ephemeral-key-bytes"</span>;
-<a name="149" href="#149">149</a>     
+<a name="148" href="#148">148</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_X509_CERTIFICATES = <span class="jxr_string">"x509-certificates"</span>;
+<a name="149" href="#149">149</a> 
 <a name="150" href="#150">150</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="151" href="#151">151</a> <em class="jxr_javadoccomment">     * Tag denoting a byte[] secret associated with this token</em>
-<a name="152" href="#152">152</a> <em class="jxr_javadoccomment">     */</em>
-<a name="153" href="#153">153</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_SECRET = <span class="jxr_string">"secret"</span>;
-<a name="154" href="#154">154</a>     
-<a name="155" href="#155">155</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="156" href="#156">156</a> <em class="jxr_javadoccomment">     * Tag denoting a PublicKey associated with this token</em>
-<a name="157" href="#157">157</a> <em class="jxr_javadoccomment">     */</em>
-<a name="158" href="#158">158</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_PUBLIC_KEY = <span class="jxr_string">"public-key"</span>;
-<a name="159" href="#159">159</a>     
-<a name="160" href="#160">160</a>     <em class="jxr_comment">//</em>
-<a name="161" href="#161">161</a>     <em class="jxr_comment">// General tags</em>
-<a name="162" href="#162">162</a>     <em class="jxr_comment">//</em>
-<a name="163" href="#163">163</a> 
-<a name="164" href="#164">164</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="165" href="#165">165</a> <em class="jxr_javadoccomment">     * Tag denoting the cryptographic operation performed</em>
-<a name="166" href="#166">166</a> <em class="jxr_javadoccomment">     *</em>
-<a name="167" href="#167">167</a> <em class="jxr_javadoccomment">     * The value under this tag is of type java.lang.Integer</em>
-<a name="168" href="#168">168</a> <em class="jxr_javadoccomment">     */</em>
-<a name="169" href="#169">169</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_ACTION = <span class="jxr_string">"action"</span>;
+<a name="151" href="#151">151</a> <em class="jxr_javadoccomment">     * Tag denoting the encrypted key bytes</em>
+<a name="152" href="#152">152</a> <em class="jxr_javadoccomment">     *</em>
+<a name="153" href="#153">153</a> <em class="jxr_javadoccomment">     * The value under this tag is a byte array </em>
+<a name="154" href="#154">154</a> <em class="jxr_javadoccomment">     */</em>
+<a name="155" href="#155">155</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_ENCRYPTED_EPHEMERAL_KEY = <span class="jxr_string">"encrypted-ephemeral-key-bytes"</span>;
+<a name="156" href="#156">156</a>     
+<a name="157" href="#157">157</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="158" href="#158">158</a> <em class="jxr_javadoccomment">     * Tag denoting a byte[] secret associated with this token</em>
+<a name="159" href="#159">159</a> <em class="jxr_javadoccomment">     */</em>
+<a name="160" href="#160">160</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_SECRET = <span class="jxr_string">"secret"</span>;
+<a name="161" href="#161">161</a>     
+<a name="162" href="#162">162</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="163" href="#163">163</a> <em class="jxr_javadoccomment">     * Tag denoting a PublicKey associated with this token</em>
+<a name="164" href="#164">164</a> <em class="jxr_javadoccomment">     */</em>
+<a name="165" href="#165">165</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_PUBLIC_KEY = <span class="jxr_string">"public-key"</span>;
+<a name="166" href="#166">166</a>     
+<a name="167" href="#167">167</a>     <em class="jxr_comment">//</em>
+<a name="168" href="#168">168</a>     <em class="jxr_comment">// General tags</em>
+<a name="169" href="#169">169</a>     <em class="jxr_comment">//</em>
 <a name="170" href="#170">170</a> 
 <a name="171" href="#171">171</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="172" href="#172">172</a> <em class="jxr_javadoccomment">     * Tag denoting the security principal found, if applicable.</em>
+<a name="172" href="#172">172</a> <em class="jxr_javadoccomment">     * Tag denoting the cryptographic operation performed</em>
 <a name="173" href="#173">173</a> <em class="jxr_javadoccomment">     *</em>
-<a name="174" href="#174">174</a> <em class="jxr_javadoccomment">     * The value under this tag is of type java.security.Principal.</em>
+<a name="174" href="#174">174</a> <em class="jxr_javadoccomment">     * The value under this tag is of type java.lang.Integer</em>
 <a name="175" href="#175">175</a> <em class="jxr_javadoccomment">     */</em>
-<a name="176" href="#176">176</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_PRINCIPAL = <span class="jxr_string">"principal"</span>;
-<a name="177" href="#177">177</a>     
+<a name="176" href="#176">176</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_ACTION = <span class="jxr_string">"action"</span>;
+<a name="177" href="#177">177</a> 
 <a name="178" href="#178">178</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="179" href="#179">179</a> <em class="jxr_javadoccomment">     * Tag denoting references to a List of Data ref URIs.</em>
+<a name="179" href="#179">179</a> <em class="jxr_javadoccomment">     * Tag denoting the security principal found, if applicable.</em>
 <a name="180" href="#180">180</a> <em class="jxr_javadoccomment">     *</em>
-<a name="181" href="#181">181</a> <em class="jxr_javadoccomment">     * The value under this tag is of type List.</em>
+<a name="181" href="#181">181</a> <em class="jxr_javadoccomment">     * The value under this tag is of type java.security.Principal.</em>
 <a name="182" href="#182">182</a> <em class="jxr_javadoccomment">     */</em>
-<a name="183" href="#183">183</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_DATA_REF_URIS = <span class="jxr_string">"data-ref-uris"</span>;
-<a name="184" href="#184">184</a> 
+<a name="183" href="#183">183</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_PRINCIPAL = <span class="jxr_string">"principal"</span>;
+<a name="184" href="#184">184</a>     
 <a name="185" href="#185">185</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="186" href="#186">186</a> <em class="jxr_javadoccomment">     * Tag denoting the encrypted key transport algorithm.</em>
+<a name="186" href="#186">186</a> <em class="jxr_javadoccomment">     * Tag denoting references to a List of Data ref URIs.</em>
 <a name="187" href="#187">187</a> <em class="jxr_javadoccomment">     *</em>
-<a name="188" href="#188">188</a> <em class="jxr_javadoccomment">     * The value under this tag is of type String.</em>
+<a name="188" href="#188">188</a> <em class="jxr_javadoccomment">     * The value under this tag is of type List.</em>
 <a name="189" href="#189">189</a> <em class="jxr_javadoccomment">     */</em>
-<a name="190" href="#190">190</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_ENCRYPTED_KEY_TRANSPORT_METHOD = <span class="jxr_string">"encrypted-key-transport-method"</span>;
-<a name="191" href="#191">191</a>     
+<a name="190" href="#190">190</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_DATA_REF_URIS = <span class="jxr_string">"data-ref-uris"</span>;
+<a name="191" href="#191">191</a> 
 <a name="192" href="#192">192</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="193" href="#193">193</a> <em class="jxr_javadoccomment">     * Tag denoting the algorithm that was used to sign the message</em>
+<a name="193" href="#193">193</a> <em class="jxr_javadoccomment">     * Tag denoting the encrypted key transport algorithm.</em>
 <a name="194" href="#194">194</a> <em class="jxr_javadoccomment">     *</em>
 <a name="195" href="#195">195</a> <em class="jxr_javadoccomment">     * The value under this tag is of type String.</em>
 <a name="196" href="#196">196</a> <em class="jxr_javadoccomment">     */</em>
-<a name="197" href="#197">197</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_SIGNATURE_METHOD = <span class="jxr_string">"signature-method"</span>;
-<a name="198" href="#198">198</a> 
+<a name="197" href="#197">197</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_ENCRYPTED_KEY_TRANSPORT_METHOD = <span class="jxr_string">"encrypted-key-transport-method"</span>;
+<a name="198" href="#198">198</a>     
 <a name="199" href="#199">199</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="200" href="#200">200</a> <em class="jxr_javadoccomment">     * Tag denoting the algorithm that was used to do canonicalization</em>
+<a name="200" href="#200">200</a> <em class="jxr_javadoccomment">     * Tag denoting the algorithm that was used to sign the message</em>
 <a name="201" href="#201">201</a> <em class="jxr_javadoccomment">     *</em>
 <a name="202" href="#202">202</a> <em class="jxr_javadoccomment">     * The value under this tag is of type String.</em>
 <a name="203" href="#203">203</a> <em class="jxr_javadoccomment">     */</em>
-<a name="204" href="#204">204</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_CANONICALIZATION_METHOD = <span class="jxr_string">"canonicalization-method"</span>;
-<a name="205" href="#205">205</a>     
+<a name="204" href="#204">204</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_SIGNATURE_METHOD = <span class="jxr_string">"signature-method"</span>;
+<a name="205" href="#205">205</a> 
 <a name="206" href="#206">206</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="207" href="#207">207</a> <em class="jxr_javadoccomment">     * The (wsu) Id of the token corresponding to this result.</em>
-<a name="208" href="#208">208</a> <em class="jxr_javadoccomment">     */</em>
-<a name="209" href="#209">209</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_ID = <span class="jxr_string">"id"</span>;
-<a name="210" href="#210">210</a>     
-<a name="211" href="#211">211</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(
-<a name="212" href="#212">212</a>         <strong class="jxr_keyword">int</strong> act, 
-<a name="213" href="#213">213</a>         <a href="../../../../org/apache/ws/security/saml/ext/AssertionWrapper.html">AssertionWrapper</a> ass
-<a name="214" href="#214">214</a>     ) {
-<a name="215" href="#215">215</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
-<a name="216" href="#216">216</a>         put(TAG_SAML_ASSERTION, ass);
-<a name="217" href="#217">217</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
-<a name="218" href="#218">218</a>     }
-<a name="219" href="#219">219</a> 
-<a name="220" href="#220">220</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(
-<a name="221" href="#221">221</a>         <strong class="jxr_keyword">int</strong> act, 
-<a name="222" href="#222">222</a>         Principal princ,
-<a name="223" href="#223">223</a>         X509Certificate[] certs, 
-<a name="224" href="#224">224</a>         byte[] sv
+<a name="207" href="#207">207</a> <em class="jxr_javadoccomment">     * Tag denoting the algorithm that was used to do canonicalization</em>
+<a name="208" href="#208">208</a> <em class="jxr_javadoccomment">     *</em>
+<a name="209" href="#209">209</a> <em class="jxr_javadoccomment">     * The value under this tag is of type String.</em>
+<a name="210" href="#210">210</a> <em class="jxr_javadoccomment">     */</em>
+<a name="211" href="#211">211</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_CANONICALIZATION_METHOD = <span class="jxr_string">"canonicalization-method"</span>;
+<a name="212" href="#212">212</a>     
+<a name="213" href="#213">213</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="214" href="#214">214</a> <em class="jxr_javadoccomment">     * The (wsu) Id of the token corresponding to this result.</em>
+<a name="215" href="#215">215</a> <em class="jxr_javadoccomment">     */</em>
+<a name="216" href="#216">216</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">final</strong> String TAG_ID = <span class="jxr_string">"id"</span>;
+<a name="217" href="#217">217</a>     
+<a name="218" href="#218">218</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act) {
+<a name="219" href="#219">219</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
+<a name="220" href="#220">220</a>     }
+<a name="221" href="#221">221</a>     
+<a name="222" href="#222">222</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(
+<a name="223" href="#223">223</a>         <strong class="jxr_keyword">int</strong> act, 
+<a name="224" href="#224">224</a>         <a href="../../../../org/apache/ws/security/saml/ext/AssertionWrapper.html">AssertionWrapper</a> ass
 <a name="225" href="#225">225</a>     ) {
 <a name="226" href="#226">226</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
-<a name="227" href="#227">227</a>         put(TAG_PRINCIPAL, princ);
-<a name="228" href="#228">228</a>         put(TAG_X509_CERTIFICATES, certs);
-<a name="229" href="#229">229</a>         put(TAG_SIGNATURE_VALUE, sv);
-<a name="230" href="#230">230</a>         <strong class="jxr_keyword">if</strong> (certs != <strong class="jxr_keyword">null</strong>) {
-<a name="231" href="#231">231</a>             put(TAG_X509_CERTIFICATE, certs[0]);
-<a name="232" href="#232">232</a>         }
-<a name="233" href="#233">233</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
-<a name="234" href="#234">234</a>     }
-<a name="235" href="#235">235</a> 
-<a name="236" href="#236">236</a>     <strong class="jxr_keyword">public</strong>
-<a name="237" href="#237">237</a>     <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(
-<a name="238" href="#238">238</a>         <strong class="jxr_keyword">int</strong> act,
-<a name="239" href="#239">239</a>         Principal princ,
-<a name="240" href="#240">240</a>         X509Certificate[] certs,
-<a name="241" href="#241">241</a>         List&lt;WSDataRef&gt; dataRefs,
-<a name="242" href="#242">242</a>         byte[] sv
-<a name="243" href="#243">243</a>     ) {
-<a name="244" href="#244">244</a>         <strong class="jxr_keyword">this</strong>(act, princ, certs, sv);
-<a name="245" href="#245">245</a>         put(TAG_DATA_REF_URIS, dataRefs);
+<a name="227" href="#227">227</a>         put(TAG_SAML_ASSERTION, ass);
+<a name="228" href="#228">228</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
+<a name="229" href="#229">229</a>         put(TAG_TOKEN_ELEMENT, ass.getElement());
+<a name="230" href="#230">230</a>     }
+<a name="231" href="#231">231</a> 
+<a name="232" href="#232">232</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(
+<a name="233" href="#233">233</a>         <strong class="jxr_keyword">int</strong> act, 
+<a name="234" href="#234">234</a>         Principal princ,
+<a name="235" href="#235">235</a>         X509Certificate[] certs, 
+<a name="236" href="#236">236</a>         byte[] sv
+<a name="237" href="#237">237</a>     ) {
+<a name="238" href="#238">238</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
+<a name="239" href="#239">239</a>         put(TAG_PRINCIPAL, princ);
+<a name="240" href="#240">240</a>         put(TAG_X509_CERTIFICATES, certs);
+<a name="241" href="#241">241</a>         put(TAG_SIGNATURE_VALUE, sv);
+<a name="242" href="#242">242</a>         <strong class="jxr_keyword">if</strong> (certs != <strong class="jxr_keyword">null</strong>) {
+<a name="243" href="#243">243</a>             put(TAG_X509_CERTIFICATE, certs[0]);
+<a name="244" href="#244">244</a>         }
+<a name="245" href="#245">245</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
 <a name="246" href="#246">246</a>     }
-<a name="247" href="#247">247</a>     
-<a name="248" href="#248">248</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(
-<a name="249" href="#249">249</a>         <strong class="jxr_keyword">int</strong> act, 
-<a name="250" href="#250">250</a>         byte[] decryptedKey, 
-<a name="251" href="#251">251</a>         byte[] encryptedKeyBytes,
-<a name="252" href="#252">252</a>         List&lt;WSDataRef&gt; dataRefUris
-<a name="253" href="#253">253</a>     ) {
-<a name="254" href="#254">254</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
-<a name="255" href="#255">255</a>         put(TAG_SECRET, decryptedKey);
-<a name="256" href="#256">256</a>         put(TAG_ENCRYPTED_EPHEMERAL_KEY, encryptedKeyBytes);
-<a name="257" href="#257">257</a>         put(TAG_DATA_REF_URIS, dataRefUris);
-<a name="258" href="#258">258</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
-<a name="259" href="#259">259</a>     }
-<a name="260" href="#260">260</a>     
-<a name="261" href="#261">261</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(
-<a name="262" href="#262">262</a>         <strong class="jxr_keyword">int</strong> act, 
-<a name="263" href="#263">263</a>         byte[] decryptedKey, 
-<a name="264" href="#264">264</a>         byte[] encryptedKeyBytes,
-<a name="265" href="#265">265</a>         List&lt;WSDataRef&gt; dataRefUris,
-<a name="266" href="#266">266</a>         X509Certificate[] certs
-<a name="267" href="#267">267</a>     ) {
-<a name="268" href="#268">268</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
-<a name="269" href="#269">269</a>         put(TAG_SECRET, decryptedKey);
-<a name="270" href="#270">270</a>         put(TAG_ENCRYPTED_EPHEMERAL_KEY, encryptedKeyBytes);
-<a name="271" href="#271">271</a>         put(TAG_DATA_REF_URIS, dataRefUris);
-<a name="272" href="#272">272</a>         put(TAG_X509_CERTIFICATES, certs);
-<a name="273" href="#273">273</a>         <strong class="jxr_keyword">if</strong> (certs != <strong class="jxr_keyword">null</strong>) {
-<a name="274" href="#274">274</a>             put(TAG_X509_CERTIFICATE, certs[0]);
-<a name="275" href="#275">275</a>         }
-<a name="276" href="#276">276</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
-<a name="277" href="#277">277</a>     }
-<a name="278" href="#278">278</a>     
-<a name="279" href="#279">279</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, List&lt;WSDataRef&gt; dataRefUris) {
+<a name="247" href="#247">247</a> 
+<a name="248" href="#248">248</a>     <strong class="jxr_keyword">public</strong>
+<a name="249" href="#249">249</a>     <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(
+<a name="250" href="#250">250</a>         <strong class="jxr_keyword">int</strong> act,
+<a name="251" href="#251">251</a>         Principal princ,
+<a name="252" href="#252">252</a>         X509Certificate[] certs,
+<a name="253" href="#253">253</a>         List&lt;WSDataRef&gt; dataRefs,
+<a name="254" href="#254">254</a>         byte[] sv
+<a name="255" href="#255">255</a>     ) {
+<a name="256" href="#256">256</a>         <strong class="jxr_keyword">this</strong>(act, princ, certs, sv);
+<a name="257" href="#257">257</a>         put(TAG_DATA_REF_URIS, dataRefs);
+<a name="258" href="#258">258</a>     }
+<a name="259" href="#259">259</a>     
+<a name="260" href="#260">260</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(
+<a name="261" href="#261">261</a>         <strong class="jxr_keyword">int</strong> act, 
+<a name="262" href="#262">262</a>         byte[] decryptedKey, 
+<a name="263" href="#263">263</a>         byte[] encryptedKeyBytes,
+<a name="264" href="#264">264</a>         List&lt;WSDataRef&gt; dataRefUris
+<a name="265" href="#265">265</a>     ) {
+<a name="266" href="#266">266</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
+<a name="267" href="#267">267</a>         put(TAG_SECRET, decryptedKey);
+<a name="268" href="#268">268</a>         put(TAG_ENCRYPTED_EPHEMERAL_KEY, encryptedKeyBytes);
+<a name="269" href="#269">269</a>         put(TAG_DATA_REF_URIS, dataRefUris);
+<a name="270" href="#270">270</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
+<a name="271" href="#271">271</a>     }
+<a name="272" href="#272">272</a>     
+<a name="273" href="#273">273</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(
+<a name="274" href="#274">274</a>         <strong class="jxr_keyword">int</strong> act, 
+<a name="275" href="#275">275</a>         byte[] decryptedKey, 
+<a name="276" href="#276">276</a>         byte[] encryptedKeyBytes,
+<a name="277" href="#277">277</a>         List&lt;WSDataRef&gt; dataRefUris,
+<a name="278" href="#278">278</a>         X509Certificate[] certs
+<a name="279" href="#279">279</a>     ) {
 <a name="280" href="#280">280</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
-<a name="281" href="#281">281</a>         put(TAG_DATA_REF_URIS, dataRefUris);
-<a name="282" href="#282">282</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
-<a name="283" href="#283">283</a>     }
-<a name="284" href="#284">284</a>     
-<a name="285" href="#285">285</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/Timestamp.html">Timestamp</a> tstamp) {
-<a name="286" href="#286">286</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
-<a name="287" href="#287">287</a>         put(TAG_TIMESTAMP, tstamp);
+<a name="281" href="#281">281</a>         put(TAG_SECRET, decryptedKey);
+<a name="282" href="#282">282</a>         put(TAG_ENCRYPTED_EPHEMERAL_KEY, encryptedKeyBytes);
+<a name="283" href="#283">283</a>         put(TAG_DATA_REF_URIS, dataRefUris);
+<a name="284" href="#284">284</a>         put(TAG_X509_CERTIFICATES, certs);
+<a name="285" href="#285">285</a>         <strong class="jxr_keyword">if</strong> (certs != <strong class="jxr_keyword">null</strong>) {
+<a name="286" href="#286">286</a>             put(TAG_X509_CERTIFICATE, certs[0]);
+<a name="287" href="#287">287</a>         }
 <a name="288" href="#288">288</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
 <a name="289" href="#289">289</a>     }
 <a name="290" href="#290">290</a>     
-<a name="291" href="#291">291</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/SecurityContextToken.html">SecurityContextToken</a> sct) {
+<a name="291" href="#291">291</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, List&lt;WSDataRef&gt; dataRefUris) {
 <a name="292" href="#292">292</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
-<a name="293" href="#293">293</a>         put(TAG_SECURITY_CONTEXT_TOKEN, sct);
+<a name="293" href="#293">293</a>         put(TAG_DATA_REF_URIS, dataRefUris);
 <a name="294" href="#294">294</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
 <a name="295" href="#295">295</a>     }
 <a name="296" href="#296">296</a>     
-<a name="297" href="#297">297</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/SignatureConfirmation.html">SignatureConfirmation</a> sc) {
+<a name="297" href="#297">297</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/Timestamp.html">Timestamp</a> tstamp) {
 <a name="298" href="#298">298</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
-<a name="299" href="#299">299</a>         put(TAG_SIGNATURE_CONFIRMATION, sc);
+<a name="299" href="#299">299</a>         put(TAG_TIMESTAMP, tstamp);
 <a name="300" href="#300">300</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
-<a name="301" href="#301">301</a>     }
-<a name="302" href="#302">302</a>     
-<a name="303" href="#303">303</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/UsernameToken.html">UsernameToken</a> usernameToken) {
-<a name="304" href="#304">304</a>         <strong class="jxr_keyword">this</strong>(act, usernameToken, <strong class="jxr_keyword">null</strong>);
-<a name="305" href="#305">305</a>     }
-<a name="306" href="#306">306</a>     
-<a name="307" href="#307">307</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/UsernameToken.html">UsernameToken</a> usernameToken, Principal principal) {
-<a name="308" href="#308">308</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
-<a name="309" href="#309">309</a>         put(TAG_USERNAME_TOKEN, usernameToken);
-<a name="310" href="#310">310</a>         put(TAG_PRINCIPAL, principal);
-<a name="311" href="#311">311</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
-<a name="312" href="#312">312</a>     }
-<a name="313" href="#313">313</a> 
-<a name="314" href="#314">314</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/BinarySecurity.html">BinarySecurity</a> token, X509Certificate[] certs) {
-<a name="315" href="#315">315</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
-<a name="316" href="#316">316</a>         put(TAG_BINARY_SECURITY_TOKEN, token);
-<a name="317" href="#317">317</a>         put(TAG_X509_CERTIFICATES, certs);
-<a name="318" href="#318">318</a>         <strong class="jxr_keyword">if</strong> (certs != <strong class="jxr_keyword">null</strong>) {
-<a name="319" href="#319">319</a>             put(TAG_X509_CERTIFICATE, certs[0]);
-<a name="320" href="#320">320</a>         }
-<a name="321" href="#321">321</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
-<a name="322" href="#322">322</a>     }
-<a name="323" href="#323">323</a> 
-<a name="324" href="#324">324</a>     
-<a name="325" href="#325">325</a> }
+<a name="301" href="#301">301</a>         put(TAG_TOKEN_ELEMENT, tstamp.getElement());
+<a name="302" href="#302">302</a>     }
+<a name="303" href="#303">303</a>     
+<a name="304" href="#304">304</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/SecurityContextToken.html">SecurityContextToken</a> sct) {
+<a name="305" href="#305">305</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
+<a name="306" href="#306">306</a>         put(TAG_SECURITY_CONTEXT_TOKEN, sct);
+<a name="307" href="#307">307</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
+<a name="308" href="#308">308</a>         put(TAG_TOKEN_ELEMENT, sct.getElement());
+<a name="309" href="#309">309</a>     }
+<a name="310" href="#310">310</a>     
+<a name="311" href="#311">311</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/SignatureConfirmation.html">SignatureConfirmation</a> sc) {
+<a name="312" href="#312">312</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
+<a name="313" href="#313">313</a>         put(TAG_SIGNATURE_CONFIRMATION, sc);
+<a name="314" href="#314">314</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
+<a name="315" href="#315">315</a>         put(TAG_TOKEN_ELEMENT, sc.getElement());
+<a name="316" href="#316">316</a>     }
+<a name="317" href="#317">317</a>     
+<a name="318" href="#318">318</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/UsernameToken.html">UsernameToken</a> usernameToken) {
+<a name="319" href="#319">319</a>         <strong class="jxr_keyword">this</strong>(act, usernameToken, <strong class="jxr_keyword">null</strong>);
+<a name="320" href="#320">320</a>     }
+<a name="321" href="#321">321</a>     
+<a name="322" href="#322">322</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/UsernameToken.html">UsernameToken</a> usernameToken, Principal principal) {
+<a name="323" href="#323">323</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
+<a name="324" href="#324">324</a>         put(TAG_USERNAME_TOKEN, usernameToken);
+<a name="325" href="#325">325</a>         put(TAG_PRINCIPAL, principal);
+<a name="326" href="#326">326</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
+<a name="327" href="#327">327</a>         put(TAG_TOKEN_ELEMENT, usernameToken.getElement());
+<a name="328" href="#328">328</a>     }
+<a name="329" href="#329">329</a> 
+<a name="330" href="#330">330</a>     <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/ws/security/WSSecurityEngineResult.html">WSSecurityEngineResult</a>(<strong class="jxr_keyword">int</strong> act, <a href="../../../../org/apache/ws/security/message/token/BinarySecurity.html">BinarySecurity</a> token, X509Certificate[] certs) {
+<a name="331" href="#331">331</a>         put(TAG_ACTION, <strong class="jxr_keyword">new</strong> Integer(act));
+<a name="332" href="#332">332</a>         put(TAG_BINARY_SECURITY_TOKEN, token);
+<a name="333" href="#333">333</a>         put(TAG_X509_CERTIFICATES, certs);
+<a name="334" href="#334">334</a>         <strong class="jxr_keyword">if</strong> (certs != <strong class="jxr_keyword">null</strong>) {
+<a name="335" href="#335">335</a>             put(TAG_X509_CERTIFICATE, certs[0]);
+<a name="336" href="#336">336</a>         }
+<a name="337" href="#337">337</a>         put(TAG_VALIDATED_TOKEN, Boolean.FALSE);
+<a name="338" href="#338">338</a>         put(TAG_TOKEN_ELEMENT, token.getElement());
+<a name="339" href="#339">339</a>     }
+<a name="340" href="#340">340</a> 
+<a name="341" href="#341">341</a>     
+<a name="342" href="#342">342</a> }
 </pre>
 <hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
 </html>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/action/package-frame.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/action/package-frame.html?rev=1178426&r1=1178425&r2=1178426&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/action/package-frame.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/action/package-frame.html Mon Oct  3 15:15:52 2011
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>WSS4J 1.6.2 Reference Package org.apache.ws.security.action</title>
+		<title>WSS4J 1.6.3 Reference Package org.apache.ws.security.action</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/action/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/action/package-summary.html?rev=1178426&r1=1178425&r2=1178426&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/action/package-summary.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/action/package-summary.html Mon Oct  3 15:15:52 2011
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
-		<title>WSS4J 1.6.2 Reference Package org.apache.ws.security.action</title>
+		<title>WSS4J 1.6.3 Reference Package org.apache.ws.security.action</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>