Searched refs:setAdminUserPropertiesSubCmd (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliGlobalAdmin.java206 private SubCommand setAdminUserPropertiesSubCmd; field in class:DsFrameworkCliGlobalAdmin
332 setAdminUserPropertiesSubCmd = new SubCommand(argParser,
335 subCommands.add(setAdminUserPropertiesSubCmd);
340 setAdminUserPropertiesSubCmd.addArgument(setAdminUserPropertiesUserIdArg);
346 setAdminUserPropertiesSubCmd.addArgument(setAdminUserPropertiesSetArg);
550 if (subCmd.getName().equals(setAdminUserPropertiesSubCmd.getName()))
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliGlobalAdmin.java207 private SubCommand setAdminUserPropertiesSubCmd; field in class:DsFrameworkCliGlobalAdmin
333 setAdminUserPropertiesSubCmd = new SubCommand(argParser,
336 subCommands.add(setAdminUserPropertiesSubCmd);
341 setAdminUserPropertiesSubCmd.addArgument(setAdminUserPropertiesUserIdArg);
347 setAdminUserPropertiesSubCmd.addArgument(setAdminUserPropertiesSetArg);
551 if (subCmd.getName().equals(setAdminUserPropertiesSubCmd.getName()))
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliGlobalAdmin.java207 private SubCommand setAdminUserPropertiesSubCmd; field in class:DsFrameworkCliGlobalAdmin
333 setAdminUserPropertiesSubCmd = new SubCommand(argParser,
336 subCommands.add(setAdminUserPropertiesSubCmd);
341 setAdminUserPropertiesSubCmd.addArgument(setAdminUserPropertiesUserIdArg);
347 setAdminUserPropertiesSubCmd.addArgument(setAdminUserPropertiesSetArg);
551 if (subCmd.getName().equals(setAdminUserPropertiesSubCmd.getName()))
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliGlobalAdmin.java206 private SubCommand setAdminUserPropertiesSubCmd; field in class:DsFrameworkCliGlobalAdmin
332 setAdminUserPropertiesSubCmd = new SubCommand(argParser,
335 subCommands.add(setAdminUserPropertiesSubCmd);
340 setAdminUserPropertiesSubCmd.addArgument(setAdminUserPropertiesUserIdArg);
346 setAdminUserPropertiesSubCmd.addArgument(setAdminUserPropertiesSetArg);
550 if (subCmd.getName().equals(setAdminUserPropertiesSubCmd.getName()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliGlobalAdmin.java207 private SubCommand setAdminUserPropertiesSubCmd; field in class:DsFrameworkCliGlobalAdmin
333 setAdminUserPropertiesSubCmd = new SubCommand(argParser,
336 subCommands.add(setAdminUserPropertiesSubCmd);
341 setAdminUserPropertiesSubCmd.addArgument(setAdminUserPropertiesUserIdArg);
347 setAdminUserPropertiesSubCmd.addArgument(setAdminUserPropertiesSetArg);
551 if (subCmd.getName().equals(setAdminUserPropertiesSubCmd.getName()))

Completed in 36 milliseconds