Change-Id: If2625cda7b73b52b6e79f3a6b8ac580dbcf1ecc9 Former-commit-id: 075bb856689e8eaa95ee7721b6270c3a785c9bd4
16 lines
No EOL
701 B
XML
16 lines
No EOL
701 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
|
http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
|
|
|
|
<bean id="encryption" class="com.raytheon.uf.common.security.encryption.AESEncryptor"/>
|
|
|
|
<bean id="securityConfiguration" class="com.raytheon.uf.edex.security.SecurityConfiguration" />
|
|
|
|
<bean id="encryptedPropertyLoader" class="com.raytheon.uf.edex.security.EncryptedProperties">
|
|
<constructor-arg
|
|
value="/awips2/edex/conf/resources/site/${AW_SITE_IDENTIFIER}/security.properties" />
|
|
</bean>
|
|
|
|
</beans> |