Given the merge of https://github.com/prometheus/client_java/pull/682, authentication to endpoints in `jmx_exporter` can now be implemented. Ideally, I think we should make the authentication pluggable, with a default `BasicAuthentication` implementation built-in. Thoughts on pluggability/configuration parameters?