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