Changeset 1257 for EDIS/trunk/java/tracking-server-main/src/main/webapp/WEB-INF/config/security-config.xml
- Timestamp:
- Oct 2, 2011, 6:06:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
EDIS/trunk/java/tracking-server-main/src/main/webapp/WEB-INF/config/security-config.xml
r1253 r1257 33 33 class="gov.va.med.edp.springframework.security.userdetails.vistalink.VistaLinkUserDetailService"> 34 34 <property name="applicationName" value="${app.name}"/> 35 <property name=" connectionFactoryLocator" ref="vistaLinkConnectionFactoryLocator"/>35 <property name="rpcTemplate" ref="vistaLinkRpcTemplate"/> 36 36 </bean> 37 37 … … 60 60 <property name="filterProcessesUrl" value="/logout.html"/> 61 61 </bean> 62 63 <bean id="vistaLinkConnectionFactoryLocator"64 class="gov.va.med.edp.vistalink.locator.VistaLinkConnectorConfigConnectionFactoryLocator">65 <property name="connectors" ref="vistaAccounts"/>66 </bean>67 62 </beans>
Note:
See TracChangeset
for help on using the changeset viewer.