Application Triggers
Another way to have client applications work with dynamically changed passwords is by restarting the client apps with the new passwords after an account password has been changed. Application Triggers are defined for this purpose. When defined, the Password Vault connects to the server running the client apps and restarts the apps with the new password. To define Application Triggers:
- Navigate to Secrets > Application Management.
- Open the Application Triggers tab.
- Click on to Add Button.
- Select the Vault account used to trigger a restart after the account password change.
- Select the Configuration.
- Select the target type as either Single Device or Bulk.
- Select a device if you selected Single Device target type, or select the Device Group and the Element Type if Bulk target type is selected and click Save.

When an account password changes and an Application Trigger is set off, a Trigger Processes record is created for each matching device, associated with the relevant Application Trigger definitions.
To search for these process records, use the Trigger Processes tab:
- Navigate to Secrets> Application Management.
- Open the Trigger Processes tab.
- Select the desired Process.
- Click to Continue.

The initial status of this process is Waiting. To trigger this process at a specific time, the AapmTriggerProcessJob job must be defined in the Jobs Scheduler:
- Navigate Administration > Jobs Scheduler.
- Open the Trigger List tab.
- Select AapmTriggerProcessJob as the Job.
- Fill in the Trigger Name and Cron Expression fields.
- To enable the job, select Enabled for the Active field and click Save.

Regardless of how many Triggers are set, running only one Trigger Process Job is enough to run all triggers.
To define the AAPM Strategy:
- Navigate to Secrets>Configuration.
- Open the Configuration tab.
- Click the Options button to Show Properties.
- Define the properties.
Samba Strategy:
Parameter Name | Parameter Value |
---|---|
ldap.username.dn.template | Active Directory User |
WinRM Strategy:
In the App Configuration, the following parameters can be defined by selecting the Windows WinRM Service. The default values are listed below.
Parameter Name | Parameter Value |
---|---|
winrm.port | 5986 |
winrm.secure | true |
winrm.ignore.certificate | true |
winrm.auth.method | NTLM |

WebLogic Strategy:
The values of the following properties can be specified in the Properties pop-up window on the App Configuration screen:
Parameter Name | Parameter Value |
---|---|
weblogic.admin.url | ${deviceURL} or ${deviceIp} |
weblogic.admin.port | If $ {devicePort} is written for weblogic.admin.port, the information of the device defined by the sapm side is used. |
weblogic.admin.username | User information connecting to Weblogic. |
weblogic.admin.password | User password connected to Weblogic. |
weblogic.datasource.name | Driver JDBC Connector. |
