Package com.saperion.config
Class SaJmxGuard
java.lang.Object
com.saperion.config.SaJmxGuard
This singleton class is responsible to enforce security constraints on JMX to safe guard
 against well known security vulnerabilities. The feature is configurable.
- Since:
- 8.0.1
- Author:
- Pritam Biswas
- 
Method SummaryModifier and TypeMethodDescriptionstatic SaJmxGuardThe factory method to get the singleton instance ofSaJmxGuardvoidSecured the Java Management Extensions(JMX) exposed through JCS RMI if enforced JMX security is configured.
- 
Method Details- 
getInstanceThe factory method to get the singleton instance ofSaJmxGuard- Returns:
- The instance of SaJmxGuard
 
- 
secureJmxSecured the Java Management Extensions(JMX) exposed through JCS RMI if enforced JMX security is configured.
 
-