summaryrefslogtreecommitdiff
path: root/BKULocal/src/main/webapp/WEB-INF
diff options
context:
space:
mode:
Diffstat (limited to 'BKULocal/src/main/webapp/WEB-INF')
-rw-r--r--BKULocal/src/main/webapp/WEB-INF/applicationContext.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
index f2953982..b75db261 100644
--- a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
@@ -147,6 +147,14 @@
value="http://www.buergerkarte.at/namespaces/securitylayer/1.2#" />
<constructor-arg value="CreateXMLSignatureRequest" />
</bean>
+ <bean id="createCMSSignatureCommandFactory"
+ class="at.gv.egiz.bku.slcommands.impl.CreateCMSSignatureCommandFactory"
+ parent="abstractCommandFactory" />
+ <bean id="createCMSSignatureRequest" class="javax.xml.namespace.QName">
+ <constructor-arg
+ value="http://www.buergerkarte.at/namespaces/securitylayer/1.2#" />
+ <constructor-arg value="CreateCMSSignatureRequest" />
+ </bean>
<bean id="getStatusCommandFactory" class="at.gv.egiz.bku.slcommands.impl.GetStatusCommandFactory"
parent="abstractCommandFactory" />
<bean id="getStatusRequest" class="javax.xml.namespace.QName">
@@ -163,6 +171,7 @@
<entry key-ref="infoboxReadRequest" value-ref="infoboxReadCommandFactory" />
<entry key-ref="infoboxUpdateRequest" value-ref="infoboxUpdateCommandFactory" />
<entry key-ref="createXMLSignatureRequest" value-ref="createXMLSignatureCommandFactory" />
+ <entry key-ref="createCMSSignatureRequest" value-ref="createCMSSignatureCommandFactory" />
<entry key-ref="getStatusRequest" value-ref="getStatusCommandFactory" />
</map>
</property>
@@ -215,4 +224,4 @@
<property name="bindingProcessorManager" ref="bindingProcessorManager" />
</bean>
-</beans> \ No newline at end of file
+</beans>