Name

SQLPermission

Synopsis

This class allows a SecurityManager to identify whether or not an applet may set the location of the SQL logging stream using the “setLog” permission target (currently the only one supported). Note that this is a dangerous permission to grant as the log may contain security sensitive information.

                  Passed To
public final class SQLPermission extends java.security.BasicPermission {
// Public Constructors
   public SQLPermission( String name);  
   public SQLPermission( String name, String actions);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.