| | |
| | | |
| | | |
| | | private void configureJmx(Entry entry) throws Exception { |
| | | ArrayList<LocalizableMessage> reasons = new ArrayList<LocalizableMessage>(); |
| | | ArrayList<LocalizableMessage> reasons = new ArrayList<>(); |
| | | |
| | | // Get the Jmx connection handler from the core server |
| | | JmxConnectionHandler jmxConnectionHandler = getJmxConnectionHandler(); |
| | |
| | | */ |
| | | private OpendsJmxConnector connect(String user, String password, int jmxPort) |
| | | throws MalformedURLException, IOException { |
| | | Map<String, Object> env = new HashMap<String, Object>(); |
| | | Map<String, Object> env = new HashMap<>(); |
| | | |
| | | // Provide the credentials required by the server to successfully |
| | | // perform user authentication |
| | |
| | | */ |
| | | private OpendsJmxConnector sslConnect(String user, String password, |
| | | long jmxPort) throws Exception { |
| | | Map<String, Object> env = new HashMap<String, Object>(); |
| | | Map<String, Object> env = new HashMap<>(); |
| | | |
| | | // Provide the credentials required by the server to successfully |
| | | // perform user authentication |