Previous Topic: Property FunctionsNext Topic: Policy Operations


How to Add a Function

The SOI_HOME\resources\Core\Conf\tagfunctions.properties file stores the provided functions. You can create and add new functions to the function library for use in policy files.

Follow these steps:

  1. Create a java class or method for the new function.

    Note: The method must return a string and accept an array of strings.

  2. Package the Java class into a .jar file and copy the file into the SOI_HOME\resources\Core\Bin directory.
  3. Add the method or class to the functions.properties file following the conventions of the other entries.
  4. Restart the CA SAM Integration Services service.