Skip to content
Snippets Groups Projects
Commit 13f980d4 authored by jakubs's avatar jakubs
Browse files

SP-544 BIS-356 add authorization and log interceptors to screening dss json rpc

SVN: 28587
parent 3143ac83
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment