Class PolicyBasedWSS4JInInterceptor

    • Constructor Detail

      • PolicyBasedWSS4JInInterceptor

        public PolicyBasedWSS4JInInterceptor()
    • Method Detail

      • setAlgorithmSuites

        protected void setAlgorithmSuites​(SoapMessage message,
                                          org.apache.wss4j.dom.handler.RequestData data)
                                   throws org.apache.wss4j.common.ext.WSSecurityException
        Set a WSS4J AlgorithmSuite object on the RequestData context, to restrict the algorithms that are allowed for encryption, signature, etc.
        Overrides:
        setAlgorithmSuites in class WSS4JInInterceptor
        Throws:
        org.apache.wss4j.common.ext.WSSecurityException
      • computeAction

        protected void computeAction​(SoapMessage message,
                                     org.apache.wss4j.dom.handler.RequestData data)
                              throws org.apache.wss4j.common.ext.WSSecurityException
        Description copied from class: WSS4JInInterceptor
        Do whatever is necessary to determine the action for the incoming message and do whatever other setup work is necessary.
        Overrides:
        computeAction in class WSS4JInInterceptor
        Throws:
        org.apache.wss4j.common.ext.WSSecurityException