Class SecurityVerificationOutInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
org.apache.cxf.ws.security.policy.interceptors.SecurityVerificationOutInterceptor
All Implemented Interfaces:
Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>

public class SecurityVerificationOutInterceptor extends AbstractPhaseInterceptor<SoapMessage>
Interceptor verifies critical policy security assertions for client side
  • Field Details

  • Constructor Details

    • SecurityVerificationOutInterceptor

      public SecurityVerificationOutInterceptor()
  • Method Details

    • handleMessage

      public void handleMessage(SoapMessage message) throws Fault
      Checks if some security assertions are specified without binding assertion and cannot be fulfilled. Throw PolicyException in this case
      Parameters:
      message -
      Throws:
      PolicyException - if assertions are specified without binding
      Fault