Madhusmita wrote:
1 - Then from my application if someone login with same credential, then Can I check whether the same credential has been already assigned to the SFS admin tool or not?
No. The AdminTool works with a private Zone, which is different from your application Zone.
What you can do is checking in your custom login class if a User logs in with those credentials and elevate his permissions to Admin.
2 - If that credential match with admin credential, then Can I make that user login to the SFS Admin tool via application?
This is not clear to me.
Users allowed to use the AdminTool are configured using the AdminTool itself, via the ServerConfigurator module. The data related to admins is then stored in the related configuration file.
Is there any API available, which will give me the information whether the given credential is belong to the SFS admin tool or not?
You can parse the config/server.xml file to access the Admin user name/pass dynamically.
Hope it helps