What is the purpose of using RMISecurityManager in RMI?

Technology CommunityCategory: JavaWhat is the purpose of using RMISecurityManager in RMI?
VietMX Staff asked 3 years ago

RMISecurityManager provides a security manager that can be used by RMI applications, which use downloaded code. The class loader of RMI will not download any classes from remote locations, if the security manager has not been set.