Bundle-SymbolicName:com.actuate.birt.model.defaultsecurity.rsa
name="default encryption helper"
point="org.eclipse.birt.report.model.encryptionHelper">
<encryptionHelper class="com.actuate.birt.model.defaultsecurity.api.DefaultEncryptionHelper"
extensionName="rsa" isDefault="true" />
<oda-data-source name="Data Source" id="6" extensionID="org.eclipse.birt.report.data.oda.jdbc" >
<text-property name="displayName"></text-property>
<property name="odaDriverClass">
jdbc:mysql://192.168.218.225:3306/classicmodels
<property name="odaUser">root</property>
<encrypted-property name="odaPassword" encryptionID="rsa">
|
8
|
Create a data set and a simple report design. Preview the report to validate that BIRT connects successfully to the database server using the encrypted password. Before trying to connect to the data source the report engine decrypts the password stored in the report design using the default RSA encryption plug-in. Then the engine submits the decrypted value to the database server.
|