Software AG Products 10.5 | Administering Integration Server | Whitelist Filtering in Integration Server | Integration Server Whitelist Classes File
 
Integration Server Whitelist Classes File
Software AG built a whitelist identifying classes used by Integration Server and layered products. The following file contains the list of whitelist classes:
Integration Server_directory /instances/instanceName/config/security/whitelistclasses.xml
If necessary, you can edit the whitelistclasses.xml file to include a custom class.
Note:
It is possible for an Integration Server fix or a subsequent release of Integration Server to change the contents of the whitelistclasses.xml file. If this occurs, any customizations to the whitelistclasses.xml file will be lost. As an alternative, consider creating and using a whitelist for an individual package, described in Creating a Package Whitelist Classes File.
*To edit the Integration Server whiteslistclasses.xml file
1. Open the following file in text editor:
Integration Server_directory /instances/instanceName/config/security/whitelistclasses.xml
2. Add the following row to the classlist array: <value>custom_class_name</value>
3. Repeat the preceding step for each class that you want to add to the whitelist classes file.
4. Save your changes and close the file.
5. Restart Integration Server.