All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.SecurityManager
|
+----java.rmi.RMISecurityManager
public RMISecurityManager()
public Object getSecurityContext()
public synchronized void checkCreateClassLoader()
public synchronized void checkAccess(Thread t)
public synchronized void checkAccess(ThreadGroup g)
public synchronized void checkExit(int status)
public synchronized void checkExec(String cmd)
public synchronized void checkLink(String lib)
public synchronized void checkPropertiesAccess()
public synchronized void checkPropertyAccess(String key)
java.home
can be read by
loaded classes only if java.home.rmi
is true
.
public synchronized void checkRead(String file)
public void checkRead(String file,
Object context)
public synchronized void checkWrite(String file)
public void checkDelete(String file)
public synchronized void checkRead(FileDescriptor fd)
public synchronized void checkWrite(FileDescriptor fd)
public synchronized void checkListen(int port)
public synchronized void checkAccept(String host,
int port)
public void checkMulticast(InetAddress maddr)
public void checkMulticast(InetAddress maddr,
byte ttl)
public synchronized void checkConnect(String host,
int port)
public void checkConnect(String host,
int port,
Object context)
public synchronized boolean checkTopLevelWindow(Object window)
public synchronized void checkPackageAccess(String pkg)
public synchronized void checkPackageDefinition(String pkg)
public synchronized void checkSetFactory()
public void checkPrintJobAccess()
public void checkSystemClipboardAccess()
public void checkAwtEventQueueAccess()
public void checkMemberAccess(Class clazz,
int which)
The policy is to dent untrusted clients access to declared members of classes other than those loaded via the same class loader. All other accesses are granted.
public void checkSecurityAccess(String provider)
All Packages Class Hierarchy This Package Previous Next Index