I'm trying to develop a Java Web App to know if an user that access to the server is using a computer configured with a concrete Windows domain.
What I need to know is the name of the remote domain, as the value I get with this:
System.getenv("USERDOMAIN");
Is it possible?
Thanks.