You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2012/04/30 10:24:27 UTC

svn commit: r1332106 [7/17] - in /axis/axis2/java/rampart/site: ./ apidocs/ apidocs/org/apache/rahas/ apidocs/org/apache/rahas/class-use/ apidocs/org/apache/rahas/client/ apidocs/org/apache/rahas/client/class-use/ apidocs/org/apache/rahas/impl/ apidocs...

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/SAMLUtils.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/SAMLUtils.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/SAMLUtils.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/SAMLUtils.html Mon Apr 30 08:24:18 2012
@@ -2,19 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:44 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 SAMLUtils (Apache Rampart API)
 </TITLE>
 
-<META NAME="keywords" CONTENT="org.apache.rahas.impl.util.SAMLUtils class">
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SAMLUtils (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="SAMLUtils (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -98,6 +101,11 @@ java.lang.Object
 </PRE>
 
 <P>
+Utility class for SAML 1 assertions. Responsible for manipulating all SAML1 specific objects
+ like Assertion, ConfirmationMethod etc ...
+<P>
+
+<P>
 <HR>
 
 <P>
@@ -128,12 +136,190 @@ java.lang.Object
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.saml1.core.Assertion</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#buildAssertion(org.w3c.dom.Element)">buildAssertion</A></B>(org.w3c.dom.Element&nbsp;assertionElement)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Builds an assertion from an XML element.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.xml.XMLObject</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#buildXMLObject(javax.xml.namespace.QName)">buildXMLObject</A></B>(javax.xml.namespace.QName&nbsp;objectQName)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Builds the requested XMLObject.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.joda.time.DateTime</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#convertToDateTime(java.util.Date)">convertToDateTime</A></B>(java.util.Date&nbsp;date)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Converts java.util.Date to opensaml DateTime object.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.saml1.core.Assertion</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createAssertion(java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.util.List)">createAssertion</A></B>(java.lang.String&nbsp;issuerName,
+                org.joda.time.DateTime&nbsp;notBefore,
+                org.joda.time.DateTime&nbsp;notOnOrAfter,
+                java.util.List&lt;org.opensaml.saml1.core.Statement&gt;&nbsp;statements)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method creates the final SAML assertion.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.saml1.core.Attribute</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createAttribute(java.lang.String, java.lang.String, java.lang.String)">createAttribute</A></B>(java.lang.String&nbsp;name,
+                java.lang.String&nbsp;namespace,
+                java.lang.String&nbsp;value)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a SAML attribute similar to following,
+ <saml:Attribute
+       AttributeName="MemberLevel"
+       AttributeNamespace="http://www.oasis.open.org/Catalyst2002/attributes">
+       <saml:AttributeValue>gold</saml:AttributeValue>
+   </saml:Attribute></TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.saml1.core.AttributeStatement</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createAttributeStatement(org.opensaml.saml1.core.Subject, java.util.List)">createAttributeStatement</A></B>(org.opensaml.saml1.core.Subject&nbsp;subject,
+                         java.util.List&lt;org.opensaml.saml1.core.Attribute&gt;&nbsp;attributeList)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an attribute statement.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.saml1.core.AuthenticationStatement</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createAuthenticationStatement(org.opensaml.saml1.core.Subject, java.lang.String, org.joda.time.DateTime)">createAuthenticationStatement</A></B>(org.opensaml.saml1.core.Subject&nbsp;subject,
+                              java.lang.String&nbsp;authenticationMethod,
+                              org.joda.time.DateTime&nbsp;authenticationInstant)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an AuthenticationStatement.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.saml1.core.Conditions</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createConditions(org.joda.time.DateTime, org.joda.time.DateTime)">createConditions</A></B>(org.joda.time.DateTime&nbsp;notBefore,
+                 org.joda.time.DateTime&nbsp;notOnOrAfter)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates Conditions object.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.xml.signature.KeyInfo</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createKeyInfo()">createKeyInfo</A></B>()</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a KeyInfo object</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.xml.signature.KeyInfo</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createKeyInfo(org.opensaml.xml.encryption.EncryptedKey)">createKeyInfo</A></B>(org.opensaml.xml.encryption.EncryptedKey&nbsp;encryptedKey)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a KeyInfo element given EncryptedKey.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.xml.signature.KeyInfo</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createKeyInfo(org.opensaml.xml.signature.X509Data)">createKeyInfo</A></B>(org.opensaml.xml.signature.X509Data&nbsp;x509Data)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a KeyInfo element given EncryptedKey.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.saml1.core.NameIdentifier</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createNamedIdentifier(java.lang.String, java.lang.String)">createNamedIdentifier</A></B>(java.lang.String&nbsp;principalName,
+                      java.lang.String&nbsp;format)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create named identifier.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.saml1.core.Subject</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createSubject(org.opensaml.saml1.core.NameIdentifier, java.lang.String, org.opensaml.xml.signature.KeyInfo)">createSubject</A></B>(org.opensaml.saml1.core.NameIdentifier&nbsp;nameIdentifier,
+              java.lang.String&nbsp;confirmationMethod,
+              org.opensaml.xml.signature.KeyInfo&nbsp;keyInfoContent)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an opensaml Subject representation.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.saml1.core.SubjectConfirmation</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createSubjectConfirmation(java.lang.String, org.opensaml.xml.signature.KeyInfo)">createSubjectConfirmation</A></B>(java.lang.String&nbsp;confirmationMethod,
+                          org.opensaml.xml.signature.KeyInfo&nbsp;keyInfoContent)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates opensaml SubjectConfirmation representation.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.saml1.core.ConfirmationMethod</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#createSubjectConfirmationMethod(java.lang.String)">createSubjectConfirmationMethod</A></B>(java.lang.String&nbsp;confirmationMethod)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates the subject confirmation method.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 <CODE>static&nbsp;java.util.Collection&lt;java.security.cert.X509Certificate&gt;</CODE></FONT></TD>
 <TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#getCertChainCollection(java.security.cert.X509Certificate[])">getCertChainCollection</A></B>(java.security.cert.X509Certificate[]&nbsp;issuerCerts)</CODE>
 
 <BR>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 </TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.xml.signature.KeyInfo</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#getCertificateBasedKeyInfo(java.security.cert.X509Certificate)">getCertificateBasedKeyInfo</A></B>(java.security.cert.X509Certificate&nbsp;certificate)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates the certificate based KeyInfo object.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#getSAML11SubjectConfirmationMethod(org.opensaml.saml1.core.Assertion)">getSAML11SubjectConfirmationMethod</A></B>(org.opensaml.saml1.core.Assertion&nbsp;assertion)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get subject confirmation method of the given SAML 1.1 Assertion.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;org.opensaml.xml.signature.KeyInfo</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#getSymmetricKeyBasedKeyInfo(org.w3c.dom.Document, org.apache.rahas.RahasData, java.security.cert.X509Certificate, int, org.apache.ws.security.components.crypto.Crypto, int)">getSymmetricKeyBasedKeyInfo</A></B>(org.w3c.dom.Document&nbsp;doc,
+                            <A HREF="../../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</A>&nbsp;data,
+                            java.security.cert.X509Certificate&nbsp;serviceCert,
+                            int&nbsp;keySize,
+                            org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
+                            int&nbsp;keyComputation)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method creates KeyInfo element of an assertion.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;void</CODE></FONT></TD>
+<TD><CODE><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html#signAssertion(org.opensaml.saml1.core.Assertion, org.apache.ws.security.components.crypto.Crypto, java.lang.String, java.lang.String)">signAssertion</A></B>(org.opensaml.saml1.core.Assertion&nbsp;assertion,
+              org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
+              java.lang.String&nbsp;issuerKeyAlias,
+              java.lang.String&nbsp;issuerKeyPassword)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Signs the SAML assertion.</TD>
+</TR>
 </TABLE>
 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
@@ -183,6 +369,479 @@ public static java.util.Collection&lt;ja
 </DL>
 </DD>
 </DL>
+<HR>
+
+<A NAME="buildXMLObject(javax.xml.namespace.QName)"><!-- --></A><H3>
+buildXMLObject</H3>
+<PRE>
+public static org.opensaml.xml.XMLObject <B>buildXMLObject</B>(javax.xml.namespace.QName&nbsp;objectQName)
+                                                 throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Builds the requested XMLObject.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>objectQName</CODE> - name of the XMLObject
+<DT><B>Returns:</B><DD>the build XMLObject
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find the appropriate builder.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="buildAssertion(org.w3c.dom.Element)"><!-- --></A><H3>
+buildAssertion</H3>
+<PRE>
+public static org.opensaml.saml1.core.Assertion <B>buildAssertion</B>(org.w3c.dom.Element&nbsp;assertionElement)</PRE>
+<DL>
+<DD>Builds an assertion from an XML element.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>assertionElement</CODE> - The XML element.
+<DT><B>Returns:</B><DD>An Assertion object.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="signAssertion(org.opensaml.saml1.core.Assertion, org.apache.ws.security.components.crypto.Crypto, java.lang.String, java.lang.String)"><!-- --></A><H3>
+signAssertion</H3>
+<PRE>
+public static void <B>signAssertion</B>(org.opensaml.saml1.core.Assertion&nbsp;assertion,
+                                 org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
+                                 java.lang.String&nbsp;issuerKeyAlias,
+                                 java.lang.String&nbsp;issuerKeyPassword)
+                          throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Signs the SAML assertion. The steps to sign SAML assertion is as follows,
+ <ol>
+     <li>Get certificate for issuer alias</li>
+     <li>Extract private key</li>
+     <li>Create <CODE>Credential</CODE> object</li>
+     <li>Create <CODE>Signature</CODE> object</li>
+     <li>Set Signature object in Assertion</li>
+     <li>Prepare signing environment - SecurityHelper.prepareSignatureParams</li>
+     <li>Perform signing action - Signer.signObject</li>
+ </ol>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>assertion</CODE> - The assertion to be signed.<DD><CODE>crypto</CODE> - Certificate and private key data are stored in Crypto object<DD><CODE>issuerKeyAlias</CODE> - Key alias<DD><CODE>issuerKeyPassword</CODE> - Key password
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If an error occurred while signing the assertion.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getSAML11SubjectConfirmationMethod(org.opensaml.saml1.core.Assertion)"><!-- --></A><H3>
+getSAML11SubjectConfirmationMethod</H3>
+<PRE>
+public static java.lang.String <B>getSAML11SubjectConfirmationMethod</B>(org.opensaml.saml1.core.Assertion&nbsp;assertion)</PRE>
+<DL>
+<DD>Get subject confirmation method of the given SAML 1.1 Assertion.
+ This is used in rampart-core.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>assertion</CODE> - SAML 1.1 Assertion
+<DT><B>Returns:</B><DD>subject confirmation method</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createNamedIdentifier(java.lang.String, java.lang.String)"><!-- --></A><H3>
+createNamedIdentifier</H3>
+<PRE>
+public static org.opensaml.saml1.core.NameIdentifier <B>createNamedIdentifier</B>(java.lang.String&nbsp;principalName,
+                                                                           java.lang.String&nbsp;format)
+                                                                    throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Create named identifier.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>principalName</CODE> - Name of the subject.<DD><CODE>format</CODE> - Format of the subject, whether it is an email, uid etc ...
+<DT><B>Returns:</B><DD>The NamedIdentifier object.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find the builder.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createSubjectConfirmationMethod(java.lang.String)"><!-- --></A><H3>
+createSubjectConfirmationMethod</H3>
+<PRE>
+public static org.opensaml.saml1.core.ConfirmationMethod <B>createSubjectConfirmationMethod</B>(java.lang.String&nbsp;confirmationMethod)
+                                                                                  throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates the subject confirmation method.
+ Relevant XML element would look like as follows,
+ <saml:ConfirmationMethod>
+       urn:oasis:names:tc:SAML:1.0:cm:holder-of-key
+  </saml:ConfirmationMethod>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>confirmationMethod</CODE> - Name of the actual confirmation method. Could be
+      holder-of-key - "urn:oasis:names:tc:SAML:1.0:cm:holder-of-key"
+      sender-vouches - "urn:oasis:names:tc:SAML:1.0:cm:sender-vouches"
+      bearer - TODO
+<DT><B>Returns:</B><DD>Returns the opensaml representation of the ConfirmationMethod.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find appropriate XMLObject builder for confirmation QName.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createSubjectConfirmation(java.lang.String, org.opensaml.xml.signature.KeyInfo)"><!-- --></A><H3>
+createSubjectConfirmation</H3>
+<PRE>
+public static org.opensaml.saml1.core.SubjectConfirmation <B>createSubjectConfirmation</B>(java.lang.String&nbsp;confirmationMethod,
+                                                                                    org.opensaml.xml.signature.KeyInfo&nbsp;keyInfoContent)
+                                                                             throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates opensaml SubjectConfirmation representation. The relevant XML would looks as follows,
+  <saml:SubjectConfirmation>
+       <saml:ConfirmationMethod>
+           urn:oasis:names:tc:SAML:1.0:cm:sender-vouches
+       </saml:ConfirmationMethod>
+   </saml:SubjectConfirmation>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>confirmationMethod</CODE> - The subject confirmation method. Bearer, Sender-Vouches or Holder-Of-Key.<DD><CODE>keyInfoContent</CODE> - The KeyInfo content. According to SPEC (SAML 1.1) this could be null.
+<DT><B>Returns:</B><DD>OpenSAML representation of SubjectConfirmation.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find any of the XML builders.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createSubject(org.opensaml.saml1.core.NameIdentifier, java.lang.String, org.opensaml.xml.signature.KeyInfo)"><!-- --></A><H3>
+createSubject</H3>
+<PRE>
+public static org.opensaml.saml1.core.Subject <B>createSubject</B>(org.opensaml.saml1.core.NameIdentifier&nbsp;nameIdentifier,
+                                                            java.lang.String&nbsp;confirmationMethod,
+                                                            org.opensaml.xml.signature.KeyInfo&nbsp;keyInfoContent)
+                                                     throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates an opensaml Subject representation. The relevant XML would looks as follows,
+ <saml:Subject>
+       <saml:NameIdentifier
+       NameQualifier="www.example.com"
+       Format="...">
+       uid=joe,ou=people,ou=saml-demo,o=baltimore.com
+       </saml:NameIdentifier>
+       <saml:SubjectConfirmation>
+           <saml:ConfirmationMethod>
+           urn:oasis:names:tc:SAML:1.0:cm:holder-of-key
+           </saml:ConfirmationMethod>
+       <ds:KeyInfo>
+           <ds:KeyValue>...</ds:KeyValue>
+       </ds:KeyInfo>
+       </saml:SubjectConfirmation>
+   </saml:Subject>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>nameIdentifier</CODE> - Represent the "NameIdentifier" of XML element above.<DD><CODE>confirmationMethod</CODE> - Represent the bearer, HOK or Sender-Vouches.<DD><CODE>keyInfoContent</CODE> - Key info information. This could be null.
+<DT><B>Returns:</B><DD>OpenSAML representation of the Subject.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If a relevant XML builder is unable to find.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createAuthenticationStatement(org.opensaml.saml1.core.Subject, java.lang.String, org.joda.time.DateTime)"><!-- --></A><H3>
+createAuthenticationStatement</H3>
+<PRE>
+public static org.opensaml.saml1.core.AuthenticationStatement <B>createAuthenticationStatement</B>(org.opensaml.saml1.core.Subject&nbsp;subject,
+                                                                                            java.lang.String&nbsp;authenticationMethod,
+                                                                                            org.joda.time.DateTime&nbsp;authenticationInstant)
+                                                                                     throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates an AuthenticationStatement. The relevant XML element looks as follows,
+ <AuthenticationStatement
+       AuthenticationInstant="2003-04-17T00:46:00Z"
+       AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:password">
+       <Subject>
+           <NameIdentifier
+           Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress">
+           scott@example.org</NameIdentifier>
+               <SubjectConfirmation>
+                   <ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:bearer</ConfirmationMethod>
+               </SubjectConfirmation>
+       </Subject>
+       <SubjectLocality IPAddress="127.0.0.1"/>
+   </AuthenticationStatement>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>subject</CODE> - OpenSAML Subject implementation.<DD><CODE>authenticationMethod</CODE> - How subject is authenticated ? i.e. by using a password, kerberos, certificate
+          etc ... The method is defined as a URL in SAML specification.<DD><CODE>authenticationInstant</CODE> - Time which authentication took place.
+<DT><B>Returns:</B><DD>opensaml AuthenticationStatement object.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find the builder.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createAttributeStatement(org.opensaml.saml1.core.Subject, java.util.List)"><!-- --></A><H3>
+createAttributeStatement</H3>
+<PRE>
+public static org.opensaml.saml1.core.AttributeStatement <B>createAttributeStatement</B>(org.opensaml.saml1.core.Subject&nbsp;subject,
+                                                                                  java.util.List&lt;org.opensaml.saml1.core.Attribute&gt;&nbsp;attributeList)
+                                                                           throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates an attribute statement. Sample attribute statement would look like follows,
+  <saml:AttributeStatement>
+       <saml:Subject>
+           <saml:NameIdentifier
+               NameQualifier="www.example.com"
+               Format="...">
+               uid=joe,ou=people,ou=saml-demo,o=baltimore.com
+           </saml:NameIdentifier>
+           <saml:SubjectConfirmation>
+               <saml:ConfirmationMethod>
+               urn:oasis:names:tc:SAML:1.0:cm:holder-of-key
+               </saml:ConfirmationMethod>
+               <ds:KeyInfo>
+                 <ds:KeyValue>...</ds:KeyValue>
+               </ds:KeyInfo>
+           </saml:SubjectConfirmation>
+       </saml:Subject>
+       <saml:Attribute
+           AttributeName="MemberLevel"
+           AttributeNamespace="http://www.oasis.open.org/Catalyst2002/attributes">
+           <saml:AttributeValue>gold</saml:AttributeValue>
+       </saml:Attribute>
+       <saml:Attribute
+           AttributeName="E-mail"
+           AttributeNamespace="http://www.oasis.open.org/Catalyst2002/attributes">
+           <saml:AttributeValue>joe@yahoo.com</saml:AttributeValue>
+       </saml:Attribute>
+   </saml:AttributeStatement>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>subject</CODE> - The OpenSAML representation of the Subject.<DD><CODE>attributeList</CODE> - List of attribute values to include within the message.
+<DT><B>Returns:</B><DD>OpenSAML representation of AttributeStatement.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find the appropriate builder.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createConditions(org.joda.time.DateTime, org.joda.time.DateTime)"><!-- --></A><H3>
+createConditions</H3>
+<PRE>
+public static org.opensaml.saml1.core.Conditions <B>createConditions</B>(org.joda.time.DateTime&nbsp;notBefore,
+                                                                  org.joda.time.DateTime&nbsp;notOnOrAfter)
+                                                           throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates Conditions object. Analogous XML element is as follows,
+ <saml:Conditions>
+       NotBefore="2002-06-19T16:53:33.173Z"
+       NotOnOrAfter="2002-06-19T17:08:33.173Z"/>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>notBefore</CODE> - The validity of the Assertion starts from this value.<DD><CODE>notOnOrAfter</CODE> - The validity ends from this value.
+<DT><B>Returns:</B><DD>OpenSAML Conditions object.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find appropriate builder.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createAssertion(java.lang.String, org.joda.time.DateTime, org.joda.time.DateTime, java.util.List)"><!-- --></A><H3>
+createAssertion</H3>
+<PRE>
+public static org.opensaml.saml1.core.Assertion <B>createAssertion</B>(java.lang.String&nbsp;issuerName,
+                                                                org.joda.time.DateTime&nbsp;notBefore,
+                                                                org.joda.time.DateTime&nbsp;notOnOrAfter,
+                                                                java.util.List&lt;org.opensaml.saml1.core.Statement&gt;&nbsp;statements)
+                                                         throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>This method creates the final SAML assertion. The final SAML assertion would looks like as follows,
+  <saml:Assertion  AssertionID="_a75adf55-01d7-40cc-929f-dbd8372ebdfc"
+                   IssueInstant="2003-04-17T00:46:02Z"
+                   Issuer=”www.opensaml.org”
+                   MajorVersion="1"
+                   MinorVersion="1"
+                   xmlns="urn:oasis:names:tc:SAML:1.0:assertion">
+       <saml:Conditions>
+           NotBefore="2002-06-19T16:53:33.173Z"
+           NotOnOrAfter="2002-06-19T17:08:33.173Z"/>
+       <saml:AttributeStatement>
+           <saml:Subject>
+               <saml:NameIdentifier
+                       NameQualifier="www.example.com"
+                       Format="...">
+                       uid=joe,ou=people,ou=saml-demo,o=baltimore.com
+               </saml:NameIdentifier>
+               <saml:SubjectConfirmation>
+                   <saml:ConfirmationMethod>
+                       urn:oasis:names:tc:SAML:1.0:cm:holder-of-key
+                   </saml:ConfirmationMethod>
+                   <ds:KeyInfo>
+                       <ds:KeyValue>...</ds:KeyValue>
+                   </ds:KeyInfo>
+               </saml:SubjectConfirmation>
+           </saml:Subject>
+           <saml:Attribute
+               AttributeName="MemberLevel"
+               AttributeNamespace="http://www.oasis.open.org/Catalyst2002/attributes">
+               <saml:AttributeValue>gold</saml:AttributeValue>
+           </saml:Attribute>
+           <saml:Attribute
+               AttributeName="E-mail" AttributeNamespace="http://www.oasis.open.org/Catalyst2002/attributes">
+               <saml:AttributeValue>joe@yahoo.com</saml:AttributeValue>
+           </saml:Attribute>
+       </saml:AttributeStatement>
+       <ds:Signature>...</ds:Signature>
+   </saml:Assertion>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>issuerName</CODE> - Represents the "Issuer" in Assertion.<DD><CODE>notBefore</CODE> - The Condition's NotBefore value<DD><CODE>notOnOrAfter</CODE> - The Condition's NotOnOrAfter value<DD><CODE>statements</CODE> - Other statements.
+<DT><B>Returns:</B><DD>An opensaml Assertion object.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find the appropriate builder.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createAttribute(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
+createAttribute</H3>
+<PRE>
+public static org.opensaml.saml1.core.Attribute <B>createAttribute</B>(java.lang.String&nbsp;name,
+                                                                java.lang.String&nbsp;namespace,
+                                                                java.lang.String&nbsp;value)
+                                                         throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates a SAML attribute similar to following,
+ <saml:Attribute
+       AttributeName="MemberLevel"
+       AttributeNamespace="http://www.oasis.open.org/Catalyst2002/attributes">
+       <saml:AttributeValue>gold</saml:AttributeValue>
+   </saml:Attribute>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>name</CODE> - attribute name<DD><CODE>namespace</CODE> - attribute namespace.<DD><CODE>value</CODE> - attribute value.
+<DT><B>Returns:</B><DD>OpenSAML representation of the attribute.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find the appropriate builder.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createKeyInfo()"><!-- --></A><H3>
+createKeyInfo</H3>
+<PRE>
+public static org.opensaml.xml.signature.KeyInfo <B>createKeyInfo</B>()
+                                                        throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates a KeyInfo object
+<P>
+<DD><DL>
+
+<DT><B>Returns:</B><DD>OpenSAML KeyInfo representation.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If an error occurred while creating KeyInfo.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createKeyInfo(org.opensaml.xml.encryption.EncryptedKey)"><!-- --></A><H3>
+createKeyInfo</H3>
+<PRE>
+public static org.opensaml.xml.signature.KeyInfo <B>createKeyInfo</B>(org.opensaml.xml.encryption.EncryptedKey&nbsp;encryptedKey)
+                                                        throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates a KeyInfo element given EncryptedKey. The relevant XML would looks as follows,
+  <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
+     <xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
+           ....
+     </xenc:EncryptedKey>
+   </ds:KeyInfo>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>encryptedKey</CODE> - The OpemSAML representation of encrypted key.
+<DT><B>Returns:</B><DD>The appropriate opensaml representation of the KeyInfo.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find the builder.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="createKeyInfo(org.opensaml.xml.signature.X509Data)"><!-- --></A><H3>
+createKeyInfo</H3>
+<PRE>
+public static org.opensaml.xml.signature.KeyInfo <B>createKeyInfo</B>(org.opensaml.xml.signature.X509Data&nbsp;x509Data)
+                                                        throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates a KeyInfo element given EncryptedKey. The relevant XML would looks as follows,
+  <KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
+     <X509Data xmlns:xenc="http://www.w3.org/2001/04/xmlenc#"
+           ....
+     </X509Data>
+   </ds:KeyInfo>
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>x509Data</CODE> - The OpemSAML representation X509Data
+<DT><B>Returns:</B><DD>The appropriate opensaml representation of the KeyInfo.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If unable to find the builder.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getCertificateBasedKeyInfo(java.security.cert.X509Certificate)"><!-- --></A><H3>
+getCertificateBasedKeyInfo</H3>
+<PRE>
+public static org.opensaml.xml.signature.KeyInfo <B>getCertificateBasedKeyInfo</B>(java.security.cert.X509Certificate&nbsp;certificate)
+                                                                     throws <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>Creates the certificate based KeyInfo object.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>certificate</CODE> - The public key certificate used to create the KeyInfo object.
+<DT><B>Returns:</B><DD>OpenSAML representation of KeyInfo object.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If an error occurred while creating the KeyInfo</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="getSymmetricKeyBasedKeyInfo(org.w3c.dom.Document, org.apache.rahas.RahasData, java.security.cert.X509Certificate, int, org.apache.ws.security.components.crypto.Crypto, int)"><!-- --></A><H3>
+getSymmetricKeyBasedKeyInfo</H3>
+<PRE>
+public static org.opensaml.xml.signature.KeyInfo <B>getSymmetricKeyBasedKeyInfo</B>(org.w3c.dom.Document&nbsp;doc,
+                                                                             <A HREF="../../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</A>&nbsp;data,
+                                                                             java.security.cert.X509Certificate&nbsp;serviceCert,
+                                                                             int&nbsp;keySize,
+                                                                             org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
+                                                                             int&nbsp;keyComputation)
+                                                                      throws org.apache.ws.security.WSSecurityException,
+                                                                             <A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></PRE>
+<DL>
+<DD>This method creates KeyInfo element of an assertion. This is a facade, in which it calls
+ to other helper methods to create KeyInfo. The TokenIssuer will call this method to
+ create the KeyInfo.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>doc</CODE> - An Axiom based DOM Document.<DD><CODE>data</CODE> - The ephemeral key which we use here need in encrypting the message also. Therefore
+              we need to save the ephemeral key in RahasData passed here.<DD><CODE>serviceCert</CODE> - Public key used to encrypt the assertion is extracted from this certificate.<DD><CODE>keySize</CODE> - Size of the key to be used<DD><CODE>crypto</CODE> - The relevant private key<DD><CODE>keyComputation</CODE> - Key computation mechanism.
+<DT><B>Returns:</B><DD>OpenSAML KeyInfo representation.
+<DT><B>Throws:</B>
+<DD><CODE>org.apache.ws.security.WSSecurityException</CODE> - We use WSS4J to generate encrypted key. This exception will trigger if an
+                      error occurs while generating the encrypted key.
+<DD><CODE><A HREF="../../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</A></CODE> - If an error occurred while creating KeyInfo object.</DL>
+</DD>
+</DL>
+<HR>
+
+<A NAME="convertToDateTime(java.util.Date)"><!-- --></A><H3>
+convertToDateTime</H3>
+<PRE>
+public static org.joda.time.DateTime <B>convertToDateTime</B>(java.util.Date&nbsp;date)</PRE>
+<DL>
+<DD>Converts java.util.Date to opensaml DateTime object.
+<P>
+<DD><DL>
+<DT><B>Parameters:</B><DD><CODE>date</CODE> - Java util date
+<DT><B>Returns:</B><DD>opensaml specific DateTime object.</DL>
+</DD>
+</DL>
 <!-- ========= END OF CLASS DATA ========= -->
 <HR>
 

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/SignKeyHolder.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/SignKeyHolder.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/SignKeyHolder.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/SignKeyHolder.html Mon Apr 30 08:24:18 2012
@@ -2,19 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:44 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 SignKeyHolder (Apache Rampart API)
 </TITLE>
 
-<META NAME="keywords" CONTENT="org.apache.rahas.impl.util.SignKeyHolder class">
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="SignKeyHolder (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="SignKeyHolder (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->

Added: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/AxiomParserPool.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/AxiomParserPool.html?rev=1332106&view=auto
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/AxiomParserPool.html (added)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/AxiomParserPool.html Mon Apr 30 08:24:18 2012
@@ -0,0 +1,144 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
+<TITLE>
+Uses of Class org.apache.rahas.impl.util.AxiomParserPool (Apache Rampart API)
+</TITLE>
+
+<META NAME="date" CONTENT="2012-04-26">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.rahas.impl.util.AxiomParserPool (Apache Rampart API)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/apache/rahas/impl/util/AxiomParserPool.html" title="class in org.apache.rahas.impl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useAxiomParserPool.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="AxiomParserPool.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Uses of Class<br>org.apache.rahas.impl.util.AxiomParserPool</B></H2>
+</CENTER>
+No usage of org.apache.rahas.impl.util.AxiomParserPool
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/apache/rahas/impl/util/AxiomParserPool.html" title="class in org.apache.rahas.impl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useAxiomParserPool.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="AxiomParserPool.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>

Propchange: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/AxiomParserPool.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/CommonUtil.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/CommonUtil.html?rev=1332106&view=auto
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/CommonUtil.html (added)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/CommonUtil.html Mon Apr 30 08:24:18 2012
@@ -0,0 +1,144 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--NewPage-->
+<HTML>
+<HEAD>
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
+<TITLE>
+Uses of Class org.apache.rahas.impl.util.CommonUtil (Apache Rampart API)
+</TITLE>
+
+<META NAME="date" CONTENT="2012-04-26">
+
+<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
+
+<SCRIPT type="text/javascript">
+function windowTitle()
+{
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.rahas.impl.util.CommonUtil (Apache Rampart API)";
+    }
+}
+</SCRIPT>
+<NOSCRIPT>
+</NOSCRIPT>
+
+</HEAD>
+
+<BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
+
+
+<!-- ========= START OF TOP NAVBAR ======= -->
+<A NAME="navbar_top"><!-- --></A>
+<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_top_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/apache/rahas/impl/util/CommonUtil.html" title="class in org.apache.rahas.impl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useCommonUtil.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="CommonUtil.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<CENTER>
+<H2>
+<B>Uses of Class<br>org.apache.rahas.impl.util.CommonUtil</B></H2>
+</CENTER>
+No usage of org.apache.rahas.impl.util.CommonUtil
+<P>
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+  <TR ALIGN="center" VALIGN="top">
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../org/apache/rahas/impl/util/CommonUtil.html" title="class in org.apache.rahas.impl.util"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
+  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
+  </TR>
+</TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
+</EM>
+</TD>
+</TR>
+
+<TR>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+&nbsp;PREV&nbsp;
+&nbsp;NEXT</FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useCommonUtil.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+&nbsp;<A HREF="CommonUtil.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+  <!--
+  if(window==top) {
+    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+  }
+  //-->
+</SCRIPT>
+<NOSCRIPT>
+  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>

Propchange: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/CommonUtil.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAML2KeyInfo.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAML2KeyInfo.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAML2KeyInfo.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAML2KeyInfo.html Mon Apr 30 08:24:18 2012
@@ -2,18 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:45 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 Uses of Class org.apache.rahas.impl.util.SAML2KeyInfo (Apache Rampart API)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.rahas.impl.util.SAML2KeyInfo (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.rahas.impl.util.SAML2KeyInfo (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -22,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAML2KeyInfo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAML2KeyInfo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAML2KeyInfo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -162,7 +166,7 @@ Uses of <A HREF="../../../../../../org/a
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAML2KeyInfo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAML2KeyInfo.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAML2KeyInfo.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAML2Utils.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAML2Utils.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAML2Utils.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAML2Utils.html Mon Apr 30 08:24:18 2012
@@ -2,18 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:45 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 Uses of Class org.apache.rahas.impl.util.SAML2Utils (Apache Rampart API)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.rahas.impl.util.SAML2Utils (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.rahas.impl.util.SAML2Utils (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -22,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAML2Utils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAML2Utils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAML2Utils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -114,7 +118,7 @@ No usage of org.apache.rahas.impl.util.S
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAML2Utils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAML2Utils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAML2Utils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLAttributeCallback.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLAttributeCallback.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLAttributeCallback.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLAttributeCallback.html Mon Apr 30 08:24:18 2012
@@ -2,18 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:45 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 Uses of Class org.apache.rahas.impl.util.SAMLAttributeCallback (Apache Rampart API)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.rahas.impl.util.SAMLAttributeCallback (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.rahas.impl.util.SAMLAttributeCallback (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -22,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAMLAttributeCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAMLAttributeCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAMLAttributeCallback.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -114,7 +118,7 @@ No usage of org.apache.rahas.impl.util.S
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAMLAttributeCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAMLAttributeCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAMLAttributeCallback.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLCallback.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLCallback.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLCallback.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLCallback.html Mon Apr 30 08:24:18 2012
@@ -2,18 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:45 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 Uses of Interface org.apache.rahas.impl.util.SAMLCallback (Apache Rampart API)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Interface org.apache.rahas.impl.util.SAMLCallback (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Interface org.apache.rahas.impl.util.SAMLCallback (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -22,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAMLCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAMLCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAMLCallback.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -174,7 +178,7 @@ Uses of <A HREF="../../../../../../org/a
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAMLCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAMLCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAMLCallback.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLCallbackHandler.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLCallbackHandler.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLCallbackHandler.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLCallbackHandler.html Mon Apr 30 08:24:18 2012
@@ -2,18 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:45 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 Uses of Interface org.apache.rahas.impl.util.SAMLCallbackHandler (Apache Rampart API)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Interface org.apache.rahas.impl.util.SAMLCallbackHandler (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Interface org.apache.rahas.impl.util.SAMLCallbackHandler (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -22,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAMLCallbackHandler.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAMLCallbackHandler.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAMLCallbackHandler.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -198,7 +202,7 @@ Uses of <A HREF="../../../../../../org/a
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAMLCallbackHandler.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAMLCallbackHandler.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAMLCallbackHandler.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLNameIdentifierCallback.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLNameIdentifierCallback.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLNameIdentifierCallback.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLNameIdentifierCallback.html Mon Apr 30 08:24:18 2012
@@ -2,18 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:45 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 Uses of Class org.apache.rahas.impl.util.SAMLNameIdentifierCallback (Apache Rampart API)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.rahas.impl.util.SAMLNameIdentifierCallback (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.rahas.impl.util.SAMLNameIdentifierCallback (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -22,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAMLNameIdentifierCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAMLNameIdentifierCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAMLNameIdentifierCallback.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -114,7 +118,7 @@ No usage of org.apache.rahas.impl.util.S
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAMLNameIdentifierCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAMLNameIdentifierCallback.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAMLNameIdentifierCallback.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLUtils.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLUtils.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLUtils.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SAMLUtils.html Mon Apr 30 08:24:18 2012
@@ -2,18 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:45 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 Uses of Class org.apache.rahas.impl.util.SAMLUtils (Apache Rampart API)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.rahas.impl.util.SAMLUtils (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.rahas.impl.util.SAMLUtils (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -22,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAMLUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAMLUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAMLUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -114,7 +118,7 @@ No usage of org.apache.rahas.impl.util.S
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SAMLUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSAMLUtils.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SAMLUtils.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SignKeyHolder.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SignKeyHolder.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SignKeyHolder.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/class-use/SignKeyHolder.html Mon Apr 30 08:24:18 2012
@@ -2,18 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:45 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 Uses of Class org.apache.rahas.impl.util.SignKeyHolder (Apache Rampart API)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Class org.apache.rahas.impl.util.SignKeyHolder (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Class org.apache.rahas.impl.util.SignKeyHolder (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -22,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -54,7 +58,7 @@ function windowTitle()
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SignKeyHolder.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSignKeyHolder.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SignKeyHolder.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--
@@ -151,7 +155,7 @@ Uses of <A HREF="../../../../../../org/a
 &nbsp;PREV&nbsp;
 &nbsp;NEXT</FONT></TD>
 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util/class-use/SignKeyHolder.html" target="_top"><B>FRAMES</B></A>  &nbsp;
+  <A HREF="../../../../../../index.html?org/apache/rahas/impl/util//class-useSignKeyHolder.html" target="_top"><B>FRAMES</B></A>  &nbsp;
 &nbsp;<A HREF="SignKeyHolder.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
 &nbsp;<SCRIPT type="text/javascript">
   <!--

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-frame.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-frame.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-frame.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-frame.html Mon Apr 30 08:24:18 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:44 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 org.apache.rahas.impl.util (Apache Rampart API)
 </TITLE>
 
-<META NAME="keywords" CONTENT="org.apache.rahas.impl.util package">
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
@@ -36,6 +36,10 @@ Interfaces</FONT>&nbsp;
 Classes</FONT>&nbsp;
 <FONT CLASS="FrameItemFont">
 <BR>
+<A HREF="AxiomParserPool.html" title="class in org.apache.rahas.impl.util" target="classFrame">AxiomParserPool</A>
+<BR>
+<A HREF="CommonUtil.html" title="class in org.apache.rahas.impl.util" target="classFrame">CommonUtil</A>
+<BR>
 <A HREF="SAML2KeyInfo.html" title="class in org.apache.rahas.impl.util" target="classFrame">SAML2KeyInfo</A>
 <BR>
 <A HREF="SAML2Utils.html" title="class in org.apache.rahas.impl.util" target="classFrame">SAML2Utils</A>

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-summary.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-summary.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-summary.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-summary.html Mon Apr 30 08:24:18 2012
@@ -2,19 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:44 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 org.apache.rahas.impl.util (Apache Rampart API)
 </TITLE>
 
-<META NAME="keywords" CONTENT="org.apache.rahas.impl.util package">
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.rahas.impl.util (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="org.apache.rahas.impl.util (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -23,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -105,6 +108,15 @@ Package org.apache.rahas.impl.util
 <B>Class Summary</B></FONT></TH>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/rahas/impl/util/AxiomParserPool.html" title="class in org.apache.rahas.impl.util">AxiomParserPool</A></B></TD>
+<TD>Custom OpenSAML 1.x <CODE>ParserPool</CODE> implementation that uses a DOM aware Axiom implementation
+ instead of requesting a <CODE>DocumentBuilderFactory</CODE> using JAXP.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/rahas/impl/util/CommonUtil.html" title="class in org.apache.rahas.impl.util">CommonUtil</A></B></TD>
+<TD>This class implements some utility methods common to SAML1 and SAML2.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/rahas/impl/util/SAML2KeyInfo.html" title="class in org.apache.rahas.impl.util">SAML2KeyInfo</A></B></TD>
 <TD>TODO : This class should be moved to WSS4J once a new version of it is avaliable
  This class holds the secrets contained in a SAML2 token.</TD>
@@ -123,7 +135,7 @@ Package org.apache.rahas.impl.util
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html" title="class in org.apache.rahas.impl.util">SAMLUtils</A></B></TD>
-<TD>&nbsp;</TD>
+<TD>Utility class for SAML 1 assertions.</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/rahas/impl/util/SignKeyHolder.html" title="class in org.apache.rahas.impl.util">SignKeyHolder</A></B></TD>

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-tree.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-tree.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-tree.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-tree.html Mon Apr 30 08:24:18 2012
@@ -2,18 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:44 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 org.apache.rahas.impl.util Class Hierarchy (Apache Rampart API)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="org.apache.rahas.impl.util Class Hierarchy (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="org.apache.rahas.impl.util Class Hierarchy (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -22,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->
@@ -88,9 +92,12 @@ Class Hierarchy
 </H2>
 <UL>
 <LI TYPE="circle">java.lang.Object<UL>
-<LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAML2KeyInfo.html" title="class in org.apache.rahas.impl.util"><B>SAML2KeyInfo</B></A><LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAML2Utils.html" title="class in org.apache.rahas.impl.util"><B>SAML2Utils</B></A><LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAMLAttributeCallback.html" title="class in org.apache.rahas.impl.util"><B>SAMLAttributeCallback</B></A> (implements org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAMLCallback.html" title="interface in org.apache.rahas.impl.util">SAMLCallback</A>)
+<LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/CommonUtil.html" title="class in org.apache.rahas.impl.util"><B>CommonUtil</B></A><LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAML2KeyInfo.html" title="class in org.apache.rahas.impl.util"><B>SAML2KeyInfo</B></A><LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAML2Utils.html" title="class in org.apache.rahas.impl.util"><B>SAML2Utils</B></A><LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAMLAttributeCallback.html" title="class in org.apache.rahas.impl.util"><B>SAMLAttributeCallback</B></A> (implements org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAMLCallback.html" title="interface in org.apache.rahas.impl.util">SAMLCallback</A>)
 <LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAMLNameIdentifierCallback.html" title="class in org.apache.rahas.impl.util"><B>SAMLNameIdentifierCallback</B></A> (implements org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAMLCallback.html" title="interface in org.apache.rahas.impl.util">SAMLCallback</A>)
 <LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SAMLUtils.html" title="class in org.apache.rahas.impl.util"><B>SAMLUtils</B></A><LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/SignKeyHolder.html" title="class in org.apache.rahas.impl.util"><B>SignKeyHolder</B></A> (implements org.opensaml.xml.security.x509.X509Credential)
+<LI TYPE="circle">org.opensaml.xml.parse.StaticBasicParserPool (implements org.opensaml.xml.parse.ParserPool)
+<UL>
+<LI TYPE="circle">org.apache.rahas.impl.util.<A HREF="../../../../../org/apache/rahas/impl/util/AxiomParserPool.html" title="class in org.apache.rahas.impl.util"><B>AxiomParserPool</B></A></UL>
 </UL>
 </UL>
 <H2>

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-use.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-use.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-use.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/impl/util/package-use.html Mon Apr 30 08:24:18 2012
@@ -2,18 +2,21 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:45 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 Uses of Package org.apache.rahas.impl.util (Apache Rampart API)
 </TITLE>
 
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
 
 <SCRIPT type="text/javascript">
 function windowTitle()
 {
-    parent.document.title="Uses of Package org.apache.rahas.impl.util (Apache Rampart API)";
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Uses of Package org.apache.rahas.impl.util (Apache Rampart API)";
+    }
 }
 </SCRIPT>
 <NOSCRIPT>
@@ -22,6 +25,7 @@ function windowTitle()
 </HEAD>
 
 <BODY BGCOLOR="white" onload="windowTitle();">
+<HR>
 
 
 <!-- ========= START OF TOP NAVBAR ======= -->

Modified: axis/axis2/java/rampart/site/apidocs/org/apache/rahas/package-frame.html
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/site/apidocs/org/apache/rahas/package-frame.html?rev=1332106&r1=1332105&r2=1332106&view=diff
==============================================================================
--- axis/axis2/java/rampart/site/apidocs/org/apache/rahas/package-frame.html (original)
+++ axis/axis2/java/rampart/site/apidocs/org/apache/rahas/package-frame.html Mon Apr 30 08:24:18 2012
@@ -2,12 +2,12 @@
 <!--NewPage-->
 <HTML>
 <HEAD>
-<!-- Generated by javadoc (build 1.5.0_30) on Sun Sep 25 10:35:44 CEST 2011 -->
+<!-- Generated by javadoc (build 1.6.0_22) on Thu Apr 26 14:22:14 IST 2012 -->
 <TITLE>
 org.apache.rahas (Apache Rampart API)
 </TITLE>
 
-<META NAME="keywords" CONTENT="org.apache.rahas package">
+<META NAME="date" CONTENT="2012-04-26">
 
 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
 
@@ -44,6 +44,8 @@ Classes</FONT>&nbsp;
 <BR>
 <A HREF="EncryptedKeyToken.html" title="class in org.apache.rahas" target="classFrame">EncryptedKeyToken</A>
 <BR>
+<A HREF="Rahas.html" title="class in org.apache.rahas" target="classFrame">Rahas</A>
+<BR>
 <A HREF="RahasConstants.html" title="class in org.apache.rahas" target="classFrame">RahasConstants</A>
 <BR>
 <A HREF="RahasConstants.CancelBindingLocalNames.html" title="class in org.apache.rahas" target="classFrame">RahasConstants.CancelBindingLocalNames</A>
@@ -54,6 +56,8 @@ Classes</FONT>&nbsp;
 <BR>
 <A HREF="RahasData.html" title="class in org.apache.rahas" target="classFrame">RahasData</A>
 <BR>
+<A HREF="RampartSAMLBootstrap.html" title="class in org.apache.rahas" target="classFrame">RampartSAMLBootstrap</A>
+<BR>
 <A HREF="SimpleTokenStore.html" title="class in org.apache.rahas" target="classFrame">SimpleTokenStore</A>
 <BR>
 <A HREF="STSMessageReceiver.html" title="class in org.apache.rahas" target="classFrame">STSMessageReceiver</A>