Class WriteProtectionScanner
- java.lang.Object
-
- fr.gouv.vitam.storage.engine.server.rest.writeprotection.WriteProtectionScanner
-
- All Implemented Interfaces:
javax.ws.rs.container.DynamicFeature
@PreMatching @Priority(3000) public class WriteProtectionScanner extends java.lang.Object implements javax.ws.rs.container.DynamicFeature
Scanner that prevents Write APIs to be invoked on secondary site. All resource methods must be annotated with theWriteProtection
annotation.
-
-
Constructor Summary
Constructors Constructor Description WriteProtectionScanner(AlertService alertService, boolean isReadOnly)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext context)
-
-
-
Constructor Detail
-
WriteProtectionScanner
public WriteProtectionScanner(AlertService alertService, boolean isReadOnly)
-
-