Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Make the hr_eduhr_registrar bean common, so that it can be updated in…
Browse files Browse the repository at this point in the history
… one place.
  • Loading branch information
iay committed May 8, 2014
1 parent 20fec28 commit a282b36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 6 additions & 1 deletion mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,11 @@
-->
<import resource="classpath:validation-beans.xml"/>

<!--
Federation registrationAuthority URIs.
-->
<bean id="hr_eduhr_registrar" parent="String" c:_0="http://www.srce.hr"/>

<!--
identificationStrategy
Expand All @@ -429,7 +434,7 @@
<entry key="http://cafe.rnp.br" value="BR"/>
<entry key="http://www.canarie.ca" value="CA"/>
<entry key="http://cofre.reuna.cl" value="CL"/>
<entry key="http://www.srce.hr" value="HR"/>
<entry key-ref="hr_eduhr_registrar" value="HR"/>
<entry key="http://www.eduid.cz/" value="CZ"/>
<entry key="https://www.wayf.dk" value="DK"/>
<entry key="http://www.csc.fi/haka" value="FI"/>
Expand Down
9 changes: 0 additions & 9 deletions mdx/hr_eduhr/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@
<property name="verificationCertificate" ref="hr_eduhr_signingCertificate"/>
</bean>

<!--
hr_eduhr_registrar
Unique ID for the registrar associated with this channel.
-->
<bean id="hr_eduhr_registrar" class="java.lang.String">
<constructor-arg value="http://www.aaiedu.hr"/>
</bean>

<!--
hr_eduhr_check_regauth
Expand Down

0 comments on commit a282b36

Please sign in to comment.