blob: ce4ae687c1dfb96fc3d9d9e9cad0518e8b7e6862 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.apache.rahas.TrustException (Apache Rampart)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.rahas.TrustException (Apache Rampart)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/rahas/class-use/TrustException.html" target="_top">Frames</a></li>
<li><a href="TrustException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.rahas.TrustException" class="title">Uses of Class<br>org.apache.rahas.TrustException</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.rahas">org.apache.rahas</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.rahas.client">org.apache.rahas.client</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.rahas.impl">org.apache.rahas.impl</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.rahas.impl.util">org.apache.rahas.impl.util</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.rampart.saml">org.apache.rampart.saml</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.apache.rampart.util">org.apache.rampart.util</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.rahas">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a> in <a href="../../../../org/apache/rahas/package-summary.html">org.apache.rahas</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/rahas/package-summary.html">org.apache.rahas</a> that throw <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TokenStorage.</span><code><strong><a href="../../../../org/apache/rahas/TokenStorage.html#add(org.apache.rahas.Token)">add</a></strong>(<a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>&nbsp;token)</code>
<div class="block">Add the given token to the list.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">SimpleTokenStore.</span><code><strong><a href="../../../../org/apache/rahas/SimpleTokenStore.html#add(org.apache.rahas.Token)">add</a></strong>(<a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>&nbsp;token)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">TokenCanceler.</span><code><strong><a href="../../../../org/apache/rahas/TokenCanceler.html#cancel(org.apache.rahas.RahasData)">cancel</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Cancel the token specified in the request.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createBinarySecretElement(int, org.apache.axiom.om.OMElement, java.lang.String)">createBinarySecretElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createCancelRequest(java.lang.String, int)">createCancelRequest</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenId,
int&nbsp;version)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createCancelTargetElement(int, org.apache.axiom.om.OMElement)">createCancelTargetElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createClaims(int, org.apache.axiom.om.OMElement, java.lang.String)">createClaims</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;dialect)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createComputedKeyAlgorithm(int, org.apache.axiom.om.OMElement, java.lang.String)">createComputedKeyAlgorithm</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;algoId)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createComputedKeyElement(int, org.apache.axiom.om.OMElement)">createComputedKeyElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createEntropyElement(int, org.apache.axiom.om.OMElement)">createEntropyElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createKeySizeElement(int, org.apache.axiom.om.OMElement, int)">createKeySizeElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
int&nbsp;size)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createKeyTypeElement(int, org.apache.axiom.om.OMElement, java.lang.String)">createKeyTypeElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createLifetimeElement(int, org.apache.axiom.om.OMElement, long)">createLifetimeElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
long&nbsp;ttl)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createLifetimeElement(int, org.apache.axiom.om.OMElement, java.lang.String, java.lang.String)">createLifetimeElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;created,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expires)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRenewTargetElement(int, org.apache.axiom.om.OMElement, org.apache.axiom.om.OMElement)">createRenewTargetElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
org.apache.axiom.om.OMElement&nbsp;str)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestedAttachedRef(int, org.apache.axiom.om.OMElement, java.lang.String, java.lang.String)">createRequestedAttachedRef</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;refUri,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;refValueType)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestedAttachedRef(org.apache.axiom.om.OMElement, java.lang.String, int)">createRequestedAttachedRef</a></strong>(org.apache.axiom.om.OMElement&nbsp;rstrElem,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
int&nbsp;version)</code>
<div class="block">Create and add wst:AttachedReference element</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestedProofTokenElement(int, org.apache.axiom.om.OMElement)">createRequestedProofTokenElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestedSecurityTokenElement(int, org.apache.axiom.om.OMElement)">createRequestedSecurityTokenElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestedTokenCanceledElement(int, org.apache.axiom.om.OMElement)">createRequestedTokenCanceledElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestedUnattachedRef(int, org.apache.axiom.om.OMElement, java.lang.String, java.lang.String)">createRequestedUnattachedRef</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;refUri,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;refValueType)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestedUnattachedRef(org.apache.axiom.om.OMElement, java.lang.String, int)">createRequestedUnattachedRef</a></strong>(org.apache.axiom.om.OMElement&nbsp;rstrElem,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
int&nbsp;version)</code>
<div class="block">Create and add wst:UnattachedReference element</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestSecurityTokenElement(int)">createRequestSecurityTokenElement</a></strong>(int&nbsp;version)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestSecurityTokenResponseCollectionElement(int, org.apache.axiom.om.OMElement)">createRequestSecurityTokenResponseCollectionElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestSecurityTokenResponseElement(int, org.apache.axiom.om.OMElement)">createRequestSecurityTokenResponseElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createRequestTypeElement(int, org.apache.axiom.om.OMElement, java.lang.String)">createRequestTypeElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createTokenTypeElement(int, org.apache.axiom.om.OMElement)">createTokenTypeElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#createValidateTargetElement(int, org.apache.axiom.om.OMElement, org.apache.axiom.om.OMElement)">createValidateTargetElement</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;parent,
org.apache.axiom.om.OMElement&nbsp;str)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected byte[]</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#generateEphemeralKey(byte[], byte[], java.lang.String, int)">generateEphemeralKey</a></strong>(byte[]&nbsp;reqEnt,
byte[]&nbsp;respEnt,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;algo,
int&nbsp;keySize)</code>
<div class="block">Create an ephemeral key</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected byte[]</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#generateEphemeralKey(int)">generateEphemeralKey</a></strong>(int&nbsp;keySize)</code>
<div class="block">Create an ephemeral key</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#getActionValue(int, java.lang.String)">getActionValue</a></strong>(int&nbsp;version,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>[]</code></td>
<td class="colLast"><span class="strong">TokenStorage.</span><code><strong><a href="../../../../org/apache/rahas/TokenStorage.html#getCancelledTokens()">getCancelledTokens</a></strong>()</code>
<div class="block">Return the list of CANCELLED tokens</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>[]</code></td>
<td class="colLast"><span class="strong">SimpleTokenStore.</span><code><strong><a href="../../../../org/apache/rahas/SimpleTokenStore.html#getCancelledTokens()">getCancelledTokens</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/TokenCanceler.html" title="interface in org.apache.rahas">TokenCanceler</a></code></td>
<td class="colLast"><span class="strong">TokenRequestDispatcherConfig.</span><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html#getDefaultCancelerInstance()">getDefaultCancelerInstance</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/TokenIssuer.html" title="interface in org.apache.rahas">TokenIssuer</a></code></td>
<td class="colLast"><span class="strong">TokenRequestDispatcherConfig.</span><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html#getDefaultIssuerInstace()">getDefaultIssuerInstace</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/TokenRenewer.html" title="interface in org.apache.rahas">TokenRenewer</a></code></td>
<td class="colLast"><span class="strong">TokenRequestDispatcherConfig.</span><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html#getDefaultRenewerInstance()">getDefaultRenewerInstance</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/TokenValidator.html" title="interface in org.apache.rahas">TokenValidator</a></code></td>
<td class="colLast"><span class="strong">TokenRequestDispatcherConfig.</span><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html#getDefaultValidatorInstance()">getDefaultValidatorInstance</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>[]</code></td>
<td class="colLast"><span class="strong">TokenStorage.</span><code><strong><a href="../../../../org/apache/rahas/TokenStorage.html#getExpiredTokens()">getExpiredTokens</a></strong>()</code>
<div class="block">Return the list of <code>EXPIRED</code> tokens.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>[]</code></td>
<td class="colLast"><span class="strong">SimpleTokenStore.</span><code><strong><a href="../../../../org/apache/rahas/SimpleTokenStore.html#getExpiredTokens()">getExpiredTokens</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/TokenIssuer.html" title="interface in org.apache.rahas">TokenIssuer</a></code></td>
<td class="colLast"><span class="strong">TokenRequestDispatcherConfig.</span><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html#getIssuer(java.lang.String)">getIssuer</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenType)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>[]</code></td>
<td class="colLast"><span class="strong">TokenStorage.</span><code><strong><a href="../../../../org/apache/rahas/TokenStorage.html#getRenewedTokens()">getRenewedTokens</a></strong>()</code>
<div class="block">Return the list of RENEWED tokens.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>[]</code></td>
<td class="colLast"><span class="strong">SimpleTokenStore.</span><code><strong><a href="../../../../org/apache/rahas/SimpleTokenStore.html#getRenewedTokens()">getRenewedTokens</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/TokenRenewer.html" title="interface in org.apache.rahas">TokenRenewer</a></code></td>
<td class="colLast"><span class="strong">TokenRequestDispatcherConfig.</span><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html#getRenewer(java.lang.String)">getRenewer</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenType)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/TokenIssuer.html#getResponseAction(org.apache.rahas.RahasData)">getResponseAction</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Returns the <code>wsa:Action</code> of the response.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">TokenCanceler.</span><code><strong><a href="../../../../org/apache/rahas/TokenCanceler.html#getResponseAction(org.apache.rahas.RahasData)">getResponseAction</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Returns the <code>wsa:Action</code> of the response.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a></code></td>
<td class="colLast"><span class="strong">TokenStorage.</span><code><strong><a href="../../../../org/apache/rahas/TokenStorage.html#getToken(java.lang.String)">getToken</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</code>
<div class="block">Returns the <code>Token</code> of the given id</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a></code></td>
<td class="colLast"><span class="strong">SimpleTokenStore.</span><code><strong><a href="../../../../org/apache/rahas/SimpleTokenStore.html#getToken(java.lang.String)">getToken</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><span class="strong">TokenStorage.</span><code><strong><a href="../../../../org/apache/rahas/TokenStorage.html#getTokenIdentifiers()">getTokenIdentifiers</a></strong>()</code>
<div class="block">Return the list of all token identifiers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><span class="strong">SimpleTokenStore.</span><code><strong><a href="../../../../org/apache/rahas/SimpleTokenStore.html#getTokenIdentifiers()">getTokenIdentifiers</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/TokenValidator.html" title="interface in org.apache.rahas">TokenValidator</a></code></td>
<td class="colLast"><span class="strong">TokenRequestDispatcherConfig.</span><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html#getValidator(java.lang.String)">getValidator</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenType)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>[]</code></td>
<td class="colLast"><span class="strong">TokenStorage.</span><code><strong><a href="../../../../org/apache/rahas/TokenStorage.html#getValidTokens()">getValidTokens</a></strong>()</code>
<div class="block">Return the list of ISSUED and RENEWED tokens.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>[]</code></td>
<td class="colLast"><span class="strong">SimpleTokenStore.</span><code><strong><a href="../../../../org/apache/rahas/SimpleTokenStore.html#getValidTokens()">getValidTokens</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#getWSTNamespace(int)">getWSTNamespace</a></strong>(int&nbsp;version)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static int</code></td>
<td class="colLast"><span class="strong">TrustUtil.</span><code><strong><a href="../../../../org/apache/rahas/TrustUtil.html#getWSTVersion(java.lang.String)">getWSTVersion</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ns)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">TokenRequestDispatcher.</span><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcher.html#handle(org.apache.axis2.context.MessageContext, org.apache.axis2.context.MessageContext)">handle</a></strong>(org.apache.axis2.context.MessageContext&nbsp;inMsgCtx,
org.apache.axis2.context.MessageContext&nbsp;outMsgCtx)</code>
<div class="block">Processes the incoming request and returns a SOAPEnvelope</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/TokenIssuer.html#issue(org.apache.rahas.RahasData)">issue</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Create the response <code>soap:Envelope</code> for the given issue
request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html" title="class in org.apache.rahas">TokenRequestDispatcherConfig</a></code></td>
<td class="colLast"><span class="strong">TokenRequestDispatcherConfig.</span><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html#load(org.apache.axiom.om.OMElement)">load</a></strong>(org.apache.axiom.om.OMElement&nbsp;configElem)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html" title="class in org.apache.rahas">TokenRequestDispatcherConfig</a></code></td>
<td class="colLast"><span class="strong">TokenRequestDispatcherConfig.</span><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html#load(java.lang.String)">load</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;configFilePath)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><span class="strong">SimpleTokenStore.</span><code><strong><a href="../../../../org/apache/rahas/SimpleTokenStore.html#processTokenExpiry()">processTokenExpiry</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">TokenRenewer.</span><code><strong><a href="../../../../org/apache/rahas/TokenRenewer.html#renew(org.apache.rahas.RahasData)">renew</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Renew the token specified in the given request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">TokenStorage.</span><code><strong><a href="../../../../org/apache/rahas/TokenStorage.html#update(org.apache.rahas.Token)">update</a></strong>(<a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>&nbsp;token)</code>
<div class="block">Update an existing token.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">SimpleTokenStore.</span><code><strong><a href="../../../../org/apache/rahas/SimpleTokenStore.html#update(org.apache.rahas.Token)">update</a></strong>(<a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>&nbsp;token)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">TokenValidator.</span><code><strong><a href="../../../../org/apache/rahas/TokenValidator.html#validate(org.apache.rahas.RahasData)">validate</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Validate the token specified in the given request.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../org/apache/rahas/package-summary.html">org.apache.rahas</a> that throw <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/rahas/EncryptedKeyToken.html#EncryptedKeyToken(java.lang.String, org.apache.axiom.om.OMElement, java.util.Date, java.util.Date)">EncryptedKeyToken</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
org.apache.axiom.om.OMElement&nbsp;tokenElem,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;created,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;expires)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/rahas/RahasData.html#RahasData(org.apache.axis2.context.MessageContext)">RahasData</a></strong>(org.apache.axis2.context.MessageContext&nbsp;inMessageContext)</code>
<div class="block">Create a new RahasData instance and populate it with the information from
the request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/rahas/Token.html#Token(java.lang.String, org.apache.axiom.om.OMElement, java.util.Date, java.util.Date)">Token</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
org.apache.axiom.om.OMElement&nbsp;tokenElem,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;created,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;expires)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/rahas/Token.html#Token(java.lang.String, org.apache.axiom.om.OMElement, org.apache.axiom.om.OMElement)">Token</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;id,
org.apache.axiom.om.OMElement&nbsp;tokenElem,
org.apache.axiom.om.OMElement&nbsp;lifetimeElem)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcher.html#TokenRequestDispatcher(org.apache.axiom.om.OMElement)">TokenRequestDispatcher</a></strong>(org.apache.axiom.om.OMElement&nbsp;config)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcher.html#TokenRequestDispatcher(java.lang.String)">TokenRequestDispatcher</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;configFilePath)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/rahas/TokenRequestDispatcher.html#TokenRequestDispatcher(org.apache.rahas.TokenRequestDispatcherConfig)">TokenRequestDispatcher</a></strong>(<a href="../../../../org/apache/rahas/TokenRequestDispatcherConfig.html" title="class in org.apache.rahas">TokenRequestDispatcherConfig</a>&nbsp;config)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.rahas.client">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a> in <a href="../../../../org/apache/rahas/client/package-summary.html">org.apache.rahas.client</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/rahas/client/package-summary.html">org.apache.rahas.client</a> that throw <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">STSClient.</span><code><strong><a href="../../../../org/apache/rahas/client/STSClient.html#cancelToken(java.lang.String, java.lang.String, java.lang.String)">cancelToken</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerAddress,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenId,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;action)</code>
<div class="block">Cancel a particular security token</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">STSClient.</span><code><strong><a href="../../../../org/apache/rahas/client/STSClient.html#createIssueRequest(java.lang.String)">createIssueRequest</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;appliesTo)</code>
<div class="block">This creates a request security token (RST) message.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a></code></td>
<td class="colLast"><span class="strong">STSClient.</span><code><strong><a href="../../../../org/apache/rahas/client/STSClient.html#processIssueResponse(int, org.apache.axiom.om.OMElement, java.lang.String)">processIssueResponse</a></strong>(int&nbsp;version,
org.apache.axiom.om.OMElement&nbsp;result,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerAddress)</code>
<div class="block">Processes the response from Token issuer.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">STSClient.</span><code><strong><a href="../../../../org/apache/rahas/client/STSClient.html#renewToken(java.lang.String, java.lang.String, org.apache.neethi.Policy)">renewToken</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenId,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerAddress,
org.apache.neethi.Policy&nbsp;issuerPolicy)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">STSClient.</span><code><strong><a href="../../../../org/apache/rahas/client/STSClient.html#renewToken(java.lang.String, java.lang.String, org.apache.neethi.Policy, org.apache.rahas.TokenStorage)">renewToken</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenId,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerAddress,
org.apache.neethi.Policy&nbsp;issuerPolicy,
<a href="../../../../org/apache/rahas/TokenStorage.html" title="interface in org.apache.rahas">TokenStorage</a>&nbsp;store)</code>
<div class="block">Renews the token referenced by the token id, updates the token store</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a></code></td>
<td class="colLast"><span class="strong">STSClient.</span><code><strong><a href="../../../../org/apache/rahas/client/STSClient.html#requestSecurityToken(org.apache.neethi.Policy, java.lang.String, org.apache.neethi.Policy, java.lang.String)">requestSecurityToken</a></strong>(org.apache.neethi.Policy&nbsp;servicePolicy,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerAddress,
org.apache.neethi.Policy&nbsp;issuerPolicy,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;appliesTo)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">STSClient.</span><code><strong><a href="../../../../org/apache/rahas/client/STSClient.html#validateToken(java.lang.String, java.lang.String, org.apache.neethi.Policy)">validateToken</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;tokenId,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerAddress,
org.apache.neethi.Policy&nbsp;issuerPolicy)</code>&nbsp;</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../org/apache/rahas/client/package-summary.html">org.apache.rahas.client</a> that throw <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/rahas/client/STSClient.html#STSClient(org.apache.axis2.context.ConfigurationContext)">STSClient</a></strong>(org.apache.axis2.context.ConfigurationContext&nbsp;configCtx)</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.rahas.impl">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a> in <a href="../../../../org/apache/rahas/impl/package-summary.html">org.apache.rahas.impl</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/rahas/impl/package-summary.html">org.apache.rahas.impl</a> that throw <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected org.opensaml.saml2.core.Assertion</code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#buildAssertion(org.w3c.dom.Document, org.apache.ws.security.components.crypto.Crypto, org.apache.rahas.RahasData)">buildAssertion</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a>&nbsp;doc,
org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">This methods builds the SAML2 assertion.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">TokenCancelerImpl.</span><code><strong><a href="../../../../org/apache/rahas/impl/TokenCancelerImpl.html#cancel(org.apache.rahas.RahasData)">cancel</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Cancel the token specified in the request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected org.opensaml.saml2.core.AttributeStatement</code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#createAttributeStatement(org.apache.rahas.RahasData)">createAttributeStatement</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">This method creates an AttributeStatement.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected org.opensaml.saml2.core.AuthnStatement</code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#createAuthenticationStatement(org.apache.rahas.RahasData)">createAuthenticationStatement</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">This method creates an authentication statement.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected org.opensaml.xml.signature.KeyInfo</code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#createKeyInfo(org.w3c.dom.Document, org.apache.ws.security.components.crypto.Crypto, org.apache.rahas.RahasData)">createKeyInfo</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a>&nbsp;doc,
org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">This method creates the KeyInfo relevant for the assertion.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#createRequestSecurityTokenResponse(org.apache.rahas.RahasData, org.opensaml.saml2.core.Assertion, org.apache.axiom.soap.SOAPEnvelope)">createRequestSecurityTokenResponse</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;rahasData,
org.opensaml.saml2.core.Assertion&nbsp;assertion,
org.apache.axiom.soap.SOAPEnvelope&nbsp;soapEnvelope)</code>
<div class="block">This method prepares the final response.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected org.opensaml.saml2.core.Subject</code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#createSubjectWithBearerSubjectConfirmation(org.apache.rahas.RahasData)">createSubjectWithBearerSubjectConfirmation</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">This method creates a subject element with the bearer subject confirmation method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected org.opensaml.saml2.core.Subject</code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#createSubjectWithHolderOfKeySubjectConfirmation(org.w3c.dom.Document, org.apache.ws.security.components.crypto.Crypto, org.joda.time.DateTime, org.joda.time.DateTime, org.apache.rahas.RahasData)">createSubjectWithHolderOfKeySubjectConfirmation</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a>&nbsp;doc,
org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
org.joda.time.DateTime&nbsp;creationTime,
org.joda.time.DateTime&nbsp;expirationTime,
<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">This method will create a SAML 2 subject based on Holder of Key confirmation method.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected byte[]</code></td>
<td class="colLast"><span class="strong">SAMLTokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAMLTokenIssuer.html#generateEphemeralKey(int)">generateEphemeralKey</a></strong>(int&nbsp;keySize)</code>
<div class="block">Create an ephemeral key</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.apache.ws.security.components.crypto.Crypto</code></td>
<td class="colLast"><span class="strong">SAMLTokenIssuerConfig.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAMLTokenIssuerConfig.html#getIssuerCrypto(java.lang.ClassLoader)">getIssuerCrypto</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>
<div class="block">This method will create a Crypto object based on property values defined in cryptoElement or
cryptoPropertiesFile.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">TokenCancelerImpl.</span><code><strong><a href="../../../../org/apache/rahas/impl/TokenCancelerImpl.html#getResponseAction(org.apache.rahas.RahasData)">getResponseAction</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Returns the <code>wsa:Action</code> of the response.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">SCTIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SCTIssuer.html#getResponseAction(org.apache.rahas.RahasData)">getResponseAction</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">SAMLTokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAMLTokenIssuer.html#getResponseAction(org.apache.rahas.RahasData)">getResponseAction</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Returns the <code>wsa:Action</code> of the response.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#getResponseAction(org.apache.rahas.RahasData)">getResponseAction</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a></code></td>
<td class="colLast"><span class="strong">SAMLTokenIssuerConfig.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAMLTokenIssuerConfig.html#getServiceCert(org.apache.ws.security.components.crypto.Crypto, java.lang.String)">getServiceCert</a></strong>(org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;serviceAddress)</code>
<div class="block">Uses the <code>wst:AppliesTo</code> to figure out the certificate to
encrypt the secret in the SAML token</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static byte[]</code></td>
<td class="colLast"><span class="strong">TokenIssuerUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/TokenIssuerUtil.html#getSharedSecret(org.apache.rahas.RahasData, int, int)">getSharedSecret</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data,
int&nbsp;keyComputation,
int&nbsp;keySize)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">TokenIssuerUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/TokenIssuerUtil.html#handleRequestedProofToken(org.apache.rahas.RahasData, int, org.apache.rahas.impl.AbstractIssuerConfig, org.apache.axiom.om.OMElement, org.apache.rahas.Token, org.w3c.dom.Document)">handleRequestedProofToken</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data,
int&nbsp;wstVersion,
<a href="../../../../org/apache/rahas/impl/AbstractIssuerConfig.html" title="class in org.apache.rahas.impl">AbstractIssuerConfig</a>&nbsp;config,
org.apache.axiom.om.OMElement&nbsp;rstrElem,
<a href="../../../../org/apache/rahas/Token.html" title="class in org.apache.rahas">Token</a>&nbsp;token,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a>&nbsp;doc)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">SCTIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SCTIssuer.html#issue(org.apache.rahas.RahasData)">issue</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Issue a <code>SecurityContextToken</code> based on the wsse:Signature or
wsse:UsernameToken
<p/>
This will support returning the SecurityContextToken with the following
types of wst:RequestedProof tokens:
xenc:EncryptedKey
wst:ComputedKey
wst:BinarySecret (for secure transport)
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">SAMLTokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAMLTokenIssuer.html#issue(org.apache.rahas.RahasData)">issue</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#issue(org.apache.rahas.RahasData)">issue</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">This is the main method which issues SAML2 assertions as security token responses.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/rahas/impl/TokenCancelerConfig.html" title="class in org.apache.rahas.impl">TokenCancelerConfig</a></code></td>
<td class="colLast"><span class="strong">TokenCancelerConfig.</span><code><strong><a href="../../../../org/apache/rahas/impl/TokenCancelerConfig.html#load(org.apache.axiom.om.OMElement)">load</a></strong>(org.apache.axiom.om.OMElement&nbsp;elem)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/rahas/impl/SCTIssuerConfig.html" title="class in org.apache.rahas.impl">SCTIssuerConfig</a></code></td>
<td class="colLast"><span class="strong">SCTIssuerConfig.</span><code><strong><a href="../../../../org/apache/rahas/impl/SCTIssuerConfig.html#load(org.apache.axiom.om.OMElement)">load</a></strong>(org.apache.axiom.om.OMElement&nbsp;elem)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/rahas/impl/TokenCancelerConfig.html" title="class in org.apache.rahas.impl">TokenCancelerConfig</a></code></td>
<td class="colLast"><span class="strong">TokenCancelerConfig.</span><code><strong><a href="../../../../org/apache/rahas/impl/TokenCancelerConfig.html#load(java.lang.String)">load</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;configFilePath)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/rahas/impl/SCTIssuerConfig.html" title="class in org.apache.rahas.impl">SCTIssuerConfig</a></code></td>
<td class="colLast"><span class="strong">SCTIssuerConfig.</span><code><strong><a href="../../../../org/apache/rahas/impl/SCTIssuerConfig.html#load(java.lang.String)">load</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;configFilePath)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">SAMLTokenRenewer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAMLTokenRenewer.html#renew(org.apache.rahas.RahasData)">renew</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static void</code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#setSubjectNamedIdentifierData(org.opensaml.saml2.core.Subject, java.lang.String, java.lang.String)">setSubjectNamedIdentifierData</a></strong>(org.opensaml.saml2.core.Subject&nbsp;subject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;subjectNameId,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</code>
<div class="block">This method will set the subject principal details to the given subject.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected org.opensaml.saml2.core.Assertion</code></td>
<td class="colLast"><span class="strong">SAML2TokenIssuer.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAML2TokenIssuer.html#signAssertion(org.w3c.dom.Document, org.opensaml.saml2.core.Assertion, org.apache.ws.security.components.crypto.Crypto)">signAssertion</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a>&nbsp;document,
org.opensaml.saml2.core.Assertion&nbsp;assertion,
org.apache.ws.security.components.crypto.Crypto&nbsp;crypto)</code>
<div class="block">This method signs the given assertion with issuer's private key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.apache.axiom.soap.SOAPEnvelope</code></td>
<td class="colLast"><span class="strong">SAMLTokenValidator.</span><code><strong><a href="../../../../org/apache/rahas/impl/SAMLTokenValidator.html#validate(org.apache.rahas.RahasData)">validate</a></strong>(<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Returns a SOAPEnvelope with the result of the validation.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../org/apache/rahas/impl/package-summary.html">org.apache.rahas.impl</a> that throw <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/rahas/impl/SAMLTokenIssuerConfig.html#SAMLTokenIssuerConfig(org.apache.axiom.om.OMElement)">SAMLTokenIssuerConfig</a></strong>(org.apache.axiom.om.OMElement&nbsp;elem)</code>
<div class="block">Create a SAMLTokenIssuer configuration using the give config element</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/rahas/impl/SAMLTokenIssuerConfig.html#SAMLTokenIssuerConfig(java.lang.String)">SAMLTokenIssuerConfig</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;configFilePath)</code>
<div class="block">Create a SAMLTokenIssuer configuration with a config file picked from the
given location.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.rahas.impl.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a> in <a href="../../../../org/apache/rahas/impl/util/package-summary.html">org.apache.rahas.impl.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/rahas/impl/util/package-summary.html">org.apache.rahas.impl.util</a> that throw <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.xml.XMLObject</code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#buildXMLObject(javax.xml.namespace.QName)">buildXMLObject</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;objectQName)</code>
<div class="block">Builds the requested XMLObject.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.opensaml.saml2.core.Assertion</code></td>
<td class="colLast"><span class="strong">SAML2Utils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAML2Utils.html#createAssertion()">createAssertion</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.saml1.core.Assertion</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><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></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerName,
org.joda.time.DateTime&nbsp;notBefore,
org.joda.time.DateTime&nbsp;notOnOrAfter,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.opensaml.saml1.core.Statement&gt;&nbsp;statements)</code>
<div class="block">This method creates the final SAML assertion.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.opensaml.saml1.core.Attribute</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAMLUtils.html#createAttribute(java.lang.String, java.lang.String, java.lang.String)">createAttribute</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;namespace,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;value)</code>
<div class="block">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></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.saml1.core.AttributeStatement</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAMLUtils.html#createAttributeStatement(org.opensaml.saml1.core.Subject, java.util.List)">createAttributeStatement</a></strong>(org.opensaml.saml1.core.Subject&nbsp;subject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;org.opensaml.saml1.core.Attribute&gt;&nbsp;attributeList)</code>
<div class="block">Creates an attribute statement.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.opensaml.saml1.core.AuthenticationStatement</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAMLUtils.html#createAuthenticationStatement(org.opensaml.saml1.core.Subject, java.lang.String, org.joda.time.DateTime)">createAuthenticationStatement</a></strong>(org.opensaml.saml1.core.Subject&nbsp;subject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;authenticationMethod,
org.joda.time.DateTime&nbsp;authenticationInstant)</code>
<div class="block">Creates an AuthenticationStatement.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.saml1.core.Conditions</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAMLUtils.html#createConditions(org.joda.time.DateTime, org.joda.time.DateTime)">createConditions</a></strong>(org.joda.time.DateTime&nbsp;notBefore,
org.joda.time.DateTime&nbsp;notOnOrAfter)</code>
<div class="block">Creates Conditions object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.opensaml.saml2.core.Conditions</code></td>
<td class="colLast"><span class="strong">SAML2Utils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAML2Utils.html#createConditions(org.joda.time.DateTime, org.joda.time.DateTime)">createConditions</a></strong>(org.joda.time.DateTime&nbsp;creationTime,
org.joda.time.DateTime&nbsp;expirationTime)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.saml2.core.Issuer</code></td>
<td class="colLast"><span class="strong">SAML2Utils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAML2Utils.html#createIssuer(java.lang.String)">createIssuer</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerName)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.opensaml.xml.signature.KeyInfo</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAMLUtils.html#createKeyInfo()">createKeyInfo</a></strong>()</code>
<div class="block">Creates a KeyInfo object</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.xml.signature.KeyInfo</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAMLUtils.html#createKeyInfo(org.opensaml.xml.encryption.EncryptedKey)">createKeyInfo</a></strong>(org.opensaml.xml.encryption.EncryptedKey&nbsp;encryptedKey)</code>
<div class="block">Creates a KeyInfo element given EncryptedKey.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.opensaml.xml.signature.KeyInfo</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAMLUtils.html#createKeyInfo(org.opensaml.xml.signature.X509Data)">createKeyInfo</a></strong>(org.opensaml.xml.signature.X509Data&nbsp;x509Data)</code>
<div class="block">Creates a KeyInfo element given EncryptedKey.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.saml1.core.NameIdentifier</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAMLUtils.html#createNamedIdentifier(java.lang.String, java.lang.String)">createNamedIdentifier</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principalName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</code>
<div class="block">Create named identifier.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.opensaml.saml2.core.NameID</code></td>
<td class="colLast"><span class="strong">SAML2Utils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAML2Utils.html#createNamedIdentifier(java.lang.String, java.lang.String)">createNamedIdentifier</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;principalName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</code>
<div class="block">Create named identifier.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.saml1.core.Subject</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><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></strong>(org.opensaml.saml1.core.NameIdentifier&nbsp;nameIdentifier,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;confirmationMethod,
org.opensaml.xml.signature.KeyInfo&nbsp;keyInfoContent)</code>
<div class="block">Creates an opensaml Subject representation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.opensaml.saml1.core.SubjectConfirmation</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAMLUtils.html#createSubjectConfirmation(java.lang.String, org.opensaml.xml.signature.KeyInfo)">createSubjectConfirmation</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;confirmationMethod,
org.opensaml.xml.signature.KeyInfo&nbsp;keyInfoContent)</code>
<div class="block">Creates opensaml SubjectConfirmation representation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.saml1.core.ConfirmationMethod</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAMLUtils.html#createSubjectConfirmationMethod(java.lang.String)">createSubjectConfirmationMethod</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;confirmationMethod)</code>
<div class="block">Creates the subject confirmation method.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static <a href="../../../../org/apache/rahas/impl/SAMLTokenIssuerConfig.html" title="class in org.apache.rahas.impl">SAMLTokenIssuerConfig</a></code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#createTokenIssuerConfiguration(org.apache.axiom.om.OMElement)">createTokenIssuerConfiguration</a></strong>(org.apache.axiom.om.OMElement&nbsp;configElement)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static <a href="../../../../org/apache/rahas/impl/SAMLTokenIssuerConfig.html" title="class in org.apache.rahas.impl">SAMLTokenIssuerConfig</a></code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#createTokenIssuerConfiguration(org.apache.axis2.description.Parameter)">createTokenIssuerConfiguration</a></strong>(org.apache.axis2.description.Parameter&nbsp;messageContextParameter)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static <a href="../../../../org/apache/rahas/impl/SAMLTokenIssuerConfig.html" title="class in org.apache.rahas.impl">SAMLTokenIssuerConfig</a></code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#createTokenIssuerConfiguration(java.lang.String)">createTokenIssuerConfiguration</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;configFile)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.xml.signature.KeyInfo</code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#getCertificateBasedKeyInfo(java.security.cert.X509Certificate)">getCertificateBasedKeyInfo</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>&nbsp;certificate)</code>
<div class="block">Creates the certificate based KeyInfo object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a></code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#getCertificateByAlias(org.apache.ws.security.components.crypto.Crypto, java.lang.String)">getCertificateByAlias</a></strong>(org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alias)</code>
<div class="block">Gets the certificates chain by alias.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[]</code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#getCertificatesByAlias(org.apache.ws.security.components.crypto.Crypto, java.lang.String)">getCertificatesByAlias</a></strong>(org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;alias)</code>
<div class="block">Gets the certificates chain by alias.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static org.apache.ws.security.components.crypto.Crypto</code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#getCrypto(java.util.Properties, java.lang.ClassLoader)">getCrypto</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>
<div class="block">Constructs crypto configuration based on the given properties.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.apache.ws.security.components.crypto.Crypto</code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#getCrypto(java.lang.String, java.lang.ClassLoader)">getCrypto</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;propertiesFile,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang">ClassLoader</a>&nbsp;classLoader)</code>
<div class="block">Constructs crypto configuration based on the given properties.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a></code></td>
<td class="colLast"><span class="strong">SAML2Utils.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/SAML2Utils.html#getElementFromAssertion(org.opensaml.xml.XMLObject)">getElementFromAssertion</a></strong>(org.opensaml.xml.XMLObject&nbsp;xmlObj)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a></code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#getOMDOMDocument()">getOMDOMDocument</a></strong>()</code>
<div class="block">This method creates a DOM compatible Axiom document.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/rahas/impl/util/SAMLCallbackHandler.html" title="interface in org.apache.rahas.impl.util">SAMLCallbackHandler</a></code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#getSAMLCallbackHandler(org.apache.rahas.impl.SAMLTokenIssuerConfig, org.apache.rahas.RahasData)">getSAMLCallbackHandler</a></strong>(<a href="../../../../org/apache/rahas/impl/SAMLTokenIssuerConfig.html" title="class in org.apache.rahas.impl">SAMLTokenIssuerConfig</a>&nbsp;tokenIssuerConfiguration,
<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data)</code>
<div class="block">Gets the SAML callback handler.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static org.opensaml.xml.signature.KeyInfo</code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.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></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</a>&nbsp;doc,
<a href="../../../../org/apache/rahas/RahasData.html" title="class in org.apache.rahas">RahasData</a>&nbsp;data,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>&nbsp;serviceCert,
int&nbsp;keySize,
org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
int&nbsp;keyComputation)</code>
<div class="block">This method creates KeyInfo element of an assertion.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/apache/rahas/impl/SAMLTokenIssuerConfig.html" title="class in org.apache.rahas.impl">SAMLTokenIssuerConfig</a></code></td>
<td class="colLast"><span class="strong">CommonUtil.</span><code><strong><a href="../../../../org/apache/rahas/impl/util/CommonUtil.html#getTokenIssuerConfiguration(org.apache.axiom.om.OMElement, java.lang.String, org.apache.axis2.description.Parameter)">getTokenIssuerConfiguration</a></strong>(org.apache.axiom.om.OMElement&nbsp;configElement,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;configFile,
org.apache.axis2.description.Parameter&nbsp;messageContextParameter)</code>
<div class="block">Creates the token issuer configuration.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><span class="strong">SAMLUtils.</span><code><strong><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></strong>(org.opensaml.saml1.core.Assertion&nbsp;assertion,
org.apache.ws.security.components.crypto.Crypto&nbsp;crypto,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerKeyAlias,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;issuerKeyPassword)</code>
<div class="block">Signs the SAML assertion.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.rampart.saml">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a> in <a href="../../../../org/apache/rampart/saml/package-summary.html">org.apache.rampart.saml</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/rampart/saml/package-summary.html">org.apache.rampart.saml</a> that throw <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>abstract org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">SAMLAssertionHandler.</span><code><strong><a href="../../../../org/apache/rampart/saml/SAMLAssertionHandler.html#getAssertionElement()">getAssertionElement</a></strong>()</code>
<div class="block">Gets the assertion element as an Axiom OMElement.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">SAML2AssertionHandler.</span><code><strong><a href="../../../../org/apache/rampart/saml/SAML2AssertionHandler.html#getAssertionElement()">getAssertionElement</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>org.apache.axiom.om.OMElement</code></td>
<td class="colLast"><span class="strong">SAML1AssertionHandler.</span><code><strong><a href="../../../../org/apache/rampart/saml/SAML1AssertionHandler.html#getAssertionElement()">getAssertionElement</a></strong>()</code>&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.rampart.util">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a> in <a href="../../../../org/apache/rampart/util/package-summary.html">org.apache.rampart.util</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/rampart/util/package-summary.html">org.apache.rampart.util</a> that throw <a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">TrustException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><span class="strong">RampartUtil.</span><code><strong><a href="../../../../org/apache/rampart/util/RampartUtil.html#getSecConvToken(org.apache.rampart.RampartMessageData, org.apache.ws.secpolicy.model.SecureConversationToken)">getSecConvToken</a></strong>(<a href="../../../../org/apache/rampart/RampartMessageData.html" title="class in org.apache.rampart">RampartMessageData</a>&nbsp;rmd,
<a href="../../../../org/apache/ws/secpolicy/model/SecureConversationToken.html" title="class in org.apache.ws.secpolicy.model">SecureConversationToken</a>&nbsp;secConvTok)</code>
<div class="block">Obtain a security context token.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/apache/rahas/TrustException.html" title="class in org.apache.rahas">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/rahas/class-use/TrustException.html" target="_top">Frames</a></li>
<li><a href="TrustException.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>