[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
JavaFAQ_SecurityManager
The SecurityManager's main role is to establish a security policy for the Java Application.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
JavaFAQ_SecurityManager
What is the Java SecurityManager
As you may know, the Java Virtual Machine has its own security sandbox to secure applications that run within the JVM. To further lock down of the application a developer will use the SecurityManger class within the java.lang package.The SecurityManager's main role is to establish a security policy for the Java Application.
Resources
The Offical Java Technology Site[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
