[java-identity-provider COMMIT] /trunk/idp-attribute-cli/src/main/resources/conf/cli-flow-beans.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun Apr 28 18:45:15 EDT 2013


Author: scantor
Date: Sun Apr 28 18:45:15 2013
New Revision: 4426

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4426&view=rev
Log:
BeanPostProcessor to wrap profile actions.

Modified:
    trunk/idp-attribute-cli/src/main/resources/conf/cli-flow-beans.xml

Modified: trunk/idp-attribute-cli/src/main/resources/conf/cli-flow-beans.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-cli/src/main/resources/conf/cli-flow-beans.xml?rev=4426&r1=4425&r2=4426&view=diff
==============================================================================
--- trunk/idp-attribute-cli/src/main/resources/conf/cli-flow-beans.xml (original)
+++ trunk/idp-attribute-cli/src/main/resources/conf/cli-flow-beans.xml Sun Apr 28 18:45:15 2013
@@ -8,15 +8,13 @@
                            http://www.springframework.org/schema/util/spring-util.xsd"
        default-init-method="initialize">
 
+    <bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
+
     <!-- Spring-aware action that bootstraps us. We need *something* to create a profile context. -->
     <bean id="InitializeProfileRequestContext" class="net.shibboleth.idp.profile.impl.InitializeProfileRequestContext" scope="prototype" />
 
     <!-- Dummy resolver that can run without Spring and is adapted using the WebFlowAdaptor. -->
-    <bean id="StaticResolver" class="net.shibboleth.idp.profile.impl.WebFlowProfileActionAdaptor" scope="prototype">
-        <constructor-arg>
-            <bean id="StaticResolverBean" class="net.shibboleth.idp.attribute.cli.StaticResolver" scope="prototype" />
-        </constructor-arg>
-    </bean>
+    <bean id="StaticResolver" class="net.shibboleth.idp.attribute.cli.StaticResolver" scope="prototype" />
 
     <!-- Another Spring-aware action, this one writes data to the ExternalContext output writer. -->
     <bean id="OutputAttributes" class="net.shibboleth.idp.attribute.cli.OutputAttributes" scope="prototype" />



More information about the commits mailing list