Interface OutputProcessor

    • Method Detail

      • setXMLSecurityProperties

        void setXMLSecurityProperties​(XMLSecurityProperties xmlSecurityProperties)
        setter for the XMLSecurityProperties after instantiation of the processor
        Parameters:
        xmlSecurityProperties -
      • setAction

        void setAction​(XMLSecurityConstants.Action action)
        setter for the Action after instantiation of the processor
        Parameters:
        action -
      • addBeforeProcessor

        void addBeforeProcessor​(Object processor)
        Add this processor before the given processor
        Parameters:
        processor -
      • getBeforeProcessors

        Set<Object> getBeforeProcessors()
        This OutputProcessor will be added before the processors in this set
        Returns:
        The set with the named OutputProcessor
      • addAfterProcessor

        void addAfterProcessor​(Object processor)
        Add this processor after the given processor
        Parameters:
        processor -
      • getAfterProcessors

        Set<Object> getAfterProcessors()
        This OutputProcessor will be added after the processors in this set
        Returns:
        The set with the named OutputProcessor