Hi,
I have a requirement to create the utility to Auto Login into Repository, some business logic and then Auto Logoff.
For Auto Login I have used AuthenticationService and IAuthenticationScheme. This is working fine and I am able to login using
service.login(sess, strRepository, strUsername, strPwd, strDomain); method
But the problem is how to get DfSession after this further, How can I auto logout of the repository using DFC and kill this login session.
Any suggestion would be much helpful.
Thanks & Regards,
Abhinav