Apache CXF API

org.apache.cxf.ws.security.wss4j.policyhandlers
Class TransportBindingHandler

java.lang.Object
  extended by org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder
      extended by org.apache.cxf.ws.security.wss4j.policyhandlers.TransportBindingHandler

public class TransportBindingHandler
extends AbstractBindingBuilder


Field Summary
 
Fields inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder
aim, binding, CRYPTO_CACHE, encryptedTokensList, endEncSuppTokMap, endSuppTokMap, LOG, mainSigId, message, protectionOrder, saaj, secHeader, sgndEndEncSuppTokMap, sgndEndSuppTokMap, sigConfList, signatures, timestampEl, wssConfig
 
Constructor Summary
TransportBindingHandler(org.apache.ws.security.WSSConfig config, TransportBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.ws.security.message.WSSecHeader secHeader, AssertionInfoMap aim, SoapMessage message)
           
 
Method Summary
 void handleBinding()
           
 
Methods inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder
addDerivedKeyElement, addDKUsernameToken, addEncryptedKeyElement, addSamlToken, addSignatureConfirmation, addSignatureParts, addSupportingElement, addSupportingTokens, addTopDownElement, addUsernameToken, addWsuIdToElement, assertSupportingTokens, assertSupportingTokens, cloneElement, convertToEncryptionPart, createTimestamp, doEndorse, doEndorsedSignatures, findAndAssertPolicy, findIDFromSamlToken, getCallbackHandler, getCrypto, getCryptoCache, getEncryptedKeyBuilder, getEncryptedParts, getEncryptionCrypto, getPartsAndElements, getPassword, getSecurityToken, getSignatureBuilder, getSignatureBuilder, getSignatureCrypto, getSignedParts, getTokenStore, getUsername, getWss10, handleEncryptedSignedHeaders, handleLayout, handleSupportingTokens, handleSupportingTokens, handleSupportingTokens, includeToken, insertBeforeBottomUp, isRequestor, policyAsserted, policyAsserted, policyNotAsserted, policyNotAsserted, setEncryptionUser, setKeyIdentifierType, storeAssertionAsSecurityToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportBindingHandler

public TransportBindingHandler(org.apache.ws.security.WSSConfig config,
                               TransportBinding binding,
                               javax.xml.soap.SOAPMessage saaj,
                               org.apache.ws.security.message.WSSecHeader secHeader,
                               AssertionInfoMap aim,
                               SoapMessage message)
Method Detail

handleBinding

public void handleBinding()

Apache CXF API

Apache CXF