A B C D E F G H I J L M N O P R S T U

C

checkAccept(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not permitted to accept a socket connection from the specified host and port number.
checkAccess(Thread) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread argument.
checkAccess(ThreadGroup) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to modify the thread group argument.
checkAwtEventQueueAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the AWT event queue.
checkConnect(String, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to open a socket connection to the specified host and port number.
checkConnect(String, int, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to open a socket connection to the specified host and port number.
checkCreateClassLoader() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a new class loader.
checkDelete(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to delete the specified file.
checkExec(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to create a subprocess.
checkExit(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to cause the Java Virtual Machine to halt with the specified status code.
checkLink(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to dynamic link the library code specified by the string argument file.
checkListen(int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to wait for a connection request on the specified local port number.
checkMemberAccess(Class, int) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access members.
checkMulticast(InetAddress) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkMulticast(InetAddress, byte) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to use (join/leave/send/receive) IP multicast.
checkPackageAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the package specified by the argument.
checkPackageDefinition(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to define classes in the package specified by the argument.
checkPermission(Permission) - Method in class java.lang.SecurityManager
Throws a SecurityException if the requested access, specified by the given permission, is not permitted based on the security policy currently in effect.
checkPermission(Permission, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is denied access to the resource specified by the given permission.
checkPrintJobAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to initiate a print job request.
checkPropertiesAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access or modify the system properties.
checkPropertyAccess(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system property with the specified key name.
checkRead(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read from the specified file descriptor.
checkRead(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to read the file specified by the string argument.
checkRead(String, Object) - Method in class java.lang.SecurityManager
Throws a SecurityException if the specified security context is not allowed to read the file specified by the string argument.
checkSecurityAccess(String) - Method in class java.lang.SecurityManager
Determines whether the permission with the specified permission target name should be granted or denied.
checkSetFactory() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to set the socket factory used by ServerSocket or Socket, or the stream handler factory used by URL.
CHECKSUM - Static variable in interface java.net.ANEPOptionType
Checksum (will be ignored).
checkSystemClipboardAccess() - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to access the system clipboard.
checkTopLevelWindow(Object) - Method in class java.lang.SecurityManager
Returns false if the calling thread is not trusted to bring up the top-level window indicated by the window argument.
checkWrite(FileDescriptor) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the specified file descriptor.
checkWrite(String) - Method in class java.lang.SecurityManager
Throws a SecurityException if the calling thread is not allowed to write to the file specified by the string argument.
classDepth(String) - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
classLoaderDepth() - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
close() - Method in class java.net.ANEPSocket
Closes this ANEP socket.
close() - Method in class java.net.ANEPSocketImpl
Close the socket.
close() - Method in class java.net.DatagramSocket
Closes this datagram socket.
close() - Method in class java.net.DatagramSocketImpl
Close the socket.
close() - Method in class java.net.IcmpSocket
Closes this Icmp socket.
close() - Method in class java.net.RawSocket
Closes this datagram socket.
close() - Method in class java.net.RawSocketImpl
Close the socket.
close() - Method in class java.net.Socket
Closes this socket.
close() - Method in class java.net.SocketImpl
Closes this socket.
CodeSource - class java.security.CodeSource.
This class extends the concept of a codebase to encapsulate not only the location (URL) but also the certificate(s) that were used to verify signed code originating from that location.
CodeSource(URL, Certificate[]) - Constructor for class java.security.CodeSource
Constructs a CodeSource and associates it with the specified location and set of certificates.
compare(byte[], byte[]) - Method in class java.net.InetAddress
 
connect(InetAddress, int) - Method in class java.net.ANEPSocket
Connects the socket to a remote address for this socket.
connect(InetAddress, int) - Method in class java.net.DatagramSocket
Connects the socket to a remote address for this socket.
connect(InetAddress, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port number on the specified host.
connect(String, int) - Method in class java.net.SocketImpl
Connects this socket to the specified port on the named host.
create() - Method in class java.net.ANEPSocketImpl
Creates a datagram socket
create() - Method in class java.net.DatagramSocketImpl
Creates a datagram socket
create(boolean) - Method in class java.net.SocketImpl
Creates either a stream or a datagram socket.
create(int) - Method in class java.net.RawSocketImpl
Creates a raw socket
currentClassLoader() - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.
currentLoadedClass() - Method in class java.lang.SecurityManager
Deprecated. This type of security checking is not recommended. It is recommended that the checkPermission call be used instead.

A B C D E F G H I J L M N O P R S T U