[java-idp-testbed COMMIT] /trunk/src/main/config/conf/authn-flow-descriptors.xml

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 17 09:58:47 EST 2013


Author: tzeller
Date: Tue Dec 17 09:58:46 2013
New Revision: 86

URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=86&view=rev
Log:
Fixed typo in named constructor argument.

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

Modified: trunk/src/main/config/conf/authn-flow-descriptors.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/conf/authn-flow-descriptors.xml?rev=86&r1=85&r2=86&view=diff
==============================================================================
--- trunk/src/main/config/conf/authn-flow-descriptors.xml (original)
+++ trunk/src/main/config/conf/authn-flow-descriptors.xml Tue Dec 17 09:58:46 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