[java-idp-testbed COMMIT] /trunk/src/main/config/conf/authn-flow-descriptors.xml
noreply at shibboleth.net
noreply at shibboleth.net
Fri Dec 20 16:03:51 EST 2013
Author: scantor
Date: Fri Dec 20 16:03:50 2013
New Revision: 96
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=96&view=rev
Log:
Move serializer implementations out of -api
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=96&r1=95&r2=96&view=diff
==============================================================================
--- trunk/src/main/config/conf/authn-flow-descriptors.xml (original)
+++ trunk/src/main/config/conf/authn-flow-descriptors.xml Fri Dec 20 16:03:50 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