Added: webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/WSSecurityEngineResult.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/WSSecurityEngineResult.html?rev=1710775&view=auto ============================================================================== --- webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/WSSecurityEngineResult.html (added) +++ webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/WSSecurityEngineResult.html Tue Oct 27 11:08:19 2015 @@ -0,0 +1,1003 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_71) on Tue Oct 27 10:53:35 GMT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>WSSecurityEngineResult (Apache WSS4J 2.1.5-SNAPSHOT API)</title> +<meta name="date" content="2015-10-27"> +<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="WSSecurityEngineResult (Apache WSS4J 2.1.5-SNAPSHOT API)"; + } +//--> +</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 class="navBarCell1Rev">Class</li> +<li><a href="class-use/WSSecurityEngineResult.html">Use</a></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><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngine.html" title="class in org.apache.wss4j.dom.engine"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/wss4j/dom/engine/WSSecurityEngineResult.html" target="_top">Frames</a></li> +<li><a href="WSSecurityEngineResult.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested_classes_inherited_from_class_java.util.AbstractMap">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_java.util.HashMap">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.wss4j.dom.engine</div> +<h2 title="Class WSSecurityEngineResult" class="title">Class WSSecurityEngineResult</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">java.util.AbstractMap</a><K,V></li> +<li> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">java.util.HashMap</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></li> +<li> +<ul class="inheritance"> +<li>org.apache.wss4j.dom.engine.WSSecurityEngineResult</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">WSSecurityEngineResult</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>></pre> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult">Serialized Form</a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested_class_summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="nested_classes_inherited_from_class_java.util.AbstractMap"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from class java.util.<a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">AbstractMap.SimpleEntry</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.SimpleEntry.html?is-external=true" title="class or interface in java.util">V</a>>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">AbstractMap.SimpleImmutableEntry</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.SimpleImmutableEntry.html?is-external=true" title="class or interface in java.util">V</a>></code></li> +</ul> +</li> +</ul> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_ACTION">TAG_ACTION</a></strong></code> +<div class="block">Tag denoting the cryptographic operation performed + + The value under this tag is of type java.lang.Integer</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_BINARY_SECURITY_TOKEN">TAG_BINARY_SECURITY_TOKEN</a></strong></code> +<div class="block">Tag denoting the BinarySecurityToken found, if applicable.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_CANONICALIZATION_METHOD">TAG_CANONICALIZATION_METHOD</a></strong></code> +<div class="block">Tag denoting the algorithm that was used to do canonicalization + + The value under this tag is of type String.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_DATA_REF_URIS">TAG_DATA_REF_URIS</a></strong></code> +<div class="block">Tag denoting references to a List of Data ref URIs.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_DELEGATION_CREDENTIAL">TAG_DELEGATION_CREDENTIAL</a></strong></code> +<div class="block">Tag denoting a delegation credential found, if applicable.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_DERIVED_KEY_TOKEN">TAG_DERIVED_KEY_TOKEN</a></strong></code> +<div class="block">Tag denoting a DerivedKeyToken object</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_ENCRYPTED_EPHEMERAL_KEY">TAG_ENCRYPTED_EPHEMERAL_KEY</a></strong></code> +<div class="block">Tag denoting the encrypted key bytes + + The value under this tag is a byte array</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_ENCRYPTED_KEY_TRANSPORT_METHOD">TAG_ENCRYPTED_KEY_TRANSPORT_METHOD</a></strong></code> +<div class="block">Tag denoting the encrypted key transport algorithm.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_ID">TAG_ID</a></strong></code> +<div class="block">The (wsu) Id of the token corresponding to this result.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_PRINCIPAL">TAG_PRINCIPAL</a></strong></code> +<div class="block">Tag denoting the security principal found, if applicable.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_PUBLIC_KEY">TAG_PUBLIC_KEY</a></strong></code> +<div class="block">Tag denoting a PublicKey associated with this token</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_SAML_ASSERTION">TAG_SAML_ASSERTION</a></strong></code> +<div class="block">Tag denoting the SAML Assertion found, if applicable.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_SECRET">TAG_SECRET</a></strong></code> +<div class="block">Tag denoting a byte[] secret associated with this token</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_SECURITY_CONTEXT_TOKEN">TAG_SECURITY_CONTEXT_TOKEN</a></strong></code> +<div class="block">Tag denoting references to the DOM elements that have been + cryptographically protected.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_SIGNATURE_CONFIRMATION">TAG_SIGNATURE_CONFIRMATION</a></strong></code> +<div class="block">Tag denoting the signature confirmation of a signed element, + if applicable.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_SIGNATURE_METHOD">TAG_SIGNATURE_METHOD</a></strong></code> +<div class="block">Tag denoting the algorithm that was used to sign the message + + The value under this tag is of type String.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_SIGNATURE_VALUE">TAG_SIGNATURE_VALUE</a></strong></code> +<div class="block">Tag denoting the signature value of a signed element, if applicable.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_SUBJECT">TAG_SUBJECT</a></strong></code> +<div class="block">Tag denoting the security subject found, if applicable.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_TIMESTAMP">TAG_TIMESTAMP</a></strong></code> +<div class="block">Tag denoting the timestamp found, if applicable.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_TOKEN_ELEMENT">TAG_TOKEN_ELEMENT</a></strong></code> +<div class="block">Tag denoting the DOM Element of the processed token (if a token has been processed).</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_TRANSFORMED_TOKEN">TAG_TRANSFORMED_TOKEN</a></strong></code> +<div class="block">Tag denoting a Transformed Token.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_USERNAME_TOKEN">TAG_USERNAME_TOKEN</a></strong></code> +<div class="block">Tag denoting a UsernameToken object</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_VALIDATED_TOKEN">TAG_VALIDATED_TOKEN</a></strong></code> +<div class="block">Tag denoting that the TAG_*_TOKEN result has been validated by a Validator + implementation.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_X509_CERTIFICATE">TAG_X509_CERTIFICATE</a></strong></code> +<div class="block">Tag denoting the X.509 certificate found, if applicable.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_X509_CERTIFICATES">TAG_X509_CERTIFICATES</a></strong></code> +<div class="block">Tag denoting the X.509 certificate chain found, if applicable.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#TAG_X509_REFERENCE_TYPE">TAG_X509_REFERENCE_TYPE</a></strong></code> +<div class="block">Tag denoting how the X.509 certificate (chain) was referenced, if applicable.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int)">WSSecurityEngineResult</a></strong>(int act)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20org.apache.wss4j.common.token.BinarySecurity,%20java.security.cert.X509Certificate[])">WSSecurityEngineResult</a></strong>(int act, + <a href="../../../../../org/apache/wss4j/common/token/BinarySecurity.html" title="class in org.apache.wss4j.common.token">BinarySecurity</a> token, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[] certs)</code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20byte[],%20byte[],%20java.util.List)">WSSecurityEngineResult</a></strong>(int act, + byte[] decryptedKey, + byte[] encryptedKeyBytes, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/wss4j/dom/WSDataRef.html" title="class in org.apache.wss4j.dom">WSDataRef</a>> dataRefUris)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20byte[],%20byte[],%20java.util.List,%20java.security.cert.X509Certificate[])">WSSecurityEngineResult</a></strong>(int act, + byte[] decryptedKey, + byte[] encryptedKeyBytes, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/wss4j/dom/WSDataRef.html" title="class in org.apache.wss4j.dom">WSDataRef</a>> dataRefUris, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[] certs)</code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20java.util.List)">WSSecurityEngineResult</a></strong>(int act, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/wss4j/dom/WSDataRef.html" title="class in org.apache.wss4j.dom">WSDataRef</a>> dataRefUris)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20java.security.Principal,%20java.security.cert.X509Certificate[],%20byte[])">WSSecurityEngineResult</a></strong>(int act, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/Principal.html?is-external=true" title="class or interface in java.security">Principal</a> princ, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[] certs, + byte[] sv)</code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20java.security.Principal,%20java.security.cert.X509Certificate[],%20java.util.List,%20byte[])">WSSecurityEngineResult</a></strong>(int act, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/Principal.html?is-external=true" title="class or interface in java.security">Principal</a> princ, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[] certs, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/wss4j/dom/WSDataRef.html" title="class in org.apache.wss4j.dom">WSDataRef</a>> dataRefs, + byte[] sv)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20org.apache.wss4j.common.saml.SamlAssertionWrapper)">WSSecurityEngineResult</a></strong>(int act, + <a href="../../../../../org/apache/wss4j/common/saml/SamlAssertionWrapper.html" title="class in org.apache.wss4j.common.saml">SamlAssertionWrapper</a> ass)</code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20org.apache.wss4j.dom.message.token.SecurityContextToken)">WSSecurityEngineResult</a></strong>(int act, + <a href="../../../../../org/apache/wss4j/dom/message/token/SecurityContextToken.html" title="class in org.apache.wss4j.dom.message.token">SecurityContextToken</a> sct)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20org.apache.wss4j.dom.message.token.SignatureConfirmation)">WSSecurityEngineResult</a></strong>(int act, + <a href="../../../../../org/apache/wss4j/dom/message/token/SignatureConfirmation.html" title="class in org.apache.wss4j.dom.message.token">SignatureConfirmation</a> sc)</code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20org.apache.wss4j.dom.message.token.Timestamp)">WSSecurityEngineResult</a></strong>(int act, + <a href="../../../../../org/apache/wss4j/dom/message/token/Timestamp.html" title="class in org.apache.wss4j.dom.message.token">Timestamp</a> tstamp)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20org.apache.wss4j.dom.message.token.UsernameToken)">WSSecurityEngineResult</a></strong>(int act, + <a href="../../../../../org/apache/wss4j/dom/message/token/UsernameToken.html" title="class in org.apache.wss4j.dom.message.token">UsernameToken</a> usernameToken)</code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngineResult.html#WSSecurityEngineResult(int,%20org.apache.wss4j.dom.message.token.UsernameToken,%20java.security.Principal)">WSSecurityEngineResult</a></strong>(int act, + <a href="../../../../../org/apache/wss4j/dom/message/token/UsernameToken.html" title="class in org.apache.wss4j.dom.message.token">UsernameToken</a> usernameToken, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/Principal.html?is-external=true" title="class or interface in java.security">Principal</a> principal)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.util.HashMap"> +<!-- --> +</a> +<h3>Methods inherited from class java.util.<a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#clear()" title="class or interface in java.util">clear</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#clone()" title="class or interface in java.util">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#containsKey(java.lang.Object)" title="class or interface in java.util">containsKey</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#containsValue(java.lang.Object)" title="class or interface in java.util">containsValue</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#entrySet()" title="class or interface in java.util">entrySet</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#get(java.lang.Object)" title="class or interface in java.util">get</a>, <a href="http ://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#isEmpty()" title="class or interface in java.util">isEmpty</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#keySet()" title="class or interface in java.util">keySet</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#put(K,%20V)" title="class or interface in java.util">put</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#putAll(java.util.Map)" title="class or interface in java.util">putAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#remove(java.lang.Object)" title="class or interface in java.util">remove</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.html?is-external=true#size()" title="class or interface in java.util">size</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/HashMap.htm l?is-external=true#values()" title="class or interface in java.util">values</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.util.AbstractMap"> +<!-- --> +</a> +<h3>Methods inherited from class java.util.<a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true" title="class or interface in java.util">AbstractMap</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/AbstractMap.html?is-external=true#toString()" title="class or interface in java.util">toString</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is- external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.util.Map"> +<!-- --> +</a> +<h3>Methods inherited from interface java.util.<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a></h3> +<code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.util">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true#hashCode()" title="class or interface in java.util">hashCode</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="TAG_SAML_ASSERTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_SAML_ASSERTION</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_SAML_ASSERTION</pre> +<div class="block">Tag denoting the SAML Assertion found, if applicable. + + The value under this tag is of type SamlAssertionWrapper.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_SAML_ASSERTION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_TIMESTAMP"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_TIMESTAMP</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_TIMESTAMP</pre> +<div class="block">Tag denoting the timestamp found, if applicable. + + The value under this tag is of type + org.apache.wss4j.dom.message.token.Timestamp.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_TIMESTAMP">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_SECURITY_CONTEXT_TOKEN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_SECURITY_CONTEXT_TOKEN</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_SECURITY_CONTEXT_TOKEN</pre> +<div class="block">Tag denoting references to the DOM elements that have been + cryptographically protected. + + The value under this tag is of type SecurityContextToken.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_SECURITY_CONTEXT_TOKEN">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_USERNAME_TOKEN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_USERNAME_TOKEN</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_USERNAME_TOKEN</pre> +<div class="block">Tag denoting a UsernameToken object</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_USERNAME_TOKEN">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_DERIVED_KEY_TOKEN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_DERIVED_KEY_TOKEN</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_DERIVED_KEY_TOKEN</pre> +<div class="block">Tag denoting a DerivedKeyToken object</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_DERIVED_KEY_TOKEN">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_SIGNATURE_CONFIRMATION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_SIGNATURE_CONFIRMATION</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_SIGNATURE_CONFIRMATION</pre> +<div class="block">Tag denoting the signature confirmation of a signed element, + if applicable. + + The value under this tag is of type + org.apache.wss4j.dom.message.token.SignatureConfirmation.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_SIGNATURE_CONFIRMATION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_BINARY_SECURITY_TOKEN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_BINARY_SECURITY_TOKEN</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_BINARY_SECURITY_TOKEN</pre> +<div class="block">Tag denoting the BinarySecurityToken found, if applicable. + + The value under this tag is of type BinarySecurity.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_BINARY_SECURITY_TOKEN">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_TRANSFORMED_TOKEN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_TRANSFORMED_TOKEN</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_TRANSFORMED_TOKEN</pre> +<div class="block">Tag denoting a Transformed Token. For certain tokens, the Validator may return + an SamlAssertionWrapper instance which corresponds to a transformed version of the + initial token. For example, a Username Token credential might be validated + by an STS and transformed into a SAML Assertion. This tag then holds the + transformed SamlAssertionWrapper instance, as a component of the Result corresponding + to the Username Token. + + The value under this tag is of type SamlAssertionWrapper.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_TRANSFORMED_TOKEN">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_VALIDATED_TOKEN"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_VALIDATED_TOKEN</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_VALIDATED_TOKEN</pre> +<div class="block">Tag denoting that the TAG_*_TOKEN result has been validated by a Validator + implementation. Some of the processors do not have a default validator implementation, + and so this is not set. Note that this is set for the NoOpValidator if it is + configured. + + The value under this tag is a Boolean instance.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_VALIDATED_TOKEN">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_TOKEN_ELEMENT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_TOKEN_ELEMENT</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_TOKEN_ELEMENT</pre> +<div class="block">Tag denoting the DOM Element of the processed token (if a token has been processed). + + The value under this tag is of type org.w3c.dom.Element</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_TOKEN_ELEMENT">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_X509_CERTIFICATE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_X509_CERTIFICATE</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_X509_CERTIFICATE</pre> +<div class="block">Tag denoting the X.509 certificate found, if applicable. + + The value under this tag is of type java.security.cert.X509Certificate.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_X509_CERTIFICATE">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_SIGNATURE_VALUE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_SIGNATURE_VALUE</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_SIGNATURE_VALUE</pre> +<div class="block">Tag denoting the signature value of a signed element, if applicable. + + The value under this tag is of type byte[].</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_SIGNATURE_VALUE">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_X509_CERTIFICATES"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_X509_CERTIFICATES</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_X509_CERTIFICATES</pre> +<div class="block">Tag denoting the X.509 certificate chain found, if applicable. + + The value under this tag is of type java.security.cert.X509Certificate[].</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_X509_CERTIFICATES">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_X509_REFERENCE_TYPE"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_X509_REFERENCE_TYPE</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_X509_REFERENCE_TYPE</pre> +<div class="block">Tag denoting how the X.509 certificate (chain) was referenced, if applicable. + + The value under this tag is of type STRParser.REFERENCE_TYPE.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_X509_REFERENCE_TYPE">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_ENCRYPTED_EPHEMERAL_KEY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_ENCRYPTED_EPHEMERAL_KEY</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_ENCRYPTED_EPHEMERAL_KEY</pre> +<div class="block">Tag denoting the encrypted key bytes + + The value under this tag is a byte array</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_ENCRYPTED_EPHEMERAL_KEY">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_SECRET"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_SECRET</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_SECRET</pre> +<div class="block">Tag denoting a byte[] secret associated with this token</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_SECRET">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_PUBLIC_KEY"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_PUBLIC_KEY</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_PUBLIC_KEY</pre> +<div class="block">Tag denoting a PublicKey associated with this token</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_PUBLIC_KEY">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_ACTION"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_ACTION</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_ACTION</pre> +<div class="block">Tag denoting the cryptographic operation performed + + The value under this tag is of type java.lang.Integer</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_ACTION">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_PRINCIPAL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_PRINCIPAL</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_PRINCIPAL</pre> +<div class="block">Tag denoting the security principal found, if applicable. + + The value under this tag is of type java.security.Principal.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_PRINCIPAL">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_SUBJECT"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_SUBJECT</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_SUBJECT</pre> +<div class="block">Tag denoting the security subject found, if applicable. + + The value under this tag is of type javax.security.auth.Subject.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_SUBJECT">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_DATA_REF_URIS"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_DATA_REF_URIS</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_DATA_REF_URIS</pre> +<div class="block">Tag denoting references to a List of Data ref URIs. + + The value under this tag is of type List.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_DATA_REF_URIS">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_ENCRYPTED_KEY_TRANSPORT_METHOD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_ENCRYPTED_KEY_TRANSPORT_METHOD</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_ENCRYPTED_KEY_TRANSPORT_METHOD</pre> +<div class="block">Tag denoting the encrypted key transport algorithm. + + The value under this tag is of type String.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_ENCRYPTED_KEY_TRANSPORT_METHOD">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_SIGNATURE_METHOD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_SIGNATURE_METHOD</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_SIGNATURE_METHOD</pre> +<div class="block">Tag denoting the algorithm that was used to sign the message + + The value under this tag is of type String.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_SIGNATURE_METHOD">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_CANONICALIZATION_METHOD"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_CANONICALIZATION_METHOD</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_CANONICALIZATION_METHOD</pre> +<div class="block">Tag denoting the algorithm that was used to do canonicalization + + The value under this tag is of type String.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_CANONICALIZATION_METHOD">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_DELEGATION_CREDENTIAL"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>TAG_DELEGATION_CREDENTIAL</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_DELEGATION_CREDENTIAL</pre> +<div class="block">Tag denoting a delegation credential found, if applicable. + + For Kerberos (if delegation is enabled), the value under this tag is of type GSSCredential</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_DELEGATION_CREDENTIAL">Constant Field Values</a></dd></dl> +</li> +</ul> +<a name="TAG_ID"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>TAG_ID</h4> +<pre>public static final <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TAG_ID</pre> +<div class="block">The (wsu) Id of the token corresponding to this result.</div> +<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.wss4j.dom.engine.WSSecurityEngineResult.TAG_ID">Constant Field Values</a></dd></dl> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="WSSecurityEngineResult(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, org.apache.wss4j.common.saml.SamlAssertionWrapper)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + <a href="../../../../../org/apache/wss4j/common/saml/SamlAssertionWrapper.html" title="class in org.apache.wss4j.common.saml">SamlAssertionWrapper</a> ass)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, java.security.Principal, java.security.cert.X509Certificate[], byte[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/Principal.html?is-external=true" title="class or interface in java.security">Principal</a> princ, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[] certs, + byte[] sv)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, java.security.Principal, java.security.cert.X509Certificate[], java.util.List, byte[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/Principal.html?is-external=true" title="class or interface in java.security">Principal</a> princ, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[] certs, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/wss4j/dom/WSDataRef.html" title="class in org.apache.wss4j.dom">WSDataRef</a>> dataRefs, + byte[] sv)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, byte[], byte[], java.util.List)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + byte[] decryptedKey, + byte[] encryptedKeyBytes, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/wss4j/dom/WSDataRef.html" title="class in org.apache.wss4j.dom">WSDataRef</a>> dataRefUris)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, byte[], byte[], java.util.List, java.security.cert.X509Certificate[])"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + byte[] decryptedKey, + byte[] encryptedKeyBytes, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/wss4j/dom/WSDataRef.html" title="class in org.apache.wss4j.dom">WSDataRef</a>> dataRefUris, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[] certs)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, java.util.List)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../org/apache/wss4j/dom/WSDataRef.html" title="class in org.apache.wss4j.dom">WSDataRef</a>> dataRefUris)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, org.apache.wss4j.dom.message.token.Timestamp)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + <a href="../../../../../org/apache/wss4j/dom/message/token/Timestamp.html" title="class in org.apache.wss4j.dom.message.token">Timestamp</a> tstamp)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, org.apache.wss4j.dom.message.token.SecurityContextToken)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + <a href="../../../../../org/apache/wss4j/dom/message/token/SecurityContextToken.html" title="class in org.apache.wss4j.dom.message.token">SecurityContextToken</a> sct)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, org.apache.wss4j.dom.message.token.SignatureConfirmation)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + <a href="../../../../../org/apache/wss4j/dom/message/token/SignatureConfirmation.html" title="class in org.apache.wss4j.dom.message.token">SignatureConfirmation</a> sc)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, org.apache.wss4j.dom.message.token.UsernameToken)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + <a href="../../../../../org/apache/wss4j/dom/message/token/UsernameToken.html" title="class in org.apache.wss4j.dom.message.token">UsernameToken</a> usernameToken)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, org.apache.wss4j.dom.message.token.UsernameToken, java.security.Principal)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + <a href="../../../../../org/apache/wss4j/dom/message/token/UsernameToken.html" title="class in org.apache.wss4j.dom.message.token">UsernameToken</a> usernameToken, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/Principal.html?is-external=true" title="class or interface in java.security">Principal</a> principal)</pre> +</li> +</ul> +<a name="WSSecurityEngineResult(int, org.apache.wss4j.common.token.BinarySecurity, java.security.cert.X509Certificate[])"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>WSSecurityEngineResult</h4> +<pre>public WSSecurityEngineResult(int act, + <a href="../../../../../org/apache/wss4j/common/token/BinarySecurity.html" title="class in org.apache.wss4j.common.token">BinarySecurity</a> token, + <a href="http://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html?is-external=true" title="class or interface in java.security.cert">X509Certificate</a>[] certs)</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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 class="navBarCell1Rev">Class</li> +<li><a href="class-use/WSSecurityEngineResult.html">Use</a></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><a href="../../../../../org/apache/wss4j/dom/engine/WSSecurityEngine.html" title="class in org.apache.wss4j.dom.engine"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/wss4j/dom/engine/WSSecurityEngineResult.html" target="_top">Frames</a></li> +<li><a href="WSSecurityEngineResult.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li><a href="#nested_classes_inherited_from_class_java.util.AbstractMap">Nested</a> | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#methods_inherited_from_class_java.util.HashMap">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2004–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
Added: webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/class-use/WSSConfig.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/class-use/WSSConfig.html?rev=1710775&view=auto ============================================================================== --- webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/class-use/WSSConfig.html (added) +++ webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/class-use/WSSConfig.html Tue Oct 27 11:08:19 2015 @@ -0,0 +1,258 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_71) on Tue Oct 27 10:53:36 GMT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.wss4j.dom.engine.WSSConfig (Apache WSS4J 2.1.5-SNAPSHOT API)</title> +<meta name="date" content="2015-10-27"> +<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.wss4j.dom.engine.WSSConfig (Apache WSS4J 2.1.5-SNAPSHOT API)"; + } +//--> +</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/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">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/wss4j/dom/engine/class-use/WSSConfig.html" target="_top">Frames</a></li> +<li><a href="WSSConfig.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.wss4j.dom.engine.WSSConfig" class="title">Uses of Class<br>org.apache.wss4j.dom.engine.WSSConfig</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/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></span><span class="tabEnd"> </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.wss4j.dom.engine">org.apache.wss4j.dom.engine</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.wss4j.dom.handler">org.apache.wss4j.dom.handler</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.wss4j.dom.message">org.apache.wss4j.dom.message</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.wss4j.dom.util">org.apache.wss4j.dom.util</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.wss4j.dom.engine"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a> in <a href="../../../../../../org/apache/wss4j/dom/engine/package-summary.html">org.apache.wss4j.dom.engine</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/wss4j/dom/engine/package-summary.html">org.apache.wss4j.dom.engine</a> that return <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></span><span class="tabEnd"> </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="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></code></td> +<td class="colLast"><span class="strong">WSSConfig.</span><code><strong><a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html#getNewInstance()">getNewInstance</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></code></td> +<td class="colLast"><span class="strong">WSSecurityEngine.</span><code><strong><a href="../../../../../../org/apache/wss4j/dom/engine/WSSecurityEngine.html#getWssConfig()">getWssConfig</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></code></td> +<td class="colLast"><span class="strong">WSSecurityEngine.</span><code><strong><a href="../../../../../../org/apache/wss4j/dom/engine/WSSecurityEngine.html#setWssConfig(org.apache.wss4j.dom.engine.WSSConfig)">setWssConfig</a></strong>(<a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a> cfg)</code> </td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/wss4j/dom/engine/package-summary.html">org.apache.wss4j.dom.engine</a> with parameters of type <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></span><span class="tabEnd"> </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><a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></code></td> +<td class="colLast"><span class="strong">WSSecurityEngine.</span><code><strong><a href="../../../../../../org/apache/wss4j/dom/engine/WSSecurityEngine.html#setWssConfig(org.apache.wss4j.dom.engine.WSSConfig)">setWssConfig</a></strong>(<a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a> cfg)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.wss4j.dom.handler"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a> in <a href="../../../../../../org/apache/wss4j/dom/handler/package-summary.html">org.apache.wss4j.dom.handler</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/wss4j/dom/handler/package-summary.html">org.apache.wss4j.dom.handler</a> that return <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></span><span class="tabEnd"> </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><a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></code></td> +<td class="colLast"><span class="strong">RequestData.</span><code><strong><a href="../../../../../../org/apache/wss4j/dom/handler/RequestData.html#getWssConfig()">getWssConfig</a></strong>()</code> </td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/wss4j/dom/handler/package-summary.html">org.apache.wss4j.dom.handler</a> with parameters of type <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></span><span class="tabEnd"> </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">RequestData.</span><code><strong><a href="../../../../../../org/apache/wss4j/dom/handler/RequestData.html#setWssConfig(org.apache.wss4j.dom.engine.WSSConfig)">setWssConfig</a></strong>(<a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a> wssConfig)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.wss4j.dom.message"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a> in <a href="../../../../../../org/apache/wss4j/dom/message/package-summary.html">org.apache.wss4j.dom.message</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../../../org/apache/wss4j/dom/message/package-summary.html">org.apache.wss4j.dom.message</a> with parameters of type <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></span><span class="tabEnd"> </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/wss4j/dom/message/WSSecSecurityContextToken.html#WSSecSecurityContextToken(org.apache.wss4j.dom.engine.WSSConfig)">WSSecSecurityContextToken</a></strong>(<a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a> config)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.wss4j.dom.util"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a> in <a href="../../../../../../org/apache/wss4j/dom/util/package-summary.html">org.apache.wss4j.dom.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/wss4j/dom/util/package-summary.html">org.apache.wss4j.dom.util</a> with parameters of type <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a></span><span class="tabEnd"> </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/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../../../org/apache/wss4j/dom/handler/HandlerAction.html" title="class in org.apache.wss4j.dom.handler">HandlerAction</a>></code></td> +<td class="colLast"><span class="strong">WSSecurityUtil.</span><code><strong><a href="../../../../../../org/apache/wss4j/dom/util/WSSecurityUtil.html#decodeHandlerAction(java.lang.String,%20org.apache.wss4j.dom.engine.WSSConfig)">decodeHandlerAction</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> action, + <a href="../../../../../../org/apache/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">WSSConfig</a> wssConfig)</code> +<div class="block">Decode an action String.</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/wss4j/dom/engine/WSSConfig.html" title="class in org.apache.wss4j.dom.engine">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/wss4j/dom/engine/class-use/WSSConfig.html" target="_top">Frames</a></li> +<li><a href="WSSConfig.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 © 2004–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Added: webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/class-use/WSSecurityEngine.html URL: http://svn.apache.org/viewvc/webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/class-use/WSSecurityEngine.html?rev=1710775&view=auto ============================================================================== --- webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/class-use/WSSecurityEngine.html (added) +++ webservices/website/wss4j/apidocs/org/apache/wss4j/dom/engine/class-use/WSSecurityEngine.html Tue Oct 27 11:08:19 2015 @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_71) on Tue Oct 27 10:53:36 GMT 2015 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.wss4j.dom.engine.WSSecurityEngine (Apache WSS4J 2.1.5-SNAPSHOT API)</title> +<meta name="date" content="2015-10-27"> +<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.wss4j.dom.engine.WSSecurityEngine (Apache WSS4J 2.1.5-SNAPSHOT API)"; + } +//--> +</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/wss4j/dom/engine/WSSecurityEngine.html" title="class in org.apache.wss4j.dom.engine">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/wss4j/dom/engine/class-use/WSSecurityEngine.html" target="_top">Frames</a></li> +<li><a href="WSSecurityEngine.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.wss4j.dom.engine.WSSecurityEngine" class="title">Uses of Class<br>org.apache.wss4j.dom.engine.WSSecurityEngine</h2> +</div> +<div class="classUseContainer">No usage of org.apache.wss4j.dom.engine.WSSecurityEngine</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/wss4j/dom/engine/WSSecurityEngine.html" title="class in org.apache.wss4j.dom.engine">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/wss4j/dom/engine/class-use/WSSecurityEngine.html" target="_top">Frames</a></li> +<li><a href="WSSecurityEngine.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 © 2004–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
