Detect user logged on a computer using Java web app

后端 未结 4 978
梦如初夏
梦如初夏 2020-12-04 18:38

I want to develop an Java application that can detect the user logged on a Windows Domain. These credentials are going to be used to logging on the Java application running

4条回答
  •  旧巷少年郎
    2020-12-04 19:06

    Jcifs liabrary will be surely of your help. This library can be used for performing NTLM authentication.

提交回复
热议问题