Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractCommonBindingHandler
      extended by org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractStaxBindingHandler
          extended by org.apache.cxf.ws.security.wss4j.policyhandlers.StaxAsymmetricBindingHandler

public class StaxAsymmetricBindingHandler
extends AbstractStaxBindingHandler


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractStaxBindingHandler
AbstractStaxBindingHandler.TokenStoreCallbackHandler
 
Field Summary
 
Fields inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractStaxBindingHandler
encryptedTokensList, endEncSuppTokMap, endSuppTokMap, outboundSecurityContext, sgndEndEncSuppTokMap, sgndEndSuppTokMap, signatureConfirmationAdded, timestampAdded
 
Constructor Summary
StaxAsymmetricBindingHandler(org.apache.wss4j.stax.ext.WSSSecurityProperties properties, SoapMessage msg, org.apache.wss4j.policy.model.AsymmetricBinding abinding, org.apache.xml.security.stax.ext.OutboundSecurityContext outboundSecurityContext)
           
 
Method Summary
 void handleBinding()
           
 
Methods inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractStaxBindingHandler
addIssuedToken, addKerberosToken, addSamlToken, addSignatureConfirmation, addSignatureParts, addSupportingTokens, addUsernameToken, configureLayout, configureSignature, configureTimestamp, enforceEncryptBeforeSigningWithSignedSAML, findInboundSecurityToken, getEncryptedParts, getKeyIdentifierType, getProperties, getSignedParts, handleSupportingTokens, handleSupportingTokens, handleSupportingTokens, handleUsernameTokenSupportingToken, prependSignatureToSC, putCustomTokenAfterSignature, removeSignatureIfSignedSAML, storeSecurityToken
 
Methods inherited from class org.apache.cxf.ws.security.wss4j.policyhandlers.AbstractCommonBindingHandler
assertAlgorithmSuite, assertPolicy, assertPolicy, assertToken, assertTokenWrapper, assertTrustProperties, assertWSSProperties, getAllAssertionsByLocalname, getAllAssertionsByLocalname, getFirstAssertionByLocalname, getMessage, getSecurityToken, getSHA1, getWss10, isRequestor, isTokenRequired, policyNotAsserted, policyNotAsserted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaxAsymmetricBindingHandler

public StaxAsymmetricBindingHandler(org.apache.wss4j.stax.ext.WSSSecurityProperties properties,
                                    SoapMessage msg,
                                    org.apache.wss4j.policy.model.AsymmetricBinding abinding,
                                    org.apache.xml.security.stax.ext.OutboundSecurityContext outboundSecurityContext)
Method Detail

handleBinding

public void handleBinding()

Apache CXF API

Apache CXF