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 2012/07/31 18:30:30 UTC

svn commit: r1367668 [29/32] - 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/cache/ apidocs/org/apache/ws/s...

Modified: webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/OpenSAMLBootstrap.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/OpenSAMLBootstrap.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/OpenSAMLBootstrap.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/OpenSAMLBootstrap.html Tue Jul 31 16:30:10 2012
@@ -29,71 +29,87 @@
 <a name="19" href="#19">19</a>  
 <a name="20" href="#20">20</a>  <strong class="jxr_keyword">package</strong> org.apache.ws.security.saml.ext;
 <a name="21" href="#21">21</a>  
-<a name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> org.opensaml.DefaultBootstrap;
-<a name="23" href="#23">23</a>  <strong class="jxr_keyword">import</strong> org.opensaml.xml.ConfigurationException;
-<a name="24" href="#24">24</a>  
-<a name="25" href="#25">25</a>  <em class="jxr_javadoccomment">/**</em>
-<a name="26" href="#26">26</a>  <em class="jxr_javadoccomment"> * This class intializes the Opensaml library. It is necessary to override DefaultBootstrap</em>
-<a name="27" href="#27">27</a>  <em class="jxr_javadoccomment"> * to avoid instantiating Velocity, which we do not need in WSS4J.</em>
-<a name="28" href="#28">28</a>  <em class="jxr_javadoccomment"> */</em>
-<a name="29" href="#29">29</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/ws/security/saml/ext/OpenSAMLBootstrap.html">OpenSAMLBootstrap</a> <strong class="jxr_keyword">extends</strong> DefaultBootstrap {
-<a name="30" href="#30">30</a>      
-<a name="31" href="#31">31</a>      <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> List of default XMLTooling configuration files. */</em>
-<a name="32" href="#32">32</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String[] xmlToolingConfigs = { 
-<a name="33" href="#33">33</a>          <span class="jxr_string">"/default-config.xml"</span>, 
-<a name="34" href="#34">34</a>          <span class="jxr_string">"/schema-config.xml"</span>, 
-<a name="35" href="#35">35</a>          <span class="jxr_string">"/signature-config.xml"</span>,
-<a name="36" href="#36">36</a>          <span class="jxr_string">"/signature-validation-config.xml"</span>, 
-<a name="37" href="#37">37</a>          <span class="jxr_string">"/encryption-config.xml"</span>, 
-<a name="38" href="#38">38</a>          <span class="jxr_string">"/encryption-validation-config.xml"</span>,
-<a name="39" href="#39">39</a>          <span class="jxr_string">"/soap11-config.xml"</span>, 
-<a name="40" href="#40">40</a>          <span class="jxr_string">"/wsfed11-protocol-config.xml"</span>,
-<a name="41" href="#41">41</a>          <span class="jxr_string">"/saml1-assertion-config.xml"</span>, 
-<a name="42" href="#42">42</a>          <span class="jxr_string">"/saml1-protocol-config.xml"</span>,
-<a name="43" href="#43">43</a>          <span class="jxr_string">"/saml1-core-validation-config.xml"</span>, 
-<a name="44" href="#44">44</a>          <span class="jxr_string">"/saml2-assertion-config.xml"</span>, 
-<a name="45" href="#45">45</a>          <span class="jxr_string">"/saml2-protocol-config.xml"</span>,
-<a name="46" href="#46">46</a>          <span class="jxr_string">"/saml2-core-validation-config.xml"</span>, 
-<a name="47" href="#47">47</a>          <span class="jxr_string">"/saml1-metadata-config.xml"</span>, 
-<a name="48" href="#48">48</a>          <span class="jxr_string">"/saml2-metadata-config.xml"</span>,
-<a name="49" href="#49">49</a>          <span class="jxr_string">"/saml2-metadata-validation-config.xml"</span>, 
-<a name="50" href="#50">50</a>          <span class="jxr_string">"/saml2-metadata-attr-config.xml"</span>,
-<a name="51" href="#51">51</a>          <span class="jxr_string">"/saml2-metadata-idp-discovery-config.xml"</span>,
-<a name="52" href="#52">52</a>          <span class="jxr_string">"/saml2-metadata-ui-config.xml"</span>,
-<a name="53" href="#53">53</a>          <span class="jxr_string">"/saml2-protocol-thirdparty-config.xml"</span>,
-<a name="54" href="#54">54</a>          <span class="jxr_string">"/saml2-metadata-query-config.xml"</span>, 
-<a name="55" href="#55">55</a>          <span class="jxr_string">"/saml2-assertion-delegation-restriction-config.xml"</span>,    
-<a name="56" href="#56">56</a>          <span class="jxr_string">"/saml2-ecp-config.xml"</span>,
-<a name="57" href="#57">57</a>          <span class="jxr_string">"/saml2-xacml2-profile.xml"</span>,
-<a name="58" href="#58">58</a>          <span class="jxr_string">"/xacml10-saml2-profile-config.xml"</span>,
-<a name="59" href="#59">59</a>          <span class="jxr_string">"/xacml11-saml2-profile-config.xml"</span>,
-<a name="60" href="#60">60</a>          <span class="jxr_string">"/xacml20-context-config.xml"</span>,
-<a name="61" href="#61">61</a>          <span class="jxr_string">"/xacml20-policy-config.xml"</span>,
-<a name="62" href="#62">62</a>          <span class="jxr_string">"/xacml2-saml2-profile-config.xml"</span>,
-<a name="63" href="#63">63</a>          <span class="jxr_string">"/xacml3-saml2-profile-config.xml"</span>,    
-<a name="64" href="#64">64</a>          <span class="jxr_string">"/wsaddressing-config.xml"</span>,
-<a name="65" href="#65">65</a>          <span class="jxr_string">"/wssecurity-config.xml"</span>,
-<a name="66" href="#66">66</a>      };
-<a name="67" href="#67">67</a>      
-<a name="68" href="#68">68</a>      <em class="jxr_javadoccomment">/**</em>
-<a name="69" href="#69">69</a>  <em class="jxr_javadoccomment">     * Initializes the OpenSAML library, loading default configurations.</em>
-<a name="70" href="#70">70</a>  <em class="jxr_javadoccomment">     * </em>
-<a name="71" href="#71">71</a>  <em class="jxr_javadoccomment">     * @throws ConfigurationException thrown if there is a problem initializing the OpenSAML library</em>
-<a name="72" href="#72">72</a>  <em class="jxr_javadoccomment">     */</em>
-<a name="73" href="#73">73</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">synchronized</strong> <strong class="jxr_keyword">void</strong> bootstrap() <strong class="jxr_keyword">throws</strong> ConfigurationException {
-<a name="74" href="#74">74</a>  
-<a name="75" href="#75">75</a>          initializeXMLSecurity();
-<a name="76" href="#76">76</a>  
-<a name="77" href="#77">77</a>          initializeXMLTooling(xmlToolingConfigs);
-<a name="78" href="#78">78</a>  
-<a name="79" href="#79">79</a>          initializeArtifactBuilderFactories();
-<a name="80" href="#80">80</a>  
-<a name="81" href="#81">81</a>          initializeGlobalSecurityConfiguration();
-<a name="82" href="#82">82</a>          
-<a name="83" href="#83">83</a>          initializeParserPool();
-<a name="84" href="#84">84</a>      }
-<a name="85" href="#85">85</a>  
-<a name="86" href="#86">86</a>  }
+<a name="22" href="#22">22</a>  <strong class="jxr_keyword">import</strong> java.io.InputStream;
+<a name="23" href="#23">23</a>  
+<a name="24" href="#24">24</a>  <strong class="jxr_keyword">import</strong> org.opensaml.Configuration;
+<a name="25" href="#25">25</a>  <strong class="jxr_keyword">import</strong> org.opensaml.DefaultBootstrap;
+<a name="26" href="#26">26</a>  <strong class="jxr_keyword">import</strong> org.opensaml.xml.ConfigurationException;
+<a name="27" href="#27">27</a>  <strong class="jxr_keyword">import</strong> org.opensaml.xml.XMLConfigurator;
+<a name="28" href="#28">28</a>  
+<a name="29" href="#29">29</a>  <em class="jxr_javadoccomment">/**</em>
+<a name="30" href="#30">30</a>  <em class="jxr_javadoccomment"> * This class intializes the Opensaml library. It is necessary to override DefaultBootstrap</em>
+<a name="31" href="#31">31</a>  <em class="jxr_javadoccomment"> * to avoid instantiating Velocity, which we do not need in WSS4J.</em>
+<a name="32" href="#32">32</a>  <em class="jxr_javadoccomment"> */</em>
+<a name="33" href="#33">33</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/ws/security/saml/ext/OpenSAMLBootstrap.html">OpenSAMLBootstrap</a> <strong class="jxr_keyword">extends</strong> DefaultBootstrap {
+<a name="34" href="#34">34</a>      
+<a name="35" href="#35">35</a>      <em class="jxr_javadoccomment">/**</em><em class="jxr_javadoccomment"> List of default XMLTooling configuration files. */</em>
+<a name="36" href="#36">36</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> String[] xmlToolingConfigs = { 
+<a name="37" href="#37">37</a>          <span class="jxr_string">"/default-config.xml"</span>, 
+<a name="38" href="#38">38</a>          <span class="jxr_string">"/schema-config.xml"</span>, 
+<a name="39" href="#39">39</a>          <span class="jxr_string">"/signature-config.xml"</span>,
+<a name="40" href="#40">40</a>          <span class="jxr_string">"/signature-validation-config.xml"</span>, 
+<a name="41" href="#41">41</a>          <span class="jxr_string">"/encryption-config.xml"</span>, 
+<a name="42" href="#42">42</a>          <span class="jxr_string">"/encryption-validation-config.xml"</span>,
+<a name="43" href="#43">43</a>          <span class="jxr_string">"/soap11-config.xml"</span>, 
+<a name="44" href="#44">44</a>          <span class="jxr_string">"/wsfed11-protocol-config.xml"</span>,
+<a name="45" href="#45">45</a>          <span class="jxr_string">"/saml1-assertion-config.xml"</span>, 
+<a name="46" href="#46">46</a>          <span class="jxr_string">"/saml1-protocol-config.xml"</span>,
+<a name="47" href="#47">47</a>          <span class="jxr_string">"/saml1-core-validation-config.xml"</span>, 
+<a name="48" href="#48">48</a>          <span class="jxr_string">"/saml2-assertion-config.xml"</span>, 
+<a name="49" href="#49">49</a>          <span class="jxr_string">"/saml2-protocol-config.xml"</span>,
+<a name="50" href="#50">50</a>          <span class="jxr_string">"/saml2-core-validation-config.xml"</span>, 
+<a name="51" href="#51">51</a>          <span class="jxr_string">"/saml1-metadata-config.xml"</span>, 
+<a name="52" href="#52">52</a>          <span class="jxr_string">"/saml2-metadata-config.xml"</span>,
+<a name="53" href="#53">53</a>          <span class="jxr_string">"/saml2-metadata-validation-config.xml"</span>, 
+<a name="54" href="#54">54</a>          <span class="jxr_string">"/saml2-metadata-attr-config.xml"</span>,
+<a name="55" href="#55">55</a>          <span class="jxr_string">"/saml2-metadata-idp-discovery-config.xml"</span>,
+<a name="56" href="#56">56</a>          <span class="jxr_string">"/saml2-metadata-ui-config.xml"</span>,
+<a name="57" href="#57">57</a>          <span class="jxr_string">"/saml2-protocol-thirdparty-config.xml"</span>,
+<a name="58" href="#58">58</a>          <span class="jxr_string">"/saml2-metadata-query-config.xml"</span>, 
+<a name="59" href="#59">59</a>          <span class="jxr_string">"/saml2-assertion-delegation-restriction-config.xml"</span>,    
+<a name="60" href="#60">60</a>          <span class="jxr_string">"/saml2-ecp-config.xml"</span>,
+<a name="61" href="#61">61</a>          <span class="jxr_string">"/saml2-xacml2-profile.xml"</span>,
+<a name="62" href="#62">62</a>          <span class="jxr_string">"/xacml10-saml2-profile-config.xml"</span>,
+<a name="63" href="#63">63</a>          <span class="jxr_string">"/xacml11-saml2-profile-config.xml"</span>,
+<a name="64" href="#64">64</a>          <span class="jxr_string">"/xacml20-context-config.xml"</span>,
+<a name="65" href="#65">65</a>          <span class="jxr_string">"/xacml20-policy-config.xml"</span>,
+<a name="66" href="#66">66</a>          <span class="jxr_string">"/xacml2-saml2-profile-config.xml"</span>,
+<a name="67" href="#67">67</a>          <span class="jxr_string">"/xacml3-saml2-profile-config.xml"</span>,    
+<a name="68" href="#68">68</a>          <span class="jxr_string">"/wsaddressing-config.xml"</span>,
+<a name="69" href="#69">69</a>          <span class="jxr_string">"/wssecurity-config.xml"</span>,
+<a name="70" href="#70">70</a>      };
+<a name="71" href="#71">71</a>      
+<a name="72" href="#72">72</a>      <em class="jxr_javadoccomment">/**</em>
+<a name="73" href="#73">73</a>  <em class="jxr_javadoccomment">     * Initializes the OpenSAML library, loading default configurations.</em>
+<a name="74" href="#74">74</a>  <em class="jxr_javadoccomment">     * </em>
+<a name="75" href="#75">75</a>  <em class="jxr_javadoccomment">     * @throws ConfigurationException thrown if there is a problem initializing the OpenSAML library</em>
+<a name="76" href="#76">76</a>  <em class="jxr_javadoccomment">     */</em>
+<a name="77" href="#77">77</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">synchronized</strong> <strong class="jxr_keyword">void</strong> bootstrap() <strong class="jxr_keyword">throws</strong> ConfigurationException {
+<a name="78" href="#78">78</a>          initializeXMLSecurity();
+<a name="79" href="#79">79</a>  
+<a name="80" href="#80">80</a>          initializeXMLTooling(xmlToolingConfigs);
+<a name="81" href="#81">81</a>  
+<a name="82" href="#82">82</a>          initializeArtifactBuilderFactories();
+<a name="83" href="#83">83</a>  
+<a name="84" href="#84">84</a>          initializeGlobalSecurityConfiguration();
+<a name="85" href="#85">85</a>          
+<a name="86" href="#86">86</a>          initializeParserPool();
+<a name="87" href="#87">87</a>      }
+<a name="88" href="#88">88</a>  
+<a name="89" href="#89">89</a>      
+<a name="90" href="#90">90</a>      <strong class="jxr_keyword">protected</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> initializeXMLTooling(String[] providerConfigs) <strong class="jxr_keyword">throws</strong> ConfigurationException {
+<a name="91" href="#91">91</a>          XMLConfigurator configurator = <strong class="jxr_keyword">new</strong> XMLConfigurator();
+<a name="92" href="#92">92</a>          <strong class="jxr_keyword">for</strong> (String config : providerConfigs) {
+<a name="93" href="#93">93</a>              <em class="jxr_comment">//most are found in the Configuration.class classloader</em>
+<a name="94" href="#94">94</a>              InputStream ins = Configuration.<strong class="jxr_keyword">class</strong>.getResourceAsStream(config);
+<a name="95" href="#95">95</a>              <strong class="jxr_keyword">if</strong> (ins == <strong class="jxr_keyword">null</strong>) {
+<a name="96" href="#96">96</a>                  <em class="jxr_comment">//some are from us</em>
+<a name="97" href="#97">97</a>                  ins = OpenSAMLBootstrap.<strong class="jxr_keyword">class</strong>.getResourceAsStream(config);
+<a name="98" href="#98">98</a>              }
+<a name="99" href="#99">99</a>              configurator.load(ins);
+<a name="100" href="#100">100</a>         }
+<a name="101" href="#101">101</a>     }
+<a name="102" href="#102">102</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/saml/ext/OpenSAMLUtil.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/OpenSAMLUtil.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/OpenSAMLUtil.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/OpenSAMLUtil.html Tue Jul 31 16:30:10 2012
@@ -122,143 +122,163 @@
 <a name="112" href="#112">112</a>         XMLObject xmlObject, 
 <a name="113" href="#113">113</a>         Document doc
 <a name="114" href="#114">114</a>     ) <strong class="jxr_keyword">throws</strong> <a href="../../../../../../org/apache/ws/security/WSSecurityException.html">WSSecurityException</a> {
-<a name="115" href="#115">115</a>         Marshaller marshaller = marshallerFactory.getMarshaller(xmlObject);
-<a name="116" href="#116">116</a>         Element element = <strong class="jxr_keyword">null</strong>;
-<a name="117" href="#117">117</a>         DocumentFragment frag = doc == <strong class="jxr_keyword">null</strong> ? <strong class="jxr_keyword">null</strong> : doc.createDocumentFragment();
-<a name="118" href="#118">118</a>         <strong class="jxr_keyword">try</strong> {
-<a name="119" href="#119">119</a>             <strong class="jxr_keyword">if</strong> (frag != <strong class="jxr_keyword">null</strong>) {
-<a name="120" href="#120">120</a>                 <strong class="jxr_keyword">while</strong> (doc.getFirstChild() != <strong class="jxr_keyword">null</strong>) {
-<a name="121" href="#121">121</a>                     frag.appendChild(doc.removeChild(doc.getFirstChild()));
-<a name="122" href="#122">122</a>                 }
-<a name="123" href="#123">123</a>             }
-<a name="124" href="#124">124</a>             <strong class="jxr_keyword">try</strong> {
-<a name="125" href="#125">125</a>                 <strong class="jxr_keyword">if</strong> (doc == <strong class="jxr_keyword">null</strong>) {
-<a name="126" href="#126">126</a>                     element = marshaller.marshall(xmlObject);
-<a name="127" href="#127">127</a>                 } <strong class="jxr_keyword">else</strong> {
-<a name="128" href="#128">128</a>                     element = marshaller.marshall(xmlObject, doc);
-<a name="129" href="#129">129</a>                 } 
-<a name="130" href="#130">130</a>             } <strong class="jxr_keyword">catch</strong> (MarshallingException ex) {
-<a name="131" href="#131">131</a>                 <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/ws/security/WSSecurityException.html">WSSecurityException</a>(<span class="jxr_string">"Error marshalling a SAML assertion"</span>, ex);
-<a name="132" href="#132">132</a>             }
-<a name="133" href="#133">133</a>     
-<a name="134" href="#134">134</a>             signXMLObject(xmlObject);
-<a name="135" href="#135">135</a>         } <strong class="jxr_keyword">finally</strong> {
-<a name="136" href="#136">136</a>             <strong class="jxr_keyword">if</strong> (frag != <strong class="jxr_keyword">null</strong>) {
-<a name="137" href="#137">137</a>                 <strong class="jxr_keyword">while</strong> (doc.getFirstChild() != <strong class="jxr_keyword">null</strong>) {
-<a name="138" href="#138">138</a>                     doc.removeChild(doc.getFirstChild());
-<a name="139" href="#139">139</a>                 }
-<a name="140" href="#140">140</a>                 doc.appendChild(frag);
+<a name="115" href="#115">115</a>         <strong class="jxr_keyword">return</strong> toDom(xmlObject, doc, <strong class="jxr_keyword">true</strong>);
+<a name="116" href="#116">116</a>     }
+<a name="117" href="#117">117</a>     
+<a name="118" href="#118">118</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="119" href="#119">119</a> <em class="jxr_javadoccomment">     * Convert a SAML Assertion from a XMLObject to a DOM Element</em>
+<a name="120" href="#120">120</a> <em class="jxr_javadoccomment">     *</em>
+<a name="121" href="#121">121</a> <em class="jxr_javadoccomment">     * @param xmlObject of type XMLObject</em>
+<a name="122" href="#122">122</a> <em class="jxr_javadoccomment">     * @param doc  of type Document</em>
+<a name="123" href="#123">123</a> <em class="jxr_javadoccomment">     * @param signObject whether to sign the XMLObject during marshalling</em>
+<a name="124" href="#124">124</a> <em class="jxr_javadoccomment">     * @return Element</em>
+<a name="125" href="#125">125</a> <em class="jxr_javadoccomment">     * @throws MarshallingException</em>
+<a name="126" href="#126">126</a> <em class="jxr_javadoccomment">     * @throws SignatureException</em>
+<a name="127" href="#127">127</a> <em class="jxr_javadoccomment">     */</em>
+<a name="128" href="#128">128</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> Element toDom(
+<a name="129" href="#129">129</a>         XMLObject xmlObject, 
+<a name="130" href="#130">130</a>         Document doc,
+<a name="131" href="#131">131</a>         <strong class="jxr_keyword">boolean</strong> signObject
+<a name="132" href="#132">132</a>     ) <strong class="jxr_keyword">throws</strong> <a href="../../../../../../org/apache/ws/security/WSSecurityException.html">WSSecurityException</a> {
+<a name="133" href="#133">133</a>         Marshaller marshaller = marshallerFactory.getMarshaller(xmlObject);
+<a name="134" href="#134">134</a>         Element element = <strong class="jxr_keyword">null</strong>;
+<a name="135" href="#135">135</a>         DocumentFragment frag = doc == <strong class="jxr_keyword">null</strong> ? <strong class="jxr_keyword">null</strong> : doc.createDocumentFragment();
+<a name="136" href="#136">136</a>         <strong class="jxr_keyword">try</strong> {
+<a name="137" href="#137">137</a>             <strong class="jxr_keyword">if</strong> (frag != <strong class="jxr_keyword">null</strong>) {
+<a name="138" href="#138">138</a>                 <strong class="jxr_keyword">while</strong> (doc.getFirstChild() != <strong class="jxr_keyword">null</strong>) {
+<a name="139" href="#139">139</a>                     frag.appendChild(doc.removeChild(doc.getFirstChild()));
+<a name="140" href="#140">140</a>                 }
 <a name="141" href="#141">141</a>             }
-<a name="142" href="#142">142</a>         }
-<a name="143" href="#143">143</a>         <strong class="jxr_keyword">return</strong> element;
-<a name="144" href="#144">144</a>     }
-<a name="145" href="#145">145</a>     
-<a name="146" href="#146">146</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> signXMLObject(XMLObject xmlObject) <strong class="jxr_keyword">throws</strong> WSSecurityException {
-<a name="147" href="#147">147</a>         <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml1.core.Response) {
-<a name="148" href="#148">148</a>             org.opensaml.saml1.core.Response response = 
-<a name="149" href="#149">149</a>                     (org.opensaml.saml1.core.Response)xmlObject;
-<a name="150" href="#150">150</a>             
-<a name="151" href="#151">151</a>             <em class="jxr_comment">// Sign any Assertions</em>
-<a name="152" href="#152">152</a>             <strong class="jxr_keyword">if</strong> (response.getAssertions() != <strong class="jxr_keyword">null</strong>) {
-<a name="153" href="#153">153</a>                 <strong class="jxr_keyword">for</strong> (org.opensaml.saml1.core.Assertion assertion : response.getAssertions()) {
-<a name="154" href="#154">154</a>                     signObject(assertion.getSignature());
-<a name="155" href="#155">155</a>                 }
-<a name="156" href="#156">156</a>             }
-<a name="157" href="#157">157</a>             
-<a name="158" href="#158">158</a>             signObject(response.getSignature());
-<a name="159" href="#159">159</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml2.core.Response) {
-<a name="160" href="#160">160</a>             org.opensaml.saml2.core.Response response = 
-<a name="161" href="#161">161</a>                     (org.opensaml.saml2.core.Response)xmlObject;
-<a name="162" href="#162">162</a>             
-<a name="163" href="#163">163</a>             <em class="jxr_comment">// Sign any Assertions</em>
-<a name="164" href="#164">164</a>             <strong class="jxr_keyword">if</strong> (response.getAssertions() != <strong class="jxr_keyword">null</strong>) {
-<a name="165" href="#165">165</a>                 <strong class="jxr_keyword">for</strong> (org.opensaml.saml2.core.Assertion assertion : response.getAssertions()) {
-<a name="166" href="#166">166</a>                     signObject(assertion.getSignature());
-<a name="167" href="#167">167</a>                 }
-<a name="168" href="#168">168</a>             }
-<a name="169" href="#169">169</a>             
-<a name="170" href="#170">170</a>             signObject(response.getSignature());
-<a name="171" href="#171">171</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml2.core.Assertion) {
-<a name="172" href="#172">172</a>             org.opensaml.saml2.core.Assertion saml2 = 
-<a name="173" href="#173">173</a>                     (org.opensaml.saml2.core.Assertion) xmlObject;
-<a name="174" href="#174">174</a>             
-<a name="175" href="#175">175</a>             signObject(saml2.getSignature());
-<a name="176" href="#176">176</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml1.core.Assertion) {
-<a name="177" href="#177">177</a>             org.opensaml.saml1.core.Assertion saml1 = 
-<a name="178" href="#178">178</a>                     (org.opensaml.saml1.core.Assertion) xmlObject;
-<a name="179" href="#179">179</a>             
-<a name="180" href="#180">180</a>             signObject(saml1.getSignature());
-<a name="181" href="#181">181</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml2.core.RequestAbstractType) {
-<a name="182" href="#182">182</a>             org.opensaml.saml2.core.RequestAbstractType request = 
-<a name="183" href="#183">183</a>                     (org.opensaml.saml2.core.RequestAbstractType) xmlObject;
-<a name="184" href="#184">184</a>             
-<a name="185" href="#185">185</a>             
-<a name="186" href="#186">186</a>             signObject(request.getSignature());
-<a name="187" href="#187">187</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml1.core.Request) {
-<a name="188" href="#188">188</a>             org.opensaml.saml1.core.Request request = 
-<a name="189" href="#189">189</a>                     (org.opensaml.saml1.core.Request) xmlObject;
-<a name="190" href="#190">190</a>             
-<a name="191" href="#191">191</a>             signObject(request.getSignature());
-<a name="192" href="#192">192</a>         }
-<a name="193" href="#193">193</a>     }
-<a name="194" href="#194">194</a>     
-<a name="195" href="#195">195</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> signObject(Signature signature) <strong class="jxr_keyword">throws</strong> WSSecurityException {
-<a name="196" href="#196">196</a>         <strong class="jxr_keyword">if</strong> (signature != <strong class="jxr_keyword">null</strong>) {
-<a name="197" href="#197">197</a>             <strong class="jxr_keyword">try</strong> {
-<a name="198" href="#198">198</a>                 Signer.signObject(signature);
-<a name="199" href="#199">199</a>             } <strong class="jxr_keyword">catch</strong> (SignatureException ex) {
-<a name="200" href="#200">200</a>                 <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/ws/security/WSSecurityException.html">WSSecurityException</a>(<span class="jxr_string">"Error signing a SAML assertion"</span>, ex);
-<a name="201" href="#201">201</a>             }
-<a name="202" href="#202">202</a>         }
-<a name="203" href="#203">203</a>     }
-<a name="204" href="#204">204</a>     
-<a name="205" href="#205">205</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="206" href="#206">206</a> <em class="jxr_javadoccomment">     * Method buildSignature ...</em>
-<a name="207" href="#207">207</a> <em class="jxr_javadoccomment">     *</em>
-<a name="208" href="#208">208</a> <em class="jxr_javadoccomment">     * @return Signature</em>
-<a name="209" href="#209">209</a> <em class="jxr_javadoccomment">     */</em>
-<a name="210" href="#210">210</a>     @SuppressWarnings(<span class="jxr_string">"unchecked"</span>)
-<a name="211" href="#211">211</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> Signature buildSignature() {
-<a name="212" href="#212">212</a>         QName qName = Signature.DEFAULT_ELEMENT_NAME;
-<a name="213" href="#213">213</a>         XMLObjectBuilder&lt;Signature&gt; builder = builderFactory.getBuilder(qName);
-<a name="214" href="#214">214</a>         <strong class="jxr_keyword">if</strong> (builder == <strong class="jxr_keyword">null</strong>) {
-<a name="215" href="#215">215</a>             LOG.error(
-<a name="216" href="#216">216</a>                 <span class="jxr_string">"Unable to retrieve builder for object QName "</span> 
-<a name="217" href="#217">217</a>                 + qName
-<a name="218" href="#218">218</a>             );
-<a name="219" href="#219">219</a>             <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
-<a name="220" href="#220">220</a>         }
-<a name="221" href="#221">221</a>         <strong class="jxr_keyword">return</strong> 
-<a name="222" href="#222">222</a>             (Signature)builder.buildObject(
-<a name="223" href="#223">223</a>                  qName.getNamespaceURI(), qName.getLocalPart(), qName.getPrefix()
-<a name="224" href="#224">224</a>              );
-<a name="225" href="#225">225</a>     }
-<a name="226" href="#226">226</a>     
-<a name="227" href="#227">227</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="228" href="#228">228</a> <em class="jxr_javadoccomment">     * Method isMethodSenderVouches ...</em>
-<a name="229" href="#229">229</a> <em class="jxr_javadoccomment">     *</em>
-<a name="230" href="#230">230</a> <em class="jxr_javadoccomment">     * @param confirmMethod of type String</em>
-<a name="231" href="#231">231</a> <em class="jxr_javadoccomment">     * @return boolean</em>
-<a name="232" href="#232">232</a> <em class="jxr_javadoccomment">     */</em>
-<a name="233" href="#233">233</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> isMethodSenderVouches(String confirmMethod) {
-<a name="234" href="#234">234</a>         <strong class="jxr_keyword">return</strong> 
-<a name="235" href="#235">235</a>             confirmMethod != <strong class="jxr_keyword">null</strong> &amp;&amp; confirmMethod.startsWith(<span class="jxr_string">"urn:oasis:names:tc:SAML:"</span>) 
-<a name="236" href="#236">236</a>                 &amp;&amp; confirmMethod.endsWith(<span class="jxr_string">":cm:sender-vouches"</span>);
-<a name="237" href="#237">237</a>     }
-<a name="238" href="#238">238</a>     
-<a name="239" href="#239">239</a>     <em class="jxr_javadoccomment">/**</em>
-<a name="240" href="#240">240</a> <em class="jxr_javadoccomment">     * Method isMethodHolderOfKey ...</em>
-<a name="241" href="#241">241</a> <em class="jxr_javadoccomment">     *</em>
-<a name="242" href="#242">242</a> <em class="jxr_javadoccomment">     * @param confirmMethod of type String</em>
-<a name="243" href="#243">243</a> <em class="jxr_javadoccomment">     * @return boolean</em>
-<a name="244" href="#244">244</a> <em class="jxr_javadoccomment">     */</em>
-<a name="245" href="#245">245</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> isMethodHolderOfKey(String confirmMethod) {
-<a name="246" href="#246">246</a>         <strong class="jxr_keyword">return</strong> 
-<a name="247" href="#247">247</a>             confirmMethod != <strong class="jxr_keyword">null</strong> &amp;&amp; confirmMethod.startsWith(<span class="jxr_string">"urn:oasis:names:tc:SAML:"</span>) 
-<a name="248" href="#248">248</a>                 &amp;&amp; confirmMethod.endsWith(<span class="jxr_string">":cm:holder-of-key"</span>);
-<a name="249" href="#249">249</a>     }
-<a name="250" href="#250">250</a> 
-<a name="251" href="#251">251</a> }
+<a name="142" href="#142">142</a>             <strong class="jxr_keyword">try</strong> {
+<a name="143" href="#143">143</a>                 <strong class="jxr_keyword">if</strong> (doc == <strong class="jxr_keyword">null</strong>) {
+<a name="144" href="#144">144</a>                     element = marshaller.marshall(xmlObject);
+<a name="145" href="#145">145</a>                 } <strong class="jxr_keyword">else</strong> {
+<a name="146" href="#146">146</a>                     element = marshaller.marshall(xmlObject, doc);
+<a name="147" href="#147">147</a>                 } 
+<a name="148" href="#148">148</a>             } <strong class="jxr_keyword">catch</strong> (MarshallingException ex) {
+<a name="149" href="#149">149</a>                 <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/ws/security/WSSecurityException.html">WSSecurityException</a>(<span class="jxr_string">"Error marshalling a SAML assertion"</span>, ex);
+<a name="150" href="#150">150</a>             }
+<a name="151" href="#151">151</a>     
+<a name="152" href="#152">152</a>             <strong class="jxr_keyword">if</strong> (signObject) {
+<a name="153" href="#153">153</a>                 signXMLObject(xmlObject);
+<a name="154" href="#154">154</a>             }
+<a name="155" href="#155">155</a>         } <strong class="jxr_keyword">finally</strong> {
+<a name="156" href="#156">156</a>             <strong class="jxr_keyword">if</strong> (frag != <strong class="jxr_keyword">null</strong>) {
+<a name="157" href="#157">157</a>                 <strong class="jxr_keyword">while</strong> (doc.getFirstChild() != <strong class="jxr_keyword">null</strong>) {
+<a name="158" href="#158">158</a>                     doc.removeChild(doc.getFirstChild());
+<a name="159" href="#159">159</a>                 }
+<a name="160" href="#160">160</a>                 doc.appendChild(frag);
+<a name="161" href="#161">161</a>             }
+<a name="162" href="#162">162</a>         }
+<a name="163" href="#163">163</a>         <strong class="jxr_keyword">return</strong> element;
+<a name="164" href="#164">164</a>     }
+<a name="165" href="#165">165</a>     
+<a name="166" href="#166">166</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> signXMLObject(XMLObject xmlObject) <strong class="jxr_keyword">throws</strong> WSSecurityException {
+<a name="167" href="#167">167</a>         <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml1.core.Response) {
+<a name="168" href="#168">168</a>             org.opensaml.saml1.core.Response response = 
+<a name="169" href="#169">169</a>                     (org.opensaml.saml1.core.Response)xmlObject;
+<a name="170" href="#170">170</a>             
+<a name="171" href="#171">171</a>             <em class="jxr_comment">// Sign any Assertions</em>
+<a name="172" href="#172">172</a>             <strong class="jxr_keyword">if</strong> (response.getAssertions() != <strong class="jxr_keyword">null</strong>) {
+<a name="173" href="#173">173</a>                 <strong class="jxr_keyword">for</strong> (org.opensaml.saml1.core.Assertion assertion : response.getAssertions()) {
+<a name="174" href="#174">174</a>                     signObject(assertion.getSignature());
+<a name="175" href="#175">175</a>                 }
+<a name="176" href="#176">176</a>             }
+<a name="177" href="#177">177</a>             
+<a name="178" href="#178">178</a>             signObject(response.getSignature());
+<a name="179" href="#179">179</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml2.core.Response) {
+<a name="180" href="#180">180</a>             org.opensaml.saml2.core.Response response = 
+<a name="181" href="#181">181</a>                     (org.opensaml.saml2.core.Response)xmlObject;
+<a name="182" href="#182">182</a>             
+<a name="183" href="#183">183</a>             <em class="jxr_comment">// Sign any Assertions</em>
+<a name="184" href="#184">184</a>             <strong class="jxr_keyword">if</strong> (response.getAssertions() != <strong class="jxr_keyword">null</strong>) {
+<a name="185" href="#185">185</a>                 <strong class="jxr_keyword">for</strong> (org.opensaml.saml2.core.Assertion assertion : response.getAssertions()) {
+<a name="186" href="#186">186</a>                     signObject(assertion.getSignature());
+<a name="187" href="#187">187</a>                 }
+<a name="188" href="#188">188</a>             }
+<a name="189" href="#189">189</a>             
+<a name="190" href="#190">190</a>             signObject(response.getSignature());
+<a name="191" href="#191">191</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml2.core.Assertion) {
+<a name="192" href="#192">192</a>             org.opensaml.saml2.core.Assertion saml2 = 
+<a name="193" href="#193">193</a>                     (org.opensaml.saml2.core.Assertion) xmlObject;
+<a name="194" href="#194">194</a>             
+<a name="195" href="#195">195</a>             signObject(saml2.getSignature());
+<a name="196" href="#196">196</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml1.core.Assertion) {
+<a name="197" href="#197">197</a>             org.opensaml.saml1.core.Assertion saml1 = 
+<a name="198" href="#198">198</a>                     (org.opensaml.saml1.core.Assertion) xmlObject;
+<a name="199" href="#199">199</a>             
+<a name="200" href="#200">200</a>             signObject(saml1.getSignature());
+<a name="201" href="#201">201</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml2.core.RequestAbstractType) {
+<a name="202" href="#202">202</a>             org.opensaml.saml2.core.RequestAbstractType request = 
+<a name="203" href="#203">203</a>                     (org.opensaml.saml2.core.RequestAbstractType) xmlObject;
+<a name="204" href="#204">204</a>             
+<a name="205" href="#205">205</a>             
+<a name="206" href="#206">206</a>             signObject(request.getSignature());
+<a name="207" href="#207">207</a>         } <strong class="jxr_keyword">else</strong> <strong class="jxr_keyword">if</strong> (xmlObject instanceof org.opensaml.saml1.core.Request) {
+<a name="208" href="#208">208</a>             org.opensaml.saml1.core.Request request = 
+<a name="209" href="#209">209</a>                     (org.opensaml.saml1.core.Request) xmlObject;
+<a name="210" href="#210">210</a>             
+<a name="211" href="#211">211</a>             signObject(request.getSignature());
+<a name="212" href="#212">212</a>         }
+<a name="213" href="#213">213</a>     }
+<a name="214" href="#214">214</a>     
+<a name="215" href="#215">215</a>     <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">void</strong> signObject(Signature signature) <strong class="jxr_keyword">throws</strong> WSSecurityException {
+<a name="216" href="#216">216</a>         <strong class="jxr_keyword">if</strong> (signature != <strong class="jxr_keyword">null</strong>) {
+<a name="217" href="#217">217</a>             <strong class="jxr_keyword">try</strong> {
+<a name="218" href="#218">218</a>                 Signer.signObject(signature);
+<a name="219" href="#219">219</a>             } <strong class="jxr_keyword">catch</strong> (SignatureException ex) {
+<a name="220" href="#220">220</a>                 <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> <a href="../../../../../../org/apache/ws/security/WSSecurityException.html">WSSecurityException</a>(<span class="jxr_string">"Error signing a SAML assertion"</span>, ex);
+<a name="221" href="#221">221</a>             }
+<a name="222" href="#222">222</a>         }
+<a name="223" href="#223">223</a>     }
+<a name="224" href="#224">224</a>     
+<a name="225" href="#225">225</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="226" href="#226">226</a> <em class="jxr_javadoccomment">     * Method buildSignature ...</em>
+<a name="227" href="#227">227</a> <em class="jxr_javadoccomment">     *</em>
+<a name="228" href="#228">228</a> <em class="jxr_javadoccomment">     * @return Signature</em>
+<a name="229" href="#229">229</a> <em class="jxr_javadoccomment">     */</em>
+<a name="230" href="#230">230</a>     @SuppressWarnings(<span class="jxr_string">"unchecked"</span>)
+<a name="231" href="#231">231</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> Signature buildSignature() {
+<a name="232" href="#232">232</a>         QName qName = Signature.DEFAULT_ELEMENT_NAME;
+<a name="233" href="#233">233</a>         XMLObjectBuilder&lt;Signature&gt; builder = builderFactory.getBuilder(qName);
+<a name="234" href="#234">234</a>         <strong class="jxr_keyword">if</strong> (builder == <strong class="jxr_keyword">null</strong>) {
+<a name="235" href="#235">235</a>             LOG.error(
+<a name="236" href="#236">236</a>                 <span class="jxr_string">"Unable to retrieve builder for object QName "</span> 
+<a name="237" href="#237">237</a>                 + qName
+<a name="238" href="#238">238</a>             );
+<a name="239" href="#239">239</a>             <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>;
+<a name="240" href="#240">240</a>         }
+<a name="241" href="#241">241</a>         <strong class="jxr_keyword">return</strong> 
+<a name="242" href="#242">242</a>             (Signature)builder.buildObject(
+<a name="243" href="#243">243</a>                  qName.getNamespaceURI(), qName.getLocalPart(), qName.getPrefix()
+<a name="244" href="#244">244</a>              );
+<a name="245" href="#245">245</a>     }
+<a name="246" href="#246">246</a>     
+<a name="247" href="#247">247</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="248" href="#248">248</a> <em class="jxr_javadoccomment">     * Method isMethodSenderVouches ...</em>
+<a name="249" href="#249">249</a> <em class="jxr_javadoccomment">     *</em>
+<a name="250" href="#250">250</a> <em class="jxr_javadoccomment">     * @param confirmMethod of type String</em>
+<a name="251" href="#251">251</a> <em class="jxr_javadoccomment">     * @return boolean</em>
+<a name="252" href="#252">252</a> <em class="jxr_javadoccomment">     */</em>
+<a name="253" href="#253">253</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> isMethodSenderVouches(String confirmMethod) {
+<a name="254" href="#254">254</a>         <strong class="jxr_keyword">return</strong> 
+<a name="255" href="#255">255</a>             confirmMethod != <strong class="jxr_keyword">null</strong> &amp;&amp; confirmMethod.startsWith(<span class="jxr_string">"urn:oasis:names:tc:SAML:"</span>) 
+<a name="256" href="#256">256</a>                 &amp;&amp; confirmMethod.endsWith(<span class="jxr_string">":cm:sender-vouches"</span>);
+<a name="257" href="#257">257</a>     }
+<a name="258" href="#258">258</a>     
+<a name="259" href="#259">259</a>     <em class="jxr_javadoccomment">/**</em>
+<a name="260" href="#260">260</a> <em class="jxr_javadoccomment">     * Method isMethodHolderOfKey ...</em>
+<a name="261" href="#261">261</a> <em class="jxr_javadoccomment">     *</em>
+<a name="262" href="#262">262</a> <em class="jxr_javadoccomment">     * @param confirmMethod of type String</em>
+<a name="263" href="#263">263</a> <em class="jxr_javadoccomment">     * @return boolean</em>
+<a name="264" href="#264">264</a> <em class="jxr_javadoccomment">     */</em>
+<a name="265" href="#265">265</a>     <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">static</strong> <strong class="jxr_keyword">boolean</strong> isMethodHolderOfKey(String confirmMethod) {
+<a name="266" href="#266">266</a>         <strong class="jxr_keyword">return</strong> 
+<a name="267" href="#267">267</a>             confirmMethod != <strong class="jxr_keyword">null</strong> &amp;&amp; confirmMethod.startsWith(<span class="jxr_string">"urn:oasis:names:tc:SAML:"</span>) 
+<a name="268" href="#268">268</a>                 &amp;&amp; confirmMethod.endsWith(<span class="jxr_string">":cm:holder-of-key"</span>);
+<a name="269" href="#269">269</a>     }
+<a name="270" href="#270">270</a> 
+<a name="271" href="#271">271</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/saml/ext/bean/package-frame.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/bean/package-frame.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/bean/package-frame.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/bean/package-frame.html Tue Jul 31 16:30:10 2012
@@ -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.6 Reference Package org.apache.ws.security.saml.ext.bean</title>
+		<title>WSS4J 1.6.7 Reference Package org.apache.ws.security.saml.ext.bean</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/bean/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/bean/package-summary.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/bean/package-summary.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/bean/package-summary.html Tue Jul 31 16:30:10 2012
@@ -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.6 Reference Package org.apache.ws.security.saml.ext.bean</title>
+		<title>WSS4J 1.6.7 Reference Package org.apache.ws.security.saml.ext.bean</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/builder/package-frame.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/builder/package-frame.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/builder/package-frame.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/builder/package-frame.html Tue Jul 31 16:30:10 2012
@@ -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.6 Reference Package org.apache.ws.security.saml.ext.builder</title>
+		<title>WSS4J 1.6.7 Reference Package org.apache.ws.security.saml.ext.builder</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/builder/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/builder/package-summary.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/builder/package-summary.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/builder/package-summary.html Tue Jul 31 16:30:10 2012
@@ -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.6 Reference Package org.apache.ws.security.saml.ext.builder</title>
+		<title>WSS4J 1.6.7 Reference Package org.apache.ws.security.saml.ext.builder</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/package-frame.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/package-frame.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/package-frame.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/package-frame.html Tue Jul 31 16:30:10 2012
@@ -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.6 Reference Package org.apache.ws.security.saml.ext</title>
+		<title>WSS4J 1.6.7 Reference Package org.apache.ws.security.saml.ext</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/package-summary.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/package-summary.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/saml/ext/package-summary.html Tue Jul 31 16:30:10 2012
@@ -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.6 Reference Package org.apache.ws.security.saml.ext</title>
+		<title>WSS4J 1.6.7 Reference Package org.apache.ws.security.saml.ext</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/saml/package-frame.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/saml/package-frame.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/saml/package-frame.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/saml/package-frame.html Tue Jul 31 16:30:10 2012
@@ -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.6 Reference Package org.apache.ws.security.saml</title>
+		<title>WSS4J 1.6.7 Reference Package org.apache.ws.security.saml</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/saml/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/saml/package-summary.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/saml/package-summary.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/saml/package-summary.html Tue Jul 31 16:30:10 2012
@@ -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.6 Reference Package org.apache.ws.security.saml</title>
+		<title>WSS4J 1.6.7 Reference Package org.apache.ws.security.saml</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/spnego/package-frame.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/spnego/package-frame.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/spnego/package-frame.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/spnego/package-frame.html Tue Jul 31 16:30:10 2012
@@ -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.6 Reference Package org.apache.ws.security.spnego</title>
+		<title>WSS4J 1.6.7 Reference Package org.apache.ws.security.spnego</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: webservices/wss4j/site/xref/org/apache/ws/security/spnego/package-summary.html
URL: http://svn.apache.org/viewvc/webservices/wss4j/site/xref/org/apache/ws/security/spnego/package-summary.html?rev=1367668&r1=1367667&r2=1367668&view=diff
==============================================================================
--- webservices/wss4j/site/xref/org/apache/ws/security/spnego/package-summary.html (original)
+++ webservices/wss4j/site/xref/org/apache/ws/security/spnego/package-summary.html Tue Jul 31 16:30:10 2012
@@ -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.6 Reference Package org.apache.ws.security.spnego</title>
+		<title>WSS4J 1.6.7 Reference Package org.apache.ws.security.spnego</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>