scylla-jmx/src/main/java/com/scylladb/jmx
Calle Wilund ac8743269c scylla-jmx: Allow ssl, auth etc options for JMX connector
Actually removes a bunch of code to manage the JMX connector,
since as of jdk8u102, the standard jmx connector answers to
property setting bind address -> can restrict access.
Note that the RMI connector will now (as is jdk normal)
_bind_ to 0.0.0.0, but it will not answer non-local requests
if "remote" is not enabled. This is the default jdk behaviour.

In any case, we rely on setting the appropriate properties
instead, and also allow pass-through of -D flags to java,
which in turn means those who wish can turn on both auth
and ssl, set key/trust stores etc etc.

Message-Id: <1485357178-20714-1-git-send-email-calle@scylladb.com>
2017-02-02 16:09:07 +02:00
..
api APIClient: Keep the map order return from the API 2016-12-28 12:45:33 +02:00
main scylla-jmx: Allow ssl, auth etc options for JMX connector 2017-02-02 16:09:07 +02:00
metrics Make APIMBean name derivation check interface fields as well. 2016-10-24 11:43:51 +00:00
utils Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00