blob: 4d88775dd2ef0d63e74c959b2564312e6f0a46c8 [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>AbstractOperation (Apache CXF JavaDoc 3.1.0 API)</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="AbstractOperation (Apache CXF JavaDoc 3.1.0 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/AbstractOperation.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 class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../org/apache/cxf/sts/operation/TokenCancelOperation.html" title="class in org.apache.cxf.sts.operation"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cxf/sts/operation/AbstractOperation.html" target="_top">Frames</a></li>
<li><a href="AbstractOperation.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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></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.cxf.sts.operation</div>
<h2 title="Class AbstractOperation" class="title">Class AbstractOperation</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>org.apache.cxf.sts.operation.AbstractOperation</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../org/apache/cxf/sts/operation/TokenCancelOperation.html" title="class in org.apache.cxf.sts.operation">TokenCancelOperation</a>, <a href="../../../../../org/apache/cxf/sts/operation/TokenIssueOperation.html" title="class in org.apache.cxf.sts.operation">TokenIssueOperation</a>, <a href="../../../../../org/apache/cxf/sts/operation/TokenRenewOperation.html" title="class in org.apache.cxf.sts.operation">TokenRenewOperation</a>, <a href="../../../../../org/apache/cxf/sts/operation/TokenRequestCollectionOperation.html" title="class in org.apache.cxf.sts.operation">TokenRequestCollectionOperation</a>, <a href="../../../../../org/apache/cxf/sts/operation/TokenValidateOperation.html" title="class in org.apache.cxf.sts.operation">TokenValidateOperation</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">AbstractOperation</span>
extends <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>
<div class="block">This abstract class contains some common functionality for different operations.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== 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">&nbsp;</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>protected <a href="../../../../../org/apache/cxf/sts/claims/ClaimsManager.html" title="class in org.apache.cxf.sts.claims">ClaimsManager</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#claimsManager">claimsManager</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <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>&lt;<a href="../../../../../org/apache/cxf/sts/token/delegation/TokenDelegationHandler.html" title="interface in org.apache.cxf.sts.token.delegation">TokenDelegationHandler</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#delegationHandlers">delegationHandlers</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#encryptIssuedToken">encryptIssuedToken</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/cxf/sts/event/STSEventListener.html" title="interface in org.apache.cxf.sts.event">STSEventListener</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#eventPublisher">eventPublisher</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#returnReferences">returnReferences</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <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>&lt;<a href="../../../../../org/apache/cxf/sts/service/ServiceMBean.html" title="interface in org.apache.cxf.sts.service">ServiceMBean</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#services">services</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/cxf/sts/STSPropertiesMBean.html" title="interface in org.apache.cxf.sts">STSPropertiesMBean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#stsProperties">stsProperties</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#TOKEN_TYPE">TOKEN_TYPE</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <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>&lt;<a href="../../../../../org/apache/cxf/sts/token/provider/TokenProvider.html" title="interface in org.apache.cxf.sts.token.provider">TokenProvider</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#tokenProviders">tokenProviders</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/cxf/ws/security/tokenstore/TokenStore.html" title="interface in org.apache.cxf.ws.security.tokenstore">TokenStore</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#tokenStore">tokenStore</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <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>&lt;<a href="../../../../../org/apache/cxf/sts/token/validator/TokenValidator.html" title="interface in org.apache.cxf.sts.token.validator">TokenValidator</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#tokenValidators">tokenValidators</a></strong></code>&nbsp;</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">&nbsp;</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/cxf/sts/operation/AbstractOperation.html#AbstractOperation()">AbstractOperation</a></strong>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</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>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#checkClaimsSupport(org.apache.cxf.rt.security.claims.ClaimCollection)">checkClaimsSupport</a></strong>(<a href="../../../../../org/apache/cxf/rt/security/claims/ClaimCollection.html" title="class in org.apache.cxf.rt.security.claims">ClaimCollection</a>&nbsp;requestedClaims)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static <a href="../../../../../org/apache/cxf/ws/security/sts/provider/model/LifetimeType.html" title="class in org.apache.cxf.ws.security.sts.provider.model">LifetimeType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#createLifetime(java.util.Date,%20java.util.Date)">createLifetime</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;tokenCreated,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;tokenExpires)</code>
<div class="block">Create a LifetimeType object given a created + expires Dates</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static <a href="../../../../../org/apache/cxf/ws/security/sts/provider/model/RequestedReferenceType.html" title="class in org.apache.cxf.ws.security.sts.provider.model">RequestedReferenceType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#createRequestedReference(java.lang.String,%20java.lang.String,%20boolean)">createRequestedReference</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>&nbsp;tokenId,
<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>&nbsp;tokenType,
boolean&nbsp;attached)</code>
<div class="block">Create a RequestedReferenceType object using a token id and tokenType</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected static <a href="../../../../../org/apache/cxf/ws/security/sts/provider/model/RequestedReferenceType.html" title="class in org.apache.cxf.ws.security.sts.provider.model">RequestedReferenceType</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#createRequestedReference(org.apache.cxf.sts.token.provider.TokenReference,%20boolean)">createRequestedReference</a></strong>(<a href="../../../../../org/apache/cxf/sts/token/provider/TokenReference.html" title="class in org.apache.cxf.sts.token.provider">TokenReference</a>&nbsp;tokenReference,
boolean&nbsp;attached)</code>
<div class="block">Create a RequestedReferenceType object using a TokenReference object</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/cxf/sts/token/provider/TokenProviderParameters.html" title="class in org.apache.cxf.sts.token.provider">TokenProviderParameters</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#createTokenProviderParameters(org.apache.cxf.sts.request.RequestRequirements,%20javax.xml.ws.WebServiceContext)">createTokenProviderParameters</a></strong>(<a href="../../../../../org/apache/cxf/sts/request/RequestRequirements.html" title="class in org.apache.cxf.sts.request">RequestRequirements</a>&nbsp;requestRequirements,
<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/WebServiceContext.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceContext</a>&nbsp;context)</code>
<div class="block">Create a TokenProviderParameters object given a RequestParser and WebServiceContext object</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/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"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#encryptSecret(byte[],%20org.apache.cxf.sts.service.EncryptionProperties,%20org.apache.cxf.sts.request.KeyRequirements)">encryptSecret</a></strong>(byte[]&nbsp;secret,
<a href="../../../../../org/apache/cxf/sts/service/EncryptionProperties.html" title="class in org.apache.cxf.sts.service">EncryptionProperties</a>&nbsp;encryptionProperties,
<a href="../../../../../org/apache/cxf/sts/request/KeyRequirements.html" title="class in org.apache.cxf.sts.request">KeyRequirements</a>&nbsp;keyRequirements)</code>
<div class="block">Encrypt a secret using the given arguments producing a DOM EncryptedKey element</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/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"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#encryptToken(org.w3c.dom.Element,%20java.lang.String,%20org.apache.cxf.sts.service.EncryptionProperties,%20org.apache.cxf.sts.request.KeyRequirements,%20javax.xml.ws.WebServiceContext)">encryptToken</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a>&nbsp;element,
<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>&nbsp;id,
<a href="../../../../../org/apache/cxf/sts/service/EncryptionProperties.html" title="class in org.apache.cxf.sts.service">EncryptionProperties</a>&nbsp;encryptionProperties,
<a href="../../../../../org/apache/cxf/sts/request/KeyRequirements.html" title="class in org.apache.cxf.sts.request">KeyRequirements</a>&nbsp;keyRequirements,
<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/WebServiceContext.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceContext</a>&nbsp;context)</code>
<div class="block">Encrypt a Token element using the given arguments.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <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/cxf/sts/operation/AbstractOperation.html#extractAddressFromAppliesTo(org.w3c.dom.Element)">extractAddressFromAppliesTo</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a>&nbsp;appliesTo)</code>
<div class="block">Extract an address from an AppliesTo DOM element</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static org.apache.xml.security.stax.securityToken.SecurityToken</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#findInboundSecurityToken(org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event,%20javax.xml.ws.handler.MessageContext)">findInboundSecurityToken</a></strong>(org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event&nbsp;event,
<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/handler/MessageContext.html?is-external=true" title="class or interface in javax.xml.ws.handler">MessageContext</a>&nbsp;messageContext)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/sts/claims/ClaimsManager.html" title="class in org.apache.cxf.sts.claims">ClaimsManager</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#getClaimsManager()">getClaimsManager</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><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>&lt;<a href="../../../../../org/apache/cxf/sts/token/delegation/TokenDelegationHandler.html" title="interface in org.apache.cxf.sts.token.delegation">TokenDelegationHandler</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#getDelegationHandlers()">getDelegationHandlers</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><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>&lt;<a href="../../../../../org/apache/cxf/sts/token/provider/TokenProvider.html" title="interface in org.apache.cxf.sts.token.provider">TokenProvider</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#getTokenProviders()">getTokenProviders</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/cxf/ws/security/tokenstore/TokenStore.html" title="interface in org.apache.cxf.ws.security.tokenstore">TokenStore</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#getTokenStore()">getTokenStore</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><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>&lt;<a href="../../../../../org/apache/cxf/sts/token/validator/TokenValidator.html" title="interface in org.apache.cxf.sts.token.validator">TokenValidator</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#getTokenValidators()">getTokenValidators</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#isReturnReferences()">isReturnReferences</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/cxf/sts/request/RequestRequirements.html" title="class in org.apache.cxf.sts.request">RequestRequirements</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#parseRequest(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType,%20javax.xml.ws.WebServiceContext)">parseRequest</a></strong>(<a href="../../../../../org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType.html" title="class in org.apache.cxf.ws.security.sts.provider.model">RequestSecurityTokenType</a>&nbsp;request,
<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/WebServiceContext.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceContext</a>&nbsp;context)</code>
<div class="block">Check the arguments from the STSProvider and parse the request.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#performDelegationHandling(org.apache.cxf.sts.request.RequestRequirements,%20javax.xml.ws.WebServiceContext,%20org.apache.cxf.sts.request.ReceivedToken,%20java.security.Principal,%20java.util.Set)">performDelegationHandling</a></strong>(<a href="../../../../../org/apache/cxf/sts/request/RequestRequirements.html" title="class in org.apache.cxf.sts.request">RequestRequirements</a>&nbsp;requestRequirements,
<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/WebServiceContext.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceContext</a>&nbsp;context,
<a href="../../../../../org/apache/cxf/sts/request/ReceivedToken.html" title="class in org.apache.cxf.sts.request">ReceivedToken</a>&nbsp;token,
<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>&nbsp;tokenPrincipal,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<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>&gt;&nbsp;tokenRoles)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#processValidToken(org.apache.cxf.sts.token.provider.TokenProviderParameters,%20org.apache.cxf.sts.request.ReceivedToken,%20org.apache.cxf.sts.token.validator.TokenValidatorResponse)">processValidToken</a></strong>(<a href="../../../../../org/apache/cxf/sts/token/provider/TokenProviderParameters.html" title="class in org.apache.cxf.sts.token.provider">TokenProviderParameters</a>&nbsp;providerParameters,
<a href="../../../../../org/apache/cxf/sts/request/ReceivedToken.html" title="class in org.apache.cxf.sts.request">ReceivedToken</a>&nbsp;validatedToken,
<a href="../../../../../org/apache/cxf/sts/token/validator/TokenValidatorResponse.html" title="class in org.apache.cxf.sts.token.validator">TokenValidatorResponse</a>&nbsp;tokenResponse)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#publishEvent(org.apache.cxf.sts.event.AbstractSTSEvent)">publishEvent</a></strong>(<a href="../../../../../org/apache/cxf/sts/event/AbstractSTSEvent.html" title="class in org.apache.cxf.sts.event">AbstractSTSEvent</a>&nbsp;event)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#setClaimsManager(org.apache.cxf.sts.claims.ClaimsManager)">setClaimsManager</a></strong>(<a href="../../../../../org/apache/cxf/sts/claims/ClaimsManager.html" title="class in org.apache.cxf.sts.claims">ClaimsManager</a>&nbsp;claimsManager)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#setDelegationHandlers(java.util.List)">setDelegationHandlers</a></strong>(<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/delegation/TokenDelegationHandler.html" title="interface in org.apache.cxf.sts.token.delegation">TokenDelegationHandler</a>&gt;&nbsp;delegationHandlers)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#setEncryptIssuedToken(boolean)">setEncryptIssuedToken</a></strong>(boolean&nbsp;encryptIssuedToken)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#setEventListener(org.apache.cxf.sts.event.STSEventListener)">setEventListener</a></strong>(<a href="../../../../../org/apache/cxf/sts/event/STSEventListener.html" title="interface in org.apache.cxf.sts.event">STSEventListener</a>&nbsp;eventListener)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#setReturnReferences(boolean)">setReturnReferences</a></strong>(boolean&nbsp;returnReferences)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#setServices(java.util.List)">setServices</a></strong>(<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>&lt;<a href="../../../../../org/apache/cxf/sts/service/ServiceMBean.html" title="interface in org.apache.cxf.sts.service">ServiceMBean</a>&gt;&nbsp;services)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#setStsProperties(org.apache.cxf.sts.STSPropertiesMBean)">setStsProperties</a></strong>(<a href="../../../../../org/apache/cxf/sts/STSPropertiesMBean.html" title="interface in org.apache.cxf.sts">STSPropertiesMBean</a>&nbsp;stsProperties)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#setTokenProviders(java.util.List)">setTokenProviders</a></strong>(<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/provider/TokenProvider.html" title="interface in org.apache.cxf.sts.token.provider">TokenProvider</a>&gt;&nbsp;tokenProviders)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#setTokenStore(org.apache.cxf.ws.security.tokenstore.TokenStore)">setTokenStore</a></strong>(<a href="../../../../../org/apache/cxf/ws/security/tokenstore/TokenStore.html" title="interface in org.apache.cxf.ws.security.tokenstore">TokenStore</a>&nbsp;tokenStore)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#setTokenValidators(java.util.List)">setTokenValidators</a></strong>(<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/validator/TokenValidator.html" title="interface in org.apache.cxf.sts.token.validator">TokenValidator</a>&gt;&nbsp;tokenValidators)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../../org/apache/cxf/sts/token/validator/TokenValidatorResponse.html" title="class in org.apache.cxf.sts.token.validator">TokenValidatorResponse</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/cxf/sts/operation/AbstractOperation.html#validateReceivedToken(javax.xml.ws.WebServiceContext,%20java.lang.String,%20org.apache.cxf.sts.request.TokenRequirements,%20org.apache.cxf.sts.request.ReceivedToken)">validateReceivedToken</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/WebServiceContext.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceContext</a>&nbsp;context,
<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>&nbsp;realm,
<a href="../../../../../org/apache/cxf/sts/request/TokenRequirements.html" title="class in org.apache.cxf.sts.request">TokenRequirements</a>&nbsp;tokenRequirements,
<a href="../../../../../org/apache/cxf/sts/request/ReceivedToken.html" title="class in org.apache.cxf.sts.request">ReceivedToken</a>&nbsp;token)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;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#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <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#hashCode()" title="class or interface in java.lang">hashCode</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#toString()" title="class or interface in java.lang">toString</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>
</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="TOKEN_TYPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TOKEN_TYPE</h4>
<pre>public static final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a> TOKEN_TYPE</pre>
</li>
</ul>
<a name="stsProperties">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>stsProperties</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/cxf/sts/STSPropertiesMBean.html" title="interface in org.apache.cxf.sts">STSPropertiesMBean</a> stsProperties</pre>
</li>
</ul>
<a name="encryptIssuedToken">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encryptIssuedToken</h4>
<pre>protected&nbsp;boolean encryptIssuedToken</pre>
</li>
</ul>
<a name="services">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>services</h4>
<pre>protected&nbsp;<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>&lt;<a href="../../../../../org/apache/cxf/sts/service/ServiceMBean.html" title="interface in org.apache.cxf.sts.service">ServiceMBean</a>&gt; services</pre>
</li>
</ul>
<a name="tokenProviders">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tokenProviders</h4>
<pre>protected&nbsp;<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/provider/TokenProvider.html" title="interface in org.apache.cxf.sts.token.provider">TokenProvider</a>&gt; tokenProviders</pre>
</li>
</ul>
<a name="tokenValidators">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tokenValidators</h4>
<pre>protected&nbsp;<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/validator/TokenValidator.html" title="interface in org.apache.cxf.sts.token.validator">TokenValidator</a>&gt; tokenValidators</pre>
</li>
</ul>
<a name="returnReferences">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>returnReferences</h4>
<pre>protected&nbsp;boolean returnReferences</pre>
</li>
</ul>
<a name="tokenStore">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>tokenStore</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/cxf/ws/security/tokenstore/TokenStore.html" title="interface in org.apache.cxf.ws.security.tokenstore">TokenStore</a> tokenStore</pre>
</li>
</ul>
<a name="claimsManager">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>claimsManager</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/cxf/sts/claims/ClaimsManager.html" title="class in org.apache.cxf.sts.claims">ClaimsManager</a> claimsManager</pre>
</li>
</ul>
<a name="eventPublisher">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>eventPublisher</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/cxf/sts/event/STSEventListener.html" title="interface in org.apache.cxf.sts.event">STSEventListener</a> eventPublisher</pre>
</li>
</ul>
<a name="delegationHandlers">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>delegationHandlers</h4>
<pre>protected&nbsp;<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/delegation/TokenDelegationHandler.html" title="interface in org.apache.cxf.sts.token.delegation">TokenDelegationHandler</a>&gt; delegationHandlers</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AbstractOperation()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AbstractOperation</h4>
<pre>public&nbsp;AbstractOperation()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isReturnReferences()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isReturnReferences</h4>
<pre>public&nbsp;boolean&nbsp;isReturnReferences()</pre>
</li>
</ul>
<a name="setReturnReferences(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setReturnReferences</h4>
<pre>public&nbsp;void&nbsp;setReturnReferences(boolean&nbsp;returnReferences)</pre>
</li>
</ul>
<a name="getTokenStore()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTokenStore</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/ws/security/tokenstore/TokenStore.html" title="interface in org.apache.cxf.ws.security.tokenstore">TokenStore</a>&nbsp;getTokenStore()</pre>
</li>
</ul>
<a name="setTokenStore(org.apache.cxf.ws.security.tokenstore.TokenStore)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTokenStore</h4>
<pre>public&nbsp;void&nbsp;setTokenStore(<a href="../../../../../org/apache/cxf/ws/security/tokenstore/TokenStore.html" title="interface in org.apache.cxf.ws.security.tokenstore">TokenStore</a>&nbsp;tokenStore)</pre>
</li>
</ul>
<a name="setStsProperties(org.apache.cxf.sts.STSPropertiesMBean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStsProperties</h4>
<pre>public&nbsp;void&nbsp;setStsProperties(<a href="../../../../../org/apache/cxf/sts/STSPropertiesMBean.html" title="interface in org.apache.cxf.sts">STSPropertiesMBean</a>&nbsp;stsProperties)</pre>
</li>
</ul>
<a name="setEncryptIssuedToken(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEncryptIssuedToken</h4>
<pre>public&nbsp;void&nbsp;setEncryptIssuedToken(boolean&nbsp;encryptIssuedToken)</pre>
</li>
</ul>
<a name="setServices(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setServices</h4>
<pre>public&nbsp;void&nbsp;setServices(<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>&lt;<a href="../../../../../org/apache/cxf/sts/service/ServiceMBean.html" title="interface in org.apache.cxf.sts.service">ServiceMBean</a>&gt;&nbsp;services)</pre>
</li>
</ul>
<a name="setTokenProviders(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTokenProviders</h4>
<pre>public&nbsp;void&nbsp;setTokenProviders(<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/provider/TokenProvider.html" title="interface in org.apache.cxf.sts.token.provider">TokenProvider</a>&gt;&nbsp;tokenProviders)</pre>
</li>
</ul>
<a name="getDelegationHandlers()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDelegationHandlers</h4>
<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/delegation/TokenDelegationHandler.html" title="interface in org.apache.cxf.sts.token.delegation">TokenDelegationHandler</a>&gt;&nbsp;getDelegationHandlers()</pre>
</li>
</ul>
<a name="setDelegationHandlers(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDelegationHandlers</h4>
<pre>public&nbsp;void&nbsp;setDelegationHandlers(<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/delegation/TokenDelegationHandler.html" title="interface in org.apache.cxf.sts.token.delegation">TokenDelegationHandler</a>&gt;&nbsp;delegationHandlers)</pre>
</li>
</ul>
<a name="getTokenProviders()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTokenProviders</h4>
<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/provider/TokenProvider.html" title="interface in org.apache.cxf.sts.token.provider">TokenProvider</a>&gt;&nbsp;getTokenProviders()</pre>
</li>
</ul>
<a name="setTokenValidators(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTokenValidators</h4>
<pre>public&nbsp;void&nbsp;setTokenValidators(<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/validator/TokenValidator.html" title="interface in org.apache.cxf.sts.token.validator">TokenValidator</a>&gt;&nbsp;tokenValidators)</pre>
</li>
</ul>
<a name="getTokenValidators()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTokenValidators</h4>
<pre>public&nbsp;<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>&lt;<a href="../../../../../org/apache/cxf/sts/token/validator/TokenValidator.html" title="interface in org.apache.cxf.sts.token.validator">TokenValidator</a>&gt;&nbsp;getTokenValidators()</pre>
</li>
</ul>
<a name="getClaimsManager()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClaimsManager</h4>
<pre>public&nbsp;<a href="../../../../../org/apache/cxf/sts/claims/ClaimsManager.html" title="class in org.apache.cxf.sts.claims">ClaimsManager</a>&nbsp;getClaimsManager()</pre>
</li>
</ul>
<a name="setClaimsManager(org.apache.cxf.sts.claims.ClaimsManager)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setClaimsManager</h4>
<pre>public&nbsp;void&nbsp;setClaimsManager(<a href="../../../../../org/apache/cxf/sts/claims/ClaimsManager.html" title="class in org.apache.cxf.sts.claims">ClaimsManager</a>&nbsp;claimsManager)</pre>
</li>
</ul>
<a name="parseRequest(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType, javax.xml.ws.WebServiceContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseRequest</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/cxf/sts/request/RequestRequirements.html" title="class in org.apache.cxf.sts.request">RequestRequirements</a>&nbsp;parseRequest(<a href="../../../../../org/apache/cxf/ws/security/sts/provider/model/RequestSecurityTokenType.html" title="class in org.apache.cxf.ws.security.sts.provider.model">RequestSecurityTokenType</a>&nbsp;request,
<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/WebServiceContext.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceContext</a>&nbsp;context)</pre>
<div class="block">Check the arguments from the STSProvider and parse the request.</div>
</li>
</ul>
<a name="createRequestedReference(org.apache.cxf.sts.token.provider.TokenReference, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createRequestedReference</h4>
<pre>protected static&nbsp;<a href="../../../../../org/apache/cxf/ws/security/sts/provider/model/RequestedReferenceType.html" title="class in org.apache.cxf.ws.security.sts.provider.model">RequestedReferenceType</a>&nbsp;createRequestedReference(<a href="../../../../../org/apache/cxf/sts/token/provider/TokenReference.html" title="class in org.apache.cxf.sts.token.provider">TokenReference</a>&nbsp;tokenReference,
boolean&nbsp;attached)</pre>
<div class="block">Create a RequestedReferenceType object using a TokenReference object</div>
</li>
</ul>
<a name="createRequestedReference(java.lang.String, java.lang.String, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createRequestedReference</h4>
<pre>protected static&nbsp;<a href="../../../../../org/apache/cxf/ws/security/sts/provider/model/RequestedReferenceType.html" title="class in org.apache.cxf.ws.security.sts.provider.model">RequestedReferenceType</a>&nbsp;createRequestedReference(<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>&nbsp;tokenId,
<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>&nbsp;tokenType,
boolean&nbsp;attached)</pre>
<div class="block">Create a RequestedReferenceType object using a token id and tokenType</div>
</li>
</ul>
<a name="createLifetime(java.util.Date, java.util.Date)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createLifetime</h4>
<pre>protected static&nbsp;<a href="../../../../../org/apache/cxf/ws/security/sts/provider/model/LifetimeType.html" title="class in org.apache.cxf.ws.security.sts.provider.model">LifetimeType</a>&nbsp;createLifetime(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;tokenCreated,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</a>&nbsp;tokenExpires)</pre>
<div class="block">Create a LifetimeType object given a created + expires Dates</div>
</li>
</ul>
<a name="encryptToken(org.w3c.dom.Element, java.lang.String, org.apache.cxf.sts.service.EncryptionProperties, org.apache.cxf.sts.request.KeyRequirements, javax.xml.ws.WebServiceContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encryptToken</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a>&nbsp;encryptToken(<a href="http://docs.oracle.com/javase/7/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a>&nbsp;element,
<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>&nbsp;id,
<a href="../../../../../org/apache/cxf/sts/service/EncryptionProperties.html" title="class in org.apache.cxf.sts.service">EncryptionProperties</a>&nbsp;encryptionProperties,
<a href="../../../../../org/apache/cxf/sts/request/KeyRequirements.html" title="class in org.apache.cxf.sts.request">KeyRequirements</a>&nbsp;keyRequirements,
<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/WebServiceContext.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceContext</a>&nbsp;context)
throws org.apache.wss4j.common.ext.WSSecurityException</pre>
<div class="block">Encrypt a Token element using the given arguments.</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>org.apache.wss4j.common.ext.WSSecurityException</code></dd></dl>
</li>
</ul>
<a name="encryptSecret(byte[], org.apache.cxf.sts.service.EncryptionProperties, org.apache.cxf.sts.request.KeyRequirements)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>encryptSecret</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a>&nbsp;encryptSecret(byte[]&nbsp;secret,
<a href="../../../../../org/apache/cxf/sts/service/EncryptionProperties.html" title="class in org.apache.cxf.sts.service">EncryptionProperties</a>&nbsp;encryptionProperties,
<a href="../../../../../org/apache/cxf/sts/request/KeyRequirements.html" title="class in org.apache.cxf.sts.request">KeyRequirements</a>&nbsp;keyRequirements)
throws org.apache.wss4j.common.ext.WSSecurityException</pre>
<div class="block">Encrypt a secret using the given arguments producing a DOM EncryptedKey element</div>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>org.apache.wss4j.common.ext.WSSecurityException</code></dd></dl>
</li>
</ul>
<a name="extractAddressFromAppliesTo(org.w3c.dom.Element)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>extractAddressFromAppliesTo</h4>
<pre>protected&nbsp;<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>&nbsp;extractAddressFromAppliesTo(<a href="http://docs.oracle.com/javase/7/docs/api/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom">Element</a>&nbsp;appliesTo)</pre>
<div class="block">Extract an address from an AppliesTo DOM element</div>
</li>
</ul>
<a name="createTokenProviderParameters(org.apache.cxf.sts.request.RequestRequirements, javax.xml.ws.WebServiceContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createTokenProviderParameters</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/cxf/sts/token/provider/TokenProviderParameters.html" title="class in org.apache.cxf.sts.token.provider">TokenProviderParameters</a>&nbsp;createTokenProviderParameters(<a href="../../../../../org/apache/cxf/sts/request/RequestRequirements.html" title="class in org.apache.cxf.sts.request">RequestRequirements</a>&nbsp;requestRequirements,
<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/WebServiceContext.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceContext</a>&nbsp;context)</pre>
<div class="block">Create a TokenProviderParameters object given a RequestParser and WebServiceContext object</div>
</li>
</ul>
<a name="validateReceivedToken(javax.xml.ws.WebServiceContext, java.lang.String, org.apache.cxf.sts.request.TokenRequirements, org.apache.cxf.sts.request.ReceivedToken)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>validateReceivedToken</h4>
<pre>protected&nbsp;<a href="../../../../../org/apache/cxf/sts/token/validator/TokenValidatorResponse.html" title="class in org.apache.cxf.sts.token.validator">TokenValidatorResponse</a>&nbsp;validateReceivedToken(<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/WebServiceContext.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceContext</a>&nbsp;context,
<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>&nbsp;realm,
<a href="../../../../../org/apache/cxf/sts/request/TokenRequirements.html" title="class in org.apache.cxf.sts.request">TokenRequirements</a>&nbsp;tokenRequirements,
<a href="../../../../../org/apache/cxf/sts/request/ReceivedToken.html" title="class in org.apache.cxf.sts.request">ReceivedToken</a>&nbsp;token)</pre>
</li>
</ul>
<a name="performDelegationHandling(org.apache.cxf.sts.request.RequestRequirements, javax.xml.ws.WebServiceContext, org.apache.cxf.sts.request.ReceivedToken, java.security.Principal, java.util.Set)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>performDelegationHandling</h4>
<pre>protected&nbsp;void&nbsp;performDelegationHandling(<a href="../../../../../org/apache/cxf/sts/request/RequestRequirements.html" title="class in org.apache.cxf.sts.request">RequestRequirements</a>&nbsp;requestRequirements,
<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/WebServiceContext.html?is-external=true" title="class or interface in javax.xml.ws">WebServiceContext</a>&nbsp;context,
<a href="../../../../../org/apache/cxf/sts/request/ReceivedToken.html" title="class in org.apache.cxf.sts.request">ReceivedToken</a>&nbsp;token,
<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>&nbsp;tokenPrincipal,
<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<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>&gt;&nbsp;tokenRoles)</pre>
</li>
</ul>
<a name="checkClaimsSupport(org.apache.cxf.rt.security.claims.ClaimCollection)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkClaimsSupport</h4>
<pre>protected&nbsp;void&nbsp;checkClaimsSupport(<a href="../../../../../org/apache/cxf/rt/security/claims/ClaimCollection.html" title="class in org.apache.cxf.rt.security.claims">ClaimCollection</a>&nbsp;requestedClaims)</pre>
</li>
</ul>
<a name="processValidToken(org.apache.cxf.sts.token.provider.TokenProviderParameters, org.apache.cxf.sts.request.ReceivedToken, org.apache.cxf.sts.token.validator.TokenValidatorResponse)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>processValidToken</h4>
<pre>protected&nbsp;void&nbsp;processValidToken(<a href="../../../../../org/apache/cxf/sts/token/provider/TokenProviderParameters.html" title="class in org.apache.cxf.sts.token.provider">TokenProviderParameters</a>&nbsp;providerParameters,
<a href="../../../../../org/apache/cxf/sts/request/ReceivedToken.html" title="class in org.apache.cxf.sts.request">ReceivedToken</a>&nbsp;validatedToken,
<a href="../../../../../org/apache/cxf/sts/token/validator/TokenValidatorResponse.html" title="class in org.apache.cxf.sts.token.validator">TokenValidatorResponse</a>&nbsp;tokenResponse)</pre>
</li>
</ul>
<a name="setEventListener(org.apache.cxf.sts.event.STSEventListener)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setEventListener</h4>
<pre>public&nbsp;void&nbsp;setEventListener(<a href="../../../../../org/apache/cxf/sts/event/STSEventListener.html" title="interface in org.apache.cxf.sts.event">STSEventListener</a>&nbsp;eventListener)</pre>
</li>
</ul>
<a name="publishEvent(org.apache.cxf.sts.event.AbstractSTSEvent)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>publishEvent</h4>
<pre>protected&nbsp;void&nbsp;publishEvent(<a href="../../../../../org/apache/cxf/sts/event/AbstractSTSEvent.html" title="class in org.apache.cxf.sts.event">AbstractSTSEvent</a>&nbsp;event)</pre>
</li>
</ul>
<a name="findInboundSecurityToken(org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event, javax.xml.ws.handler.MessageContext)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>findInboundSecurityToken</h4>
<pre>protected static&nbsp;org.apache.xml.security.stax.securityToken.SecurityToken&nbsp;findInboundSecurityToken(org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event&nbsp;event,
<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/ws/handler/MessageContext.html?is-external=true" title="class or interface in javax.xml.ws.handler">MessageContext</a>&nbsp;messageContext)
throws org.apache.xml.security.exceptions.XMLSecurityException</pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code>org.apache.xml.security.exceptions.XMLSecurityException</code></dd></dl>
</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/AbstractOperation.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 class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../org/apache/cxf/sts/operation/TokenCancelOperation.html" title="class in org.apache.cxf.sts.operation"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cxf/sts/operation/AbstractOperation.html" target="_top">Frames</a></li>
<li><a href="AbstractOperation.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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Apache CXF</small></p>
</body>
</html>