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()
Deprecated, for removal: This API element is subject to removal in a future version.This method originally returned the system-wide Security Manager.Modifier and TypeMethodDescriptionstatic void
System.setSecurityManager
(SecurityManager sm) Deprecated, for removal: This API element is subject to removal in a future version.This method originally set the system-wide Security Manager. -
Uses of SecurityManager in java.rmi
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.There is no replacement for the Security Manager.