Name

Class java.rmi.RMISecurityManager

Synopsis

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.

Class Definition

public class java.rmi.RMISecurityManager
	extends java.lang.SecurityManager {

	// Constructors
	public RMISecurityManager();

	// Instance Methods
}

See also:

SecurityManager

Get Java Security now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.