Omaha #3211 fix data delivery modes
Change-Id: I06fede8fd63e0a71f5532e8124bf919faf62612e Former-commit-id:9666b22375
[formerlycd7e1a4665
] [formerly9666b22375
[formerlycd7e1a4665
] [formerly08c5c75035
[formerly 630f2fab4c3c37fd05eb9f92d14c11cf761d9477]]] Former-commit-id:08c5c75035
Former-commit-id:9edf6426ce
[formerlyb2620a57be
] Former-commit-id:d7bd014bb9
This commit is contained in:
parent
209a0b816c
commit
bb716bceb2
1 changed files with 0 additions and 17 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue