The Security Manager
Implements a good portion of the security model
Restricts the way applets can use API’s
Checks “dangerous” methods:
- prevents installation of new Class Loaders
- protects threads from each other
- controls OS access and execution
- controls filesystem and network access
- controls access to Java classes