Class CertConstraintsInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.transport.https.CertConstraintsInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public final class CertConstraintsInterceptor extends AbstractPhaseInterceptor<Message>
An interceptor that enforces certificate constraints logic at the TLS layer.
  • Field Details

  • Method Details

    • handleMessage

      public void handleMessage(Message message) throws Fault
      Description copied from interface: Interceptor
      Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
      Throws:
      Fault