Class HttpReadOnlyInterceptor

java.lang.Object
ch.ahdis.matchbox.interceptors.HttpReadOnlyInterceptor

public class HttpReadOnlyInterceptor extends Object
An interceptor that denies authorization for any request that would modify data on the server.
Author:
Quentin Ligier
  • Constructor Details

    • HttpReadOnlyInterceptor

      public HttpReadOnlyInterceptor()
  • Method Details

    • incomingRequestPostProcessed

      public boolean incomingRequestPostProcessed(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) throws ca.uhn.fhir.rest.server.exceptions.ForbiddenOperationException
      Throws:
      ca.uhn.fhir.rest.server.exceptions.ForbiddenOperationException