[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/credentials.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed May 28 21:40:43 EDT 2014
Author: putmanb
Date: Wed May 28 21:40:43 2014
New Revision: 5991
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5991&view=rev
Log:
For EncryptedKeyResolver impls, add an overload constructor that takes a single String recipient.
Modified:
trunk/idp-conf/src/main/resources/conf/credentials.xml
Modified: trunk/idp-conf/src/main/resources/conf/credentials.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/credentials.xml?rev=5991&r1=5990&r2=5991&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/credentials.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/credentials.xml Wed May 28 21:40:43 2014
@@ -107,7 +107,7 @@
</bean>
<bean id="defaultEncryptedKeyResolver" class="org.opensaml.xmlsec.encryption.support.ChainingEncryptedKeyResolver"
- c:recipients-ref="entityID">
+ c:recipient-ref="entityID">
<constructor-arg name="encKeyResolvers">
<util:list>
<bean class="org.opensaml.xmlsec.encryption.support.InlineEncryptedKeyResolver" />
More information about the commits
mailing list