Uses of Class
java.lang.SecurityManager
Packages that use 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
Methods in java.lang that return SecurityManagerModifier and TypeMethodDescriptionstatic SecurityManager
System.getSecurityManager()
Gets the system-wide security manager.Methods in java.lang with parameters of type SecurityManagerModifier and TypeMethodDescriptionstatic void
System.setSecurityManager(SecurityManager sm)
Sets the system-wide security manager. -
Uses of SecurityManager in java.rmi
Subclasses of SecurityManager in java.rmi
SecurityManager
instead.