Omaha #3211 fix data delivery modes

Change-Id: I06fede8fd63e0a71f5532e8124bf919faf62612e

Former-commit-id: 9666b22375 [formerly cd7e1a4665] [formerly 9666b22375 [formerly cd7e1a4665] [formerly 08c5c75035 [formerly 630f2fab4c3c37fd05eb9f92d14c11cf761d9477]]]
Former-commit-id: 08c5c75035
Former-commit-id: 9edf6426ce [formerly b2620a57be]
Former-commit-id: d7bd014bb9
This commit is contained in:
Nate Jensen 2014-06-09 14:34:18 -05:00
parent 209a0b816c
commit bb716bceb2

View file

@ -19,22 +19,5 @@
<constructor-arg value="com.raytheon.uf.common.registry.IRegistryRequest"/>
<constructor-arg ref="edexRegistryManager"/>
</bean>
<bean id="roleStorage"
class="com.raytheon.uf.edex.plugin.nwsauth.NwsRoleStorage" />
<bean id="authenticator"
class="com.raytheon.uf.edex.plugin.nwsauth.authentication.Authenticator" />
<bean id="authStorage"
class="com.raytheon.uf.edex.plugin.nwsauth.authentication.AuthenticationStorage" />
<bean id="authManager" class="com.raytheon.uf.edex.auth.AuthManager">
<property name="authenticationStorage" ref="authStorage" />
<property name="authenticator" ref="authenticator" />
<property name="roleStorage" ref="roleStorage" />
</bean>
<bean id="authFactory" class="com.raytheon.uf.edex.auth.AuthManagerFactory"
factory-method="getInstance">
<property name="manager" ref="authManager" />
</bean>
</beans>