how to validate windows credentials(windows username and password ) in java
936611May 10 2012 — edited May 18 2012i'm trying a swing application that accepts windows user name and windows password.My login module should validate the user entered credentials with os(windows) username and password
is there any way to authenticate those credentials.
this is a stand alone application which doesn't have client server model.
plz explain this with example .