Package ch.ahdis.matchbox.interceptors
Class HttpReadOnlyInterceptor
java.lang.Object
ch.ahdis.matchbox.interceptors.HttpReadOnlyInterceptor
An interceptor that denies authorization for any request that would modify data on the server.
- Author:
- Quentin Ligier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
incomingRequestPostProcessed
(ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-
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
-