| Changed Methods |
void checkAccept(String, int)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number. |
void checkDelete(String)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to delete the specified file. |
void checkExec(String)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to create a subprocess. |
void checkLink(String)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file. |
void checkMemberAccess(Class, int)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to access members. |
void checkPackageAccess(String)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument. |
void checkPropertyAccess(String)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name. |
void checkSecurityAccess(String)
|
Documentation changed from old to new. |
Determines whether the permission with the specified permission target name should be granted or denied. |
boolean checkTopLevelWindow(Object)
|
Documentation changed from old to new. |
Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument. |
ThreadGroup getThreadGroup()
|
Documentation changed from old to new. |
Returns the thread group into which to instantiate any new thread being created at the time this is being called. |
void checkAccess(Thread)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to modify the thread argument. |
void checkAccess(ThreadGroup)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument. |
void checkConnect(String, int)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number. |
void checkConnect(String, int, Object)
|
Documentation changed from old to new. |
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number. |
void checkMulticast(InetAddress)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast. |
void checkMulticast(InetAddress, byte)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast. |
void checkPermission(Permission)
|
Documentation changed from old to new. |
Throws a SecurityException if the requested access specified by the given permission is not permitted based on the security policy currently in effect. |
void checkPermission(Permission, Object)
|
Documentation changed from old to new. |
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission. |
void checkRead(FileDescriptor)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor. |
void checkRead(String)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument. |
void checkRead(String, Object)
|
Documentation changed from old to new. |
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument. |
void checkWrite(FileDescriptor)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor. |
void checkWrite(String)
|
Documentation changed from old to new. |
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument. |