Enable Runtime Action through Configuration
After you define the computed action as an extension, enable the computed action configuration so as to display the action in the policy accordion.
Important: | The action parameters defined in the configuration file are editable and cannot be protected. |
To enable runtime action through configuration
1. Open the custom configuration file.
2. Locate Policy Action Templates under the CLL Configuration.
This is the sample configuration snippet.
Tham: Initial snippet should be written here.
3. Append the required computed runtime action (MyComputedRuntimeAction) configuration statement.
<PolicyActions>
<PolicyAction
id="uddi:44e3e2de-064c-432f-b67a-8fbca0fb04d6"
class="com.softwareag.centrasite.bui.extension.service.MyComputedRuntim
eActionParser" />
</PolicyActions>
wherein,
Parameter | Description |
id | A unique identifier for the computed action. It uniquely distinguishes an action in the CentraSite registry. If you wish to reconfigure the action at a later stage, you identify the action using this id. |
class | A parser implementation for the computed action. |
4. Save and close the configuration file.
5. Restart Software AG Runtime.