Access Control in Java Data Bean
We are Planning to use Java Data Bean Mechanism to expose our Services to Java Based UI which is built on top of Siebel Applications.
Below Parameters are added in Properties File to connect to Object Manger.
siebel.user.name = user name to log in to the Object Manager/siebel.user.password = password to log in to the Object Manager.
When User Clicks the Oportunity Details in Java UI a call will be made to siebel and fetch the details via
m_dataBean.login("Siebel://SiebelServerhost:SCBPort/enterpriseServer/AppObjMgr_enu", TESTADMIN, TESTADMIN, "enu") // Now as siebel task will get created in Server Manger for "TESTADMIN"
0