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

noreply at shibboleth.net noreply at shibboleth.net
Thu Oct 3 10:51:11 EDT 2013


Author: scantor
Date: Thu Oct  3 10:51:11 2013
New Revision: 4820

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4820&view=rev
Log:
No need for explicit bean reference to serializer.

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

Modified: trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml?rev=4820&r1=4819&r2=4820&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml (original)
+++ trunk/idp-authn-impl/src/main/resources/flows/authn-flow-descriptors.xml Thu Oct  3 10:51:11 2013
@@ -16,12 +16,9 @@
     be used, regardless any other files loaded by the Spring container.
     -->
     
-    <bean id="DefaultAuthenticationResultSerializer" class="net.shibboleth.idp.authn.DefaultAuthenticationResultSerializer" />
-
     <util:list id="AvailableAuthenticationFlows">
         
         <bean c:id="AuthenticationFlow/IPAddress" class="net.shibboleth.idp.authn.AuthenticationFlowDescriptor"
-                p:resultSerializer-ref="DefaultAuthenticationResultSerializer"
                 p:passiveAuthenticationSupported="true"
                 p:forcedAuthenticationSupported="false"
                 p:lifetime="PT60S" p:inactivityTimeout="0">
@@ -34,7 +31,6 @@
         </bean>
         
         <bean c:id="AuthenticationFlow/RemoteUser" class="net.shibboleth.idp.authn.AuthenticationFlowDescriptor"
-                p:resultSerializer-ref="DefaultAuthenticationResultSerializer"
                 p:passiveAuthenticationSupported="false"
                 p:forcedAuthenticationSupported="true"
                 p:lifetime="PT60M" p:inactivityTimeout="PT30M">
@@ -49,7 +45,6 @@
         </bean>
 
         <bean c:id="AuthenticationFlow/JAASForm" class="net.shibboleth.idp.authn.AuthenticationFlowDescriptor"
-                p:resultSerializer-ref="DefaultAuthenticationResultSerializer"
                 p:passiveAuthenticationSupported="false"
                 p:forcedAuthenticationSupported="true"
                 p:lifetime="PT60M" p:inactivityTimeout="PT30M">
@@ -64,7 +59,6 @@
         </bean>
 
         <bean c:id="AuthenticationFlow/JAASBasic" class="net.shibboleth.idp.authn.AuthenticationFlowDescriptor"
-                p:resultSerializer-ref="DefaultAuthenticationResultSerializer"
                 p:passiveAuthenticationSupported="true"
                 p:forcedAuthenticationSupported="false"
                 p:lifetime="PT60M" p:inactivityTimeout="PT30M">



More information about the commits mailing list