Class SymmetricBindingHandler
- java.lang.Object
-
- org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractCommonBindingHandler
-
- org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder
-
- org.apache.cxf.ws.security.wss4j.policyhandlers.SymmetricBindingHandler
-
public class SymmetricBindingHandler extends AbstractBindingBuilder
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder
aim, binding, bottomUpElement, bstElement, callbackLookup, CRYPTO_CACHE, encryptedTokensList, lastEncryptedKeyElement, LOG, mainSigId, protectionOrder, saaj, secHeader, sigConfList, signatures, storeBytesInAttachment, timestampEl, topDownElement, wsDocInfo, wssConfig
-
Fields inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractCommonBindingHandler
message
-
-
Constructor Summary
Constructors Constructor Description SymmetricBindingHandler(org.apache.wss4j.dom.engine.WSSConfig config, org.apache.wss4j.policy.model.SymmetricBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.wss4j.dom.message.WSSecHeader secHeader, AssertionInfoMap aim, SoapMessage message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleBinding()-
Methods inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractBindingBuilder
addDerivedKeyElement, addDKUsernameToken, addEncryptedKeyElement, addSamlToken, addSig, addSignatureConfirmation, addSignatureParts, addSupportingElement, addSupportingTokens, addTopDownElement, addUsernameToken, addWsuIdToElement, cloneElement, convertToEncryptionPart, createTimestamp, doEndorse, doEndorsedSignatures, findIDFromSamlToken, getCrypto, getCryptoCache, getElements, getEncryptedKeyBuilder, getEncryptedKeyResult, getEncryptedParts, getEncryptionCrypto, getParts, getPartsAndElements, getPassword, getSignatureBuilder, getSignatureCrypto, getSignedParts, getTokenStore, getUsername, handleEncryptedSignedHeaders, handleLayout, handleSupportingTokens, handleUsernameTokenSupportingToken, insertAfter, insertBeforeBottomUp, isExpandXopInclude, reshuffleTimestamp, setEncryptionUser, setKeyIdentifierType, storeAssertionAsSecurityToken
-
Methods inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractCommonBindingHandler
assertAlgorithmSuite, assertPolicy, assertPolicy, assertToken, assertTokenWrapper, assertTrustProperties, assertWSSProperties, getAllAssertionsByLocalname, getMessage, getSecurityToken, getWss10, isRequestor, isTokenRequired, unassertPolicy, unassertPolicy
-
-
-
-
Constructor Detail
-
SymmetricBindingHandler
public SymmetricBindingHandler(org.apache.wss4j.dom.engine.WSSConfig config, org.apache.wss4j.policy.model.SymmetricBinding binding, javax.xml.soap.SOAPMessage saaj, org.apache.wss4j.dom.message.WSSecHeader secHeader, AssertionInfoMap aim, SoapMessage message) throws javax.xml.soap.SOAPException, TokenStoreException- Throws:
javax.xml.soap.SOAPExceptionTokenStoreException
-
-