You can configure a JDBC database password consumer to replace hard-coded passwords in applications that use JDBC to connect to an Oracle database. Complete the following steps after you have prepared the endpoint to use a JDBC password consumer.
To customize the datasource configuration files for Oracle
<xa-datasource-class>com.ca.ppm.clients.jdbc.CAJDBCDataSource</xa-datasource-class>
Important! The property names must remain in the same case as the default value.
<xa-datasource-property name="URL">jdbc:oracle:oci8:@tc</xa-datasource-property> <xa-datasource-property name="User">scott</xa-datasource-property> <xa-datasource-property name="Password">tiger</xa-datasource-property>
<xa-datasource-property name="CAJDBCProperties">CAJDBCPropertyRealDatasourceClass="oracle.jdbc.xa.client.OracleXADataSource";URL="jdbc:oracle:oci8:@tc";User="scott";Password="tiger";</xa-datasource-property>
You have customized the datasource configuration files for Oracle. You must now create a password consumer for the application in CA ControlMinder Enterprise Management. You start the application after you create the password consumer.
Copyright © 2013 CA Technologies.
All rights reserved.
|
|