From 13f980d431e74b461f6666ec28f9875e6e9cc04b Mon Sep 17 00:00:00 2001 From: jakubs <jakubs> Date: Mon, 11 Mar 2013 15:30:44 +0000 Subject: [PATCH] SP-544 BIS-356 add authorization and log interceptors to screening dss json rpc SVN: 28587 --- screening/source/java/screening-dssApplicationContext.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/screening/source/java/screening-dssApplicationContext.xml b/screening/source/java/screening-dssApplicationContext.xml index 28f5e60385f..625ee2bc95e 100644 --- a/screening/source/java/screening-dssApplicationContext.xml +++ b/screening/source/java/screening-dssApplicationContext.xml @@ -58,6 +58,12 @@ <bean id="data-store-rpc-service-screening-json" class="com.googlecode.jsonrpc4j.spring.JsonServiceExporter"> <property name="service"> <ref bean="data-store-rpc-service-screening-json-logic" /> + <property name="interceptorNames"> + <list> + <value>screening-rpc-authorization-advisor</value> + <value>screening-rpc-log-advisor</value> + </list> + </property> </property> <property name="serviceInterface" > <value>ch.systemsx.cisd.openbis.dss.screening.shared.api.v1.IDssServiceRpcScreening</value> -- GitLab