It is possible to determine if the OS user is administrator using Applets (inside a Java Applet)? How?
I need to determine whether or not the user has administrator rights, primarily for Windows but I would also get this information for Linux and OSX.
I know I can get some information via "System.getProperty (" XXX ")", but found nothing as to whether or not the user is a system administrator.
Others informations I am get via Javascript (OS, Browser and etc.)
Thanks in Advance.