Configuration API
DatabaseDescriptor
Field name | Description |
---|---|
id | the descriptor unique identifier |
name | the name given ti to the databse connection |
jndi | he name of the jndi reference to use the container defined databse connection |
jdbcConnectionString | the jdbc URL |
decryptedUsername | the user name in plain text to access the database connection |
decryptedPassword | the password in plain text to access the database connection |
Example:
{ "jdbcConnectionString":"jdbc:h2:tcp://localhost/~/test", "decryptedUsername":"user", "decryptedPassword":"pass", "vendor":"ORACLE", "name" : "localhost-h2" }