Searched defs:jmxCtx (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/jmx/
H A DJmxPrivilegeTestCase.java214 JmxConnectionHandler jmxCtx = getJmxConnectionHandler();
216 connList.add(new JmxClientConnection(jmxCtx,new AuthenticationInfo()));
219 connList.add(newJmxClientConnection(jmxCtx, "cn=Unprivileged Root,cn=Root DNs,cn=config", true));
222 connList.add(newJmxClientConnection(jmxCtx, "cn=Proxy Root,cn=Root DNs,cn=config", true));
225 connList.add(newJmxClientConnection(jmxCtx, "cn=Unprivileged User,o=test", false));
228 connList.add(newJmxClientConnection(jmxCtx, "cn=Privileged User,o=test", false));
265 private JmxClientConnection newJmxClientConnection(JmxConnectionHandler jmxCtx, String userDN, boolean isRoot) argument
270 return new JmxClientConnection(jmxCtx, authInfo);
777 JmxConnectionHandler jmxCtx = getJmxConnectionHandler();
779 new JmxClientConnection(jmxCtx,authInf
848 newJmxClientConnection(JmxConnectionHandler jmxCtx, DN entryDN) argument
[all...]

Completed in 369 milliseconds