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 Summary
Modifier and TypeMethodDescriptionstatic SaJmxGuard
The factory method to get the singleton instance ofSaJmxGuard
void
Secured the Java Management Extensions(JMX) exposed through JCS RMI if enforced JMX security is configured.
-
Method Details
-
getInstance
The factory method to get the singleton instance ofSaJmxGuard
- Returns:
- The instance of
SaJmxGuard
-
secureJmx
Secured the Java Management Extensions(JMX) exposed through JCS RMI if enforced JMX security is configured.
-