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

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 30 14:31:58 EST 2014


Author: scantor
Date: Tue Dec 30 14:31:57 2014
New Revision: 7220

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7220&view=rev
Log:
Remove unneeded util prefixes.

Modified:
    trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml

Modified: trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml?rev=7220&r1=7219&r2=7220&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml (original)
+++ trunk/idp-conf/src/main/resources/system/conf/general-authn-system.xml Tue Dec 30 14:31:57 2014
@@ -35,14 +35,14 @@
             p:lifetime="%{idp.authn.defaultLifetime:PT60M}"
             p:inactivityTimeout="%{idp.authn.defaultTimeout:PT30M}">
         <property name="supportedPrincipals">
-            <util:list>
+            <list>
                 <bean parent="shibboleth.SAML2AuthnContextClassRef"
                     c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport" />
                 <bean parent="shibboleth.SAML2AuthnContextClassRef"
                     c:classRef="urn:oasis:names:tc:SAML:2.0:ac:classes:Password" />
                 <bean parent="shibboleth.SAML1AuthenticationMethod"
                     c:method="urn:oasis:names:tc:SAML:1.0:am:password" />
-            </util:list>
+            </list>
         </property>
     </bean>
 
@@ -53,10 +53,10 @@
     <bean id="shibboleth.DefaultAuthenticationResultSerializer"
             class="net.shibboleth.idp.authn.impl.DefaultAuthenticationResultSerializer">
         <property name="principalSerializers">
-            <util:list>
+            <list>
                 <bean class="net.shibboleth.idp.authn.principal.impl.UsernamePrincipalSerializer" />
                 <bean class="net.shibboleth.idp.authn.principal.impl.LDAPPrincipalSerializer" />
-            </util:list>
+            </list>
         </property>
         <property name="genericPrincipalSerializer.symbolics">
             <map>



More information about the commits mailing list