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 is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release.Modifier and TypeMethodDescriptionstatic void
System.setSecurityManager
(SecurityManager sm) Deprecated, for removal: This API element is subject to removal in a future version.This method is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release. -
Uses of SecurityManager in java.rmi
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.This class is only useful in conjunction with the Security Manager, which is deprecated and subject to removal in a future release.