Package org.openjdk.jmc.common.security
Class SecurityManagerFactory
java.lang.Object
org.openjdk.jmc.common.security.SecurityManagerFactory
This is the global security manager factory for Mission Control. You can only have one
SecurityManager, and it is initialized at start. It can not be changed once initialized. The only
way to change security manager is to set the system property
org.openjdk.jmc.rjmx.security.manager=<class> before this factory class is instantiated.
The class must implement ISecurityManager, and it must have a default constructor.
-
Method Summary
-
Method Details
-
setDefaultSecurityManager
-
getSecurityManager
-