Copyright © 2001 Qusay H. Mahmoud
Security
lWhile RMI is a straightforward method for creating distributed applications, some security issues you should be aware of:
–Objects are serialized and transmitted over the network in plain text
–No authentication: a client requests an object, all subsequent communication is assumed to be from the same client
–No Security checks on the register
–No version control