Configuration API
ExtensionDescriptor
Field name | Description |
---|---|
id | the extension unique identifier |
name | the name given ti to the extension |
version | the current version number of the extension |
provider | the company who developed the extension |
type | they can be session extensions (available in the whole system), or consultation extension (available just at consultation time) |
isServerConfigurable | flag that tells if the extension has a global server configuration or just kba configuration |
Example:
{ "jdbcConnectionString":"jdbc:h2:tcp://localhost/~/test", "decryptedUsername":"user", "decryptedPassword":"pass", "vendor":"ORACLE", "name" : "localhost-h2" }