Interface PolicyAsserter

All Known Implementing Classes:
DummyPolicyAsserter

public interface PolicyAsserter
A interface that can be used to tell a third-part SOAP stack (e.g. Apache CXF) that WSS4J will take care of asserting a certain policy, and thus can be marked as "asserted".
  • Method Details

    • assertPolicy

      void assertPolicy(org.apache.neethi.Assertion assertion)
    • unassertPolicy

      void unassertPolicy(org.apache.neethi.Assertion assertion, String reason)
    • assertPolicy

      void assertPolicy(QName qName)
    • unassertPolicy

      void unassertPolicy(QName qName, String reason)