Security Manager - Checks What?
-
Can the current process create a new class loader?
-
Can the current process create a subprocess?
-
Can the current process halt the virtual machine?
-
Can the current process load a dynamic link library?
-
Can a class access a member of another class?
-
Can the current process access a specified package?
-
Can the current process define classes in a specified package?
-
Can the current process access or modify system properties?
-
Can the current process read from or write to files?
-
Can the current process delete a file?
-
Can the current process accept a socket connection from a specified host
and port?
-
Can the current process open a socket connection to a specified host and
port?
-
Can the current process wait for a connection request on a specified
local port?
-
Can the current process use IP multicast?
-
Can the current process set a socket or stream handler factory?
-
Can a class start a print job?
-
Can a class access the system clipboard?
-
Can a class access the AWT event queue?
-
Can the current process be trusted to bring up the top level window?