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

noreply at shibboleth.net noreply at shibboleth.net
Thu Sep 25 18:49:01 EDT 2014


Author: tzeller
Date: Thu Sep 25 18:49:01 2014
New Revision: 6581

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6581&view=rev
Log:
Moved profile impl classes to n.s.i.profile.interceptor.impl package.

Modified:
    trunk/idp-conf/src/main/resources/system/flows/post-authn/post-authn-beans.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/post-authn/post-authn-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/post-authn/post-authn-beans.xml?rev=6581&r1=6580&r2=6581&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/post-authn/post-authn-beans.xml (original)
+++ trunk/idp-conf/src/main/resources/system/flows/post-authn/post-authn-beans.xml Thu Sep 25 18:49:01 2014
@@ -15,9 +15,9 @@
     <bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
     <bean class="net.shibboleth.ext.spring.config.IdentifiableBeanPostProcessor" />
 
-    <bean id="PopulatePostAuthnContext" class="net.shibboleth.idp.profile.interceptor.PopulateProfileInterceptorContext" scope="prototype"
+    <bean id="PopulatePostAuthnContext" class="net.shibboleth.idp.profile.interceptor.impl.PopulateProfileInterceptorContext" scope="prototype"
         p:availableFlows-ref="shibboleth.PostAuthnFlows" />
 
-    <bean id="SelectPostAuthnFlow" class="net.shibboleth.idp.profile.interceptor.SelectProfileInterceptorFlow" scope="prototype" />
+    <bean id="SelectPostAuthnFlow" class="net.shibboleth.idp.profile.interceptor.impl.SelectProfileInterceptorFlow" scope="prototype" />
 
 </beans>



More information about the commits mailing list