May 1998
Intermediate to advanced
469 pages
14h 57m
English
Class java.rmi.RMISecurityManager
The RMI security manager provides a security manager that is suitable for many RMI servers. It provides the ability for RMI applications to make socket-based connections to each other, and otherwise follows the default security manager implementation.
public class java.rmi.RMISecurityManager
extends java.lang.SecurityManager {
// Constructors
public RMISecurityManager();
// Instance Methods
}
SecurityManager