There are several ways to get the client’s user name when running in Thin Client. Here are 2 common methods. A$CURRENT_USERYou can call A$CURRENT-USER to get a lot of information about the client, including the user-id. If you use the... Read More
AS - Application Server
On Linux and Unix, Java accesses /dev/random, a special file that serves as a random number generator, in order to encrypt passwords. It allows access to environmental noise collected from device drivers and other sources. The bits of noise are... Read More