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

noreply at shibboleth.net noreply at shibboleth.net
Fri Dec 20 16:04:14 EST 2013


Author: scantor
Date: Fri Dec 20 16:04:14 2013
New Revision: 5071

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5071&view=rev
Log:
Move serializer implementations out of -api

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=5071&r1=5070&r2=5071&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 Fri Dec 20 16:04:14 2013
@@ -93,7 +93,7 @@
     Defining this allows us to specify symbolic text replacements that shrink the size of results
     saved to client-side storage such as cookies.
     -->
-    <bean id="shibboleth.DefaultAuthenticationResultSerializer" class="net.shibboleth.idp.authn.DefaultAuthenticationResultSerializer">
+    <bean id="shibboleth.DefaultAuthenticationResultSerializer" class="net.shibboleth.idp.authn.impl.DefaultAuthenticationResultSerializer">
         <property name="genericPrincipalSerializer.symbolics">
             <map>
                 <entry key="net.shibboleth.idp.saml.authn.principal.AuthnContextClassRefPrincipal" value="1" />



More information about the commits mailing list