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()
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.Methods in java.lang with parameters of type SecurityManagerModifier 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
Subclasses of SecurityManager in java.rmiModifier 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.