Dear experts,
I would need the assistance to perform the below
1.I have a DFC standlone job(server method) which would no longer use trusted authentication.I have been asked to set the password in a property file or a txt file and then pick it up for authentication
2.I want to modify the DFC program to actually pick the password (encrypted) in a property file and then decrypt it and then login to docbase(by calling getDocbaseSession()) with the decrypted password.
3.I also want to know how the location of this property file would be set in DFC Job (server method).
If anybody can provide the code snippet for this it would be very helpful.
Thanks
Vijay