Class SignatureConfirmationFilter

java.lang.Object
com.sun.xml.wss.impl.filter.SignatureConfirmationFilter

public class SignatureConfirmationFilter extends Object
Process SignatureConfirmation: Add SignatureConfirmation or verify received SignatureConfirmation
Author:
[email protected]
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    If the message is incoming,gets the all SignatureConfirmation security headers and check if each of the values is present in the SignatureConfirmation property of context.Extraneous properties also make sure that all the values in SignatureConfirmation are exhausted.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static final Logger log
  • Constructor Details

    • SignatureConfirmationFilter

      public SignatureConfirmationFilter()
  • Method Details

    • process

      public static void process(FilterProcessingContext context) throws XWSSecurityException
      If the message is incoming,gets the all SignatureConfirmation security headers and check if each of the values is present in the SignatureConfirmation property of context.Extraneous properties also make sure that all the values in SignatureConfirmation are exhausted. If the message is outgoing checks for the property receivedSignValues in context's extraneous properties and if it is not null, add a SignatureConfirmation Header for each of the values in the property
      Parameters:
      context - FilterProcessingContext
      Throws:
      XWSSecurityException