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

/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java1375 InitialLdapContext userCtx)
1385 if (userCtx != null)
1387 Utilities.pingDirContext(userCtx);
1374 checkConnections(InitialLdapContext ctx, InitialLdapContext userCtx) argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java1376 InitialLdapContext userCtx)
1386 if (userCtx != null)
1388 Utilities.pingDirContext(userCtx);
1375 checkConnections(InitialLdapContext ctx, InitialLdapContext userCtx) argument
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java1376 InitialLdapContext userCtx)
1386 if (userCtx != null)
1388 Utilities.pingDirContext(userCtx);
1375 checkConnections(InitialLdapContext ctx, InitialLdapContext userCtx) argument
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java1375 InitialLdapContext userCtx)
1385 if (userCtx != null)
1387 Utilities.pingDirContext(userCtx);
1374 checkConnections(InitialLdapContext ctx, InitialLdapContext userCtx) argument
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java1377 InitialLdapContext userCtx)
1387 if (userCtx != null)
1389 Utilities.pingDirContext(userCtx);
1376 checkConnections(InitialLdapContext ctx, InitialLdapContext userCtx) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java1246 private boolean checkConnections(InitialLdapContext ctx, InitialLdapContext userCtx) argument
1255 if (userCtx != null)
1257 Utilities.pingDirContext(userCtx);

Completed in 37 milliseconds