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

Commit

Permalink
Finish rule updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dshafer committed Feb 8, 2019
1 parent d45c6a4 commit 1b39bae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2685,7 +2685,7 @@

<!--
inc.mdq.generate.all.localkey
Generate all metadata required for the InCommon federation MDQ service
using the local key configuration.
Expand Down
13 changes: 0 additions & 13 deletions mdx/incommon/mdq-all-cloudhsm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@
<!-- Import mdq-all beans -->
<import resource="classpath:incommon/mdq-all.xml" />

<!-- This bean MUST be called "conversionService" to work properly -->
<!-- <bean id="conversionService" class="org.springframework.context.support.ConversionServiceFactoryBean"> -->
<!-- <property name="converters"> -->
<!-- <set> -->
<!-- <bean class="net.shibboleth.ext.spring.config.DurationToLongConverter" /> -->
<!-- <bean class="net.shibboleth.ext.spring.config.StringToIPRangeConverter" /> -->
<!-- <bean class="net.shibboleth.ext.spring.config.BooleanToPredicateConverter" /> -->
<!-- <bean class="net.shibboleth.ext.spring.config.StringBooleanToPredicateConverter" /> -->
<!-- <bean class="net.shibboleth.ext.spring.config.StringToResourceConverter" /> -->
<!-- </set> -->
<!-- </property> -->
<!-- </bean> -->

<bean id="privateKeyFactory" class="uk.org.iay.incommon.mda.cloudhsm.CaviumPrivateKeyFactoryBean"
p:username="${sign.keyUser}" p:password="${sign.keyPassword}" p:keyHandle="${sign.keyHandle}" />

Expand Down
13 changes: 0 additions & 13 deletions mdx/incommon/mdq-all-localkey.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@
<!-- Import mdq-all beans -->
<import resource="classpath:incommon/mdq-all.xml" />

<!-- This bean MUST be called "conversionService" to work properly -->
<!-- <bean id="conversionService" class="org.springframework.context.support.ConversionServiceFactoryBean"> -->
<!-- <property name="converters"> -->
<!-- <set> -->
<!-- <bean class="net.shibboleth.ext.spring.config.DurationToLongConverter" /> -->
<!-- <bean class="net.shibboleth.ext.spring.config.StringToIPRangeConverter" /> -->
<!-- <bean class="net.shibboleth.ext.spring.config.BooleanToPredicateConverter" /> -->
<!-- <bean class="net.shibboleth.ext.spring.config.StringBooleanToPredicateConverter" /> -->
<!-- <bean class="net.shibboleth.ext.spring.config.StringToResourceConverter" /> -->
<!-- </set> -->
<!-- </property> -->
<!-- </bean> -->

<bean id="privateKeyFactory" parent="PrivateKeyFactoryBean" p:resource="${sign.keyResource}"
p:privateKeyPassword="${sign.keyPassword}" />

Expand Down

0 comments on commit 1b39bae

Please sign in to comment.