jcam_config_test.xml 943 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: CAMCrypto
  5. (C) Copyright IBM Corp. 2005, 2012
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. -->
  10. <section xmlns:cfg="http://developer.cognos.com/schemas/configparams/XMLSchema/1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="root" label="ROOT_L" description="ROOT_D" help="ROOT_H">
  11. <section name="security">
  12. <section name="CRYPTO">
  13. <action name="test" type="cnfg">
  14. <provider xmlns="http://developer.cognos.com/schemas/configparams/1/" name="CryptoTest">
  15. <javaclass>com.cognos.accman.jcam.configtest.CryptoTest</javaclass>
  16. <location>jcam_config_test.jar</location>
  17. </provider>
  18. </action>
  19. </section>
  20. </section>
  21. </section>