A Permission relating to security access control in the {@code java.sql}
package.
Currently, the only permission supported has the name " {@code setLog}". The
{@code setLog} permission controls whether a Java application or applet can
open a logging stream using the {@code DriverManager.setLogWriter} method or
the {@code DriverManager.setLogStream} method. This is a potentially
dangerous operation since the logging stream can contain sensitive
information such as usernames and passwords.
|