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.langMethods in java.lang that return SecurityManagerModifier and TypeMethodDescriptionstatic SecurityManagerSystem.getSecurityManager()Deprecated, for removal: This API element is subject to removal in a future version.This method originally returned the system-wide Security Manager.Methods in java.lang with parameters of type SecurityManagerModifier and TypeMethodDescriptionstatic voidSystem.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.rmiSubclasses of SecurityManager in java.rmiModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.There is no replacement for the Security Manager.