Class WriteProtectionScanner
java.lang.Object
fr.gouv.vitam.storage.engine.server.rest.writeprotection.WriteProtectionScanner
- All Implemented Interfaces:
jakarta.ws.rs.container.DynamicFeature
@PreMatching
@Priority(3000)
public class WriteProtectionScanner
extends Object
implements jakarta.ws.rs.container.DynamicFeature
Scanner that prevents Write APIs to be invoked on secondary site.
All resource methods must be annotated with the
WriteProtection annotation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext context)
-
Constructor Details
-
WriteProtectionScanner
-
-
Method Details
-
configure
public void configure(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext context) - Specified by:
configurein interfacejakarta.ws.rs.container.DynamicFeature
-