Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Uses of Class
java.lang.SecurityManager

Packages that use SecurityManager
Package Description
java.lang Provides classes that are fundamental to the design of the Java programming language. 
java.rmi Provides the RMI package. 
 

Uses of SecurityManager in java.lang
 

Methods in java.lang that return SecurityManager
Modifier and Type Method and Description
static SecurityManager System.getSecurityManager()
          Gets the system security interface.
 

Methods in java.lang with parameters of type SecurityManager
Modifier and Type Method and Description
static void System.setSecurityManager(SecurityManager s)
          Sets the System security.
 

Uses of SecurityManager in java.rmi
 

Subclasses of SecurityManager in java.rmi
Modifier and Type Class and Description
 class RMISecurityManager
          A subclass of SecurityManager used by RMI applications that use downloaded code.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b76

Submit a bug or feature

Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.