impersonateTenant.xts 1.2 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: ps
  5. (C) Copyright IBM Corp. 2015
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <xts:morphlet xmlns:xts="http://developer.cognos.com/schemas/xts/" xmlns:cml="http://developer.cognos.com/schemas/xts/logic-sheet/xslt/cml/1/" xmlns:cm="http://developer.cognos.com/schemas/xts-cm/1/" xmlns:create="http://developer.cognos.com/schemas/xts/portal/iFrmCmd/1/" xmlns:cms="http://developer.cognos.com/schemas/xts/logic-sheet/xslt/cms/1/">
  9. <xts:block id="doFormCommand" path="/portal/tenants/impersonateTenant.xsl" processor="XSLT" type="exec">
  10. <xts:logicsheet path="logicsheets/portal.xsl"/>
  11. <xts:logicsheet path="logicsheets/buslogic.xslt"/>
  12. </xts:block>
  13. <!-- Save changes to the state info in a cookie. This block must be executed after all CM request have taken place. -->
  14. <xts:block mode="interpret" processor="XSLT" type="exec"
  15. id="setSession"
  16. path="portal/set_session.xml"
  17. nodelist="output, env, system, session, configProps"
  18. mandatory="false"/>
  19. </xts:morphlet>