3
我想有彈簧安全性,應該可以通過布爾型標誌開關開/關類型的功能進行配置。有條件的彈簧安全
例如,
<bean class="org.springframework.ws.server...">
<property name="interceptors">
<list>
----> Here I would like an if condition test based on external property i.e. if true, register the interceptor, else do nothing
<ref local="wsSecurityInterceptor">
--> other interceptors like logging etc.
</list>
</property>
</bean>
這可能在config.xml中?非常感謝。
這似乎與此類討論有關。 –
我想這正是我正在尋找的解決方案....謝謝 – Sai