Uses of Class
java.lang.SecurityManager
| Package | Description | 
|---|---|
| java.lang | Provides classes that are fundamental to the design of the Java
 programming language. | 
| java.rmi | Provides the RMI package. | 
- 
Uses of SecurityManager in java.langMethods in java.lang that return SecurityManager Modifier and Type Method Description static SecurityManagerSystem. getSecurityManager()Gets the system-wide security manager.Methods in java.lang with parameters of type SecurityManager Modifier and Type Method Description static voidSystem. setSecurityManager(SecurityManager sm)Sets the system-wide security manager.
- 
Uses of SecurityManager in java.rmiSubclasses of SecurityManager in java.rmi Modifier and Type Class Description classRMISecurityManagerDeprecated.UseSecurityManagerinstead.