[java-identity-provider] branch master updated: IDP-1142 - Metadata-driven configuration strategy
Scott Cantor
cantor.2 at osu.edu
Tue Apr 4 16:11:11 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bde24f0b34b9740d8eb42a4caaf61d408022b13f
The following commit(s) were added to refs/heads/master by this push:
new bde24f0 IDP-1142 - Metadata-driven configuration strategy
bde24f0 is described below
commit bde24f0b34b9740d8eb42a4caaf61d408022b13f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Apr 4 16:11:10 2017 -0400
IDP-1142 - Metadata-driven configuration strategy
https://issues.shibboleth.net/jira/browse/IDP-1142
Differentiate parent bean names.
---
idp-conf/src/main/resources/system/conf/relying-party-mddriven.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-conf/src/main/resources/system/conf/relying-party-mddriven.xml b/idp-conf/src/main/resources/system/conf/relying-party-mddriven.xml
index 0c30461..a428ed1 100644
--- a/idp-conf/src/main/resources/system/conf/relying-party-mddriven.xml
+++ b/idp-conf/src/main/resources/system/conf/relying-party-mddriven.xml
@@ -39,13 +39,13 @@
<!-- Parent beans for metadata-driven RelyingParty helpers. -->
- <bean id="RelyingPartyByName" parent="RelyingParty.MDDriven" abstract="true"
+ <bean id="RelyingPartyByName.MDDriven" parent="RelyingParty.MDDriven" abstract="true"
class="net.shibboleth.idp.saml.relyingparty.impl.RelyingPartyConfigurationSupport" factory-method="byName" />
- <bean id="RelyingPartyByGroup" parent="RelyingParty.MDDriven" abstract="true"
+ <bean id="RelyingPartyByGroup.MDDriven" parent="RelyingParty.MDDriven" abstract="true"
class="net.shibboleth.idp.saml.relyingparty.impl.RelyingPartyConfigurationSupport" factory-method="byGroup" />
- <bean id="RelyingPartyByTag" parent="RelyingParty.MDDriven" abstract="true"
+ <bean id="RelyingPartyByTag.MDDriven" parent="RelyingParty.MDDriven" abstract="true"
class="net.shibboleth.idp.saml.relyingparty.impl.RelyingPartyConfigurationSupport" factory-method="byTag"
c:trim="false" c:matchAll="false" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list