Adding Junits for policy engine PDP
[policy/engine.git] / ONAP-PDP-REST / src / main / java / org / onap / policy / pdp / rest / XACMLPdpServlet.java
index 18c2017..b824312 100644 (file)
@@ -180,6 +180,14 @@ public class XACMLPdpServlet extends HttpServlet implements Runnable {
        private static volatile boolean configThreadTerminate = false;
        private transient ONAPLoggingContext baseLoggingContext = null;
        private transient IntegrityMonitor im;
+       public IntegrityMonitor getIm() {
+               return im;
+       }
+
+       public void setIm(IntegrityMonitor im) {
+               this.im = im;
+       }
+
        /**
         * Default constructor. 
         */