[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 17 10:00:16 EST 2013


Author: scantor
Date: Tue Dec 17 10:00:16 2013
New Revision: 5045

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5045&view=rev
Log:
Fix ctor argument.

Modified:
    trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml

Modified: trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml?rev=5045&r1=5044&r2=5045&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/authn-flow-descriptors.xml Tue Dec 17 10:00:16 2013
@@ -45,7 +45,7 @@
                     <bean class="net.shibboleth.idp.saml.authn.AuthnContextClassRefPrincipal"
                         c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:Password" />
                     <bean class="net.shibboleth.idp.saml.authn.AuthenticationMethodPrincipal"
-                        c:classRef="urn:oasis:names:tc:SAML:1.0:am:password" />
+                        c:method="urn:oasis:names:tc:SAML:1.0:am:password" />
                 </list>
             </property>
         </bean>
@@ -62,7 +62,7 @@
                     <bean class="net.shibboleth.idp.saml.authn.AuthnContextClassRefPrincipal"
                         c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:Password" />
                     <bean class="net.shibboleth.idp.saml.authn.AuthenticationMethodPrincipal"
-                        c:classRef="urn:oasis:names:tc:SAML:1.0:am:password" />
+                        c:method="urn:oasis:names:tc:SAML:1.0:am:password" />
                 </list>
             </property>
         </bean>
@@ -79,7 +79,7 @@
                     <bean class="net.shibboleth.idp.saml.authn.AuthnContextClassRefPrincipal"
                         c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:Password" />
                     <bean class="net.shibboleth.idp.saml.authn.AuthenticationMethodPrincipal"
-                        c:classRef="urn:oasis:names:tc:SAML:1.0:am:password" />
+                        c:method="urn:oasis:names:tc:SAML:1.0:am:password" />
                 </list>
             </property>
         </bean>



More information about the commits mailing list