Uses of Class
java.lang.SecurityManager
Package
Description
Provides classes that are fundamental to the design of the Java
programming language.
Provides the RMI package.
-
Uses of SecurityManager in java.lang
Modifier and TypeMethodDescriptionstatic SecurityManager
System.getSecurityManager()
Gets the system-wide security manager.Modifier and TypeMethodDescriptionstatic void
System.setSecurityManager(SecurityManager sm)
Sets the system-wide security manager. -
Uses of SecurityManager in java.rmi
SecurityManager
instead.