Searched refs:useAdminCtx (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewEntryTask.java73 private boolean useAdminCtx = false; field in class:NewEntryTask
199 useAdminCtx = controller.isConfigurationNode(parentNode);
204 useAdminCtx = true;
316 getConnectionCommandLineArguments(useAdminCtx, true)));
H A DResetUserPasswordTask.java69 private boolean useAdminCtx; field in class:ResetUserPasswordTask
117 useAdminCtx = controller.isConfigurationNode(node);
179 args.addAll(getConnectionCommandLineArguments(useAdminCtx, true));
H A DTask.java924 * @param useAdminCtx use the administration connector.
927 Collection<ModificationItem> mods, boolean useAdminCtx)
929 printEquivalentCommandToModify(dn.toString(), mods, useAdminCtx);
936 * @param useAdminCtx use the administration connector.
939 Collection<ModificationItem> mods, boolean useAdminCtx)
943 getConnectionCommandLineArguments(useAdminCtx, true)));
1078 * @param useAdminCtx use the administration connector.
1081 boolean useAdminCtx)
1085 getConnectionCommandLineArguments(useAdminCtx, true)));
926 printEquivalentCommandToModify(DN dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
938 printEquivalentCommandToModify(String dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
1080 printEquivalentRenameCommand(DN oldDN, DN newDN, boolean useAdminCtx) argument
H A DModifyEntryTask.java83 private boolean useAdminCtx = false; field in class:ModifyEntryTask
245 useAdminCtx = controller.isConfigurationNode(node);
258 useAdminCtx);
421 printEquivalentRenameCommand(oldDN, newEntry.getDN(), useAdminCtx);
460 printEquivalentCommandToModify(dn, originalMods, useAdminCtx);
H A DDeleteEntryTask.java83 private boolean useAdminCtx; field in class:DeleteEntryTask
243 useAdminCtx = controller.isConfigurationNode(node);
526 getConnectionCommandLineArguments(useAdminCtx, true)));
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewEntryTask.java72 private boolean useAdminCtx = false; field in class:NewEntryTask
198 useAdminCtx = controller.isConfigurationNode(parentNode);
203 useAdminCtx = true;
315 getConnectionCommandLineArguments(useAdminCtx, true)));
H A DResetUserPasswordTask.java68 private boolean useAdminCtx; field in class:ResetUserPasswordTask
116 useAdminCtx = controller.isConfigurationNode(node);
178 args.addAll(getConnectionCommandLineArguments(useAdminCtx, true));
H A DTask.java923 * @param useAdminCtx use the administration connector.
926 Collection<ModificationItem> mods, boolean useAdminCtx)
928 printEquivalentCommandToModify(dn.toString(), mods, useAdminCtx);
935 * @param useAdminCtx use the administration connector.
938 Collection<ModificationItem> mods, boolean useAdminCtx)
942 getConnectionCommandLineArguments(useAdminCtx, true)));
1077 * @param useAdminCtx use the administration connector.
1080 boolean useAdminCtx)
1084 getConnectionCommandLineArguments(useAdminCtx, true)));
925 printEquivalentCommandToModify(DN dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
937 printEquivalentCommandToModify(String dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
1079 printEquivalentRenameCommand(DN oldDN, DN newDN, boolean useAdminCtx) argument
H A DModifyEntryTask.java82 private boolean useAdminCtx = false; field in class:ModifyEntryTask
244 useAdminCtx = controller.isConfigurationNode(node);
257 useAdminCtx);
420 printEquivalentRenameCommand(oldDN, newEntry.getDN(), useAdminCtx);
459 printEquivalentCommandToModify(dn, originalMods, useAdminCtx);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewEntryTask.java73 private boolean useAdminCtx = false; field in class:NewEntryTask
199 useAdminCtx = controller.isConfigurationNode(parentNode);
204 useAdminCtx = true;
316 getConnectionCommandLineArguments(useAdminCtx, true)));
H A DResetUserPasswordTask.java69 private boolean useAdminCtx; field in class:ResetUserPasswordTask
117 useAdminCtx = controller.isConfigurationNode(node);
179 args.addAll(getConnectionCommandLineArguments(useAdminCtx, true));
H A DTask.java924 * @param useAdminCtx use the administration connector.
927 Collection<ModificationItem> mods, boolean useAdminCtx)
929 printEquivalentCommandToModify(dn.toString(), mods, useAdminCtx);
936 * @param useAdminCtx use the administration connector.
939 Collection<ModificationItem> mods, boolean useAdminCtx)
943 getConnectionCommandLineArguments(useAdminCtx, true)));
1078 * @param useAdminCtx use the administration connector.
1081 boolean useAdminCtx)
1085 getConnectionCommandLineArguments(useAdminCtx, true)));
926 printEquivalentCommandToModify(DN dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
938 printEquivalentCommandToModify(String dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
1080 printEquivalentRenameCommand(DN oldDN, DN newDN, boolean useAdminCtx) argument
H A DModifyEntryTask.java83 private boolean useAdminCtx = false; field in class:ModifyEntryTask
245 useAdminCtx = controller.isConfigurationNode(node);
258 useAdminCtx);
421 printEquivalentRenameCommand(oldDN, newEntry.getDN(), useAdminCtx);
460 printEquivalentCommandToModify(dn, originalMods, useAdminCtx);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewEntryTask.java72 private boolean useAdminCtx = false; field in class:NewEntryTask
198 useAdminCtx = controller.isConfigurationNode(parentNode);
203 useAdminCtx = true;
315 getConnectionCommandLineArguments(useAdminCtx, true)));
H A DResetUserPasswordTask.java68 private boolean useAdminCtx; field in class:ResetUserPasswordTask
116 useAdminCtx = controller.isConfigurationNode(node);
178 args.addAll(getConnectionCommandLineArguments(useAdminCtx, true));
H A DTask.java923 * @param useAdminCtx use the administration connector.
926 Collection<ModificationItem> mods, boolean useAdminCtx)
928 printEquivalentCommandToModify(dn.toString(), mods, useAdminCtx);
935 * @param useAdminCtx use the administration connector.
938 Collection<ModificationItem> mods, boolean useAdminCtx)
942 getConnectionCommandLineArguments(useAdminCtx, true)));
1077 * @param useAdminCtx use the administration connector.
1080 boolean useAdminCtx)
1084 getConnectionCommandLineArguments(useAdminCtx, true)));
925 printEquivalentCommandToModify(DN dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
937 printEquivalentCommandToModify(String dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
1079 printEquivalentRenameCommand(DN oldDN, DN newDN, boolean useAdminCtx) argument
H A DModifyEntryTask.java82 private boolean useAdminCtx = false; field in class:ModifyEntryTask
244 useAdminCtx = controller.isConfigurationNode(node);
257 useAdminCtx);
420 printEquivalentRenameCommand(oldDN, newEntry.getDN(), useAdminCtx);
459 printEquivalentCommandToModify(dn, originalMods, useAdminCtx);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewEntryTask.java73 private boolean useAdminCtx = false; field in class:NewEntryTask
199 useAdminCtx = controller.isConfigurationNode(parentNode);
204 useAdminCtx = true;
316 getConnectionCommandLineArguments(useAdminCtx, true)));
H A DResetUserPasswordTask.java69 private boolean useAdminCtx; field in class:ResetUserPasswordTask
117 useAdminCtx = controller.isConfigurationNode(node);
179 args.addAll(getConnectionCommandLineArguments(useAdminCtx, true));
H A DTask.java926 * @param useAdminCtx use the administration connector.
929 Collection<ModificationItem> mods, boolean useAdminCtx)
931 printEquivalentCommandToModify(dn.toString(), mods, useAdminCtx);
938 * @param useAdminCtx use the administration connector.
941 Collection<ModificationItem> mods, boolean useAdminCtx)
945 getConnectionCommandLineArguments(useAdminCtx, true)));
1080 * @param useAdminCtx use the administration connector.
1083 boolean useAdminCtx)
1087 getConnectionCommandLineArguments(useAdminCtx, true)));
928 printEquivalentCommandToModify(DN dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
940 printEquivalentCommandToModify(String dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
1082 printEquivalentRenameCommand(DN oldDN, DN newDN, boolean useAdminCtx) argument
H A DModifyEntryTask.java83 private boolean useAdminCtx = false; field in class:ModifyEntryTask
245 useAdminCtx = controller.isConfigurationNode(node);
258 useAdminCtx);
421 printEquivalentRenameCommand(oldDN, newEntry.getDN(), useAdminCtx);
460 printEquivalentCommandToModify(dn, originalMods, useAdminCtx);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/task/
H A DNewEntryTask.java69 private boolean useAdminCtx; field in class:NewEntryTask
175 useAdminCtx = controller.isConfigurationNode(parentNode);
180 useAdminCtx = true;
291 getConnectionCommandLineArguments(useAdminCtx, true)));
H A DResetUserPasswordTask.java69 private boolean useAdminCtx; field in class:ResetUserPasswordTask
117 useAdminCtx = controller.isConfigurationNode(node);
167 args.addAll(getConnectionCommandLineArguments(useAdminCtx, true));
H A DTask.java880 * @param useAdminCtx use the administration connector.
883 Collection<ModificationItem> mods, boolean useAdminCtx)
885 printEquivalentCommandToModify(dn.toString(), mods, useAdminCtx);
892 * @param useAdminCtx use the administration connector.
895 Collection<ModificationItem> mods, boolean useAdminCtx)
898 getConnectionCommandLineArguments(useAdminCtx, true)));
1030 * @param useAdminCtx use the administration connector.
1033 boolean useAdminCtx)
1036 getConnectionCommandLineArguments(useAdminCtx, true)));
882 printEquivalentCommandToModify(DN dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
894 printEquivalentCommandToModify(String dn, Collection<ModificationItem> mods, boolean useAdminCtx) argument
1032 printEquivalentRenameCommand(DN oldDN, DN newDN, boolean useAdminCtx) argument
H A DModifyEntryTask.java84 private boolean useAdminCtx; field in class:ModifyEntryTask
224 useAdminCtx = controller.isConfigurationNode(node);
237 useAdminCtx);
360 printEquivalentRenameCommand(oldDN, newEntry.getName(), useAdminCtx);
398 printEquivalentCommandToModify(dn, originalMods, useAdminCtx);

Completed in 761 milliseconds

12