The specification of java.lang.RuntimePermission includes a table that lists all
possible RuntimePermission target names and the risk associated with
granting each.
java.util.prefs.Preferences has a number of methods that check
RuntimePermission("preferences") if a security manager is set and hence this
permission should be listed in RuntimePermission's table.
possible RuntimePermission target names and the risk associated with
granting each.
java.util.prefs.Preferences has a number of methods that check
RuntimePermission("preferences") if a security manager is set and hence this
permission should be listed in RuntimePermission's table.