Configuring application servers
Use the configuration commands to enable an application server (an application that uses the authorization or administration API) to communicate with the policy server or the authorization server. An administrative user identity (for example, sec_master) and password must be specified for connecting to the policy server.
| FunctionsMethods | Description |
|---|---|
|
PDAppSvrConfig.configureAppSvr |
Configures an application server by updating the
configuration file and creating the keystorekey-ring file. |
| ivadmin_cfg_setlistening2()
PDAppSvrConfig.setAppSvrListening |
Sets or resets the enable-listening parameter in the configuration file. |
| PDAppSvrConfig.setAppSvrDbDir | Sets the local policy database directory in the configuration file. |
| PDAppSvrConfig.setAppSvrDbRefresh | Sets the local policy database refresh interval in the configuration file |
| ivadmin_cfg_setport2()
PDAppSvrConfig.setAppSvrPort |
Changes the listening port number of the application and updates the port number in the configuration file. |
| ivadmin_cfg_unconfigureserver()
PDAppSvrConfig.unconfigureAppSvr |
Unconfigures an application server. |
For detailed reference information about these methods, see the Javadoc HTML documentation.