[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/system/flows/admin/resolvertest-flow.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 26 13:09:53 EST 2016


Author: scantor
Date: Fri Feb 26 13:09:53 2016
New Revision: 8106

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8106&view=rev
Log:
IDP-931 - Option to bypass data connector caching

https://issues.shibboleth.net/jira/browse/IDP-931

Modified:
    trunk/idp-conf/src/main/resources/system/flows/admin/resolvertest-flow.xml

Modified: trunk/idp-conf/src/main/resources/system/flows/admin/resolvertest-flow.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/system/flows/admin/resolvertest-flow.xml?rev=8106&r1=8105&r2=8106&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/system/flows/admin/resolvertest-flow.xml	(original)
+++ trunk/idp-conf/src/main/resources/system/flows/admin/resolvertest-flow.xml	Fri Feb 26 13:09:53 2016
@@ -18,9 +18,19 @@
         <evaluate expression="PostLookupPopulateAuditContext" />
 
         <evaluate expression="PopulateSubjectContext" />
+        <evaluate expression="'proceed'" />
+        
+        <transition on="proceed" to="DoAttributes" />
+    </action-state>
+        
+    <action-state id="DoAttributes">
+        <on-entry>
+            <!-- Turn off result cache. -->
+            <evaluate expression="opensamlProfileRequestContext.getSubcontext(T(net.shibboleth.idp.attribute.resolver.context.AttributeResolutionContext), true).setAllowCachedResults(false)" />
+        </on-entry>
+    
         <evaluate expression="ResolveAttributes" />
         <evaluate expression="FilterAttributes" />
-
         <evaluate expression="'proceed'" />
         
         <transition on="proceed" to="#{ ProtocolStateMap.get(opensamlProfileRequestContext.getInboundMessageContext().getMessage().getProtocol()) }" />



More information about the commits mailing list