Class SignatureValidatorInterceptor

  • All Implemented Interfaces:
    javax.ws.rs.container.ContainerRequestFilter

    @Provider
    public class SignatureValidatorInterceptor
    extends Object
    implements javax.ws.rs.container.ContainerRequestFilter
    This can be used to verify webhook calls made by mediaconnect to your server See https://developers.mediaconnect.io/docs/webhooks It supposes an url of the form ../ It needs to know the webhook id, which must be registered via {#put(String channel, UUID)}
    Since:
    0.1
    Author:
    Michiel Meeuwissen
    • Constructor Detail

      • SignatureValidatorInterceptor

        public SignatureValidatorInterceptor()