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

/forgerock/opendj2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliGlobalAdmin.java196 private SubCommand getAdminUserPropertiesSubCmd; field in class:DsFrameworkCliGlobalAdmin
320 getAdminUserPropertiesSubCmd = new SubCommand(argParser,
323 subCommands.add(getAdminUserPropertiesSubCmd);
329 getAdminUserPropertiesSubCmd.addArgument(getAdminUserPropertiesUserIdArg);
509 if (subCmd.getName().equals(getAdminUserPropertiesSubCmd.getName()))
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliGlobalAdmin.java197 private SubCommand getAdminUserPropertiesSubCmd; field in class:DsFrameworkCliGlobalAdmin
321 getAdminUserPropertiesSubCmd = new SubCommand(argParser,
324 subCommands.add(getAdminUserPropertiesSubCmd);
330 getAdminUserPropertiesSubCmd.addArgument(getAdminUserPropertiesUserIdArg);
510 if (subCmd.getName().equals(getAdminUserPropertiesSubCmd.getName()))
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliGlobalAdmin.java197 private SubCommand getAdminUserPropertiesSubCmd; field in class:DsFrameworkCliGlobalAdmin
321 getAdminUserPropertiesSubCmd = new SubCommand(argParser,
324 subCommands.add(getAdminUserPropertiesSubCmd);
330 getAdminUserPropertiesSubCmd.addArgument(getAdminUserPropertiesUserIdArg);
510 if (subCmd.getName().equals(getAdminUserPropertiesSubCmd.getName()))
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliGlobalAdmin.java196 private SubCommand getAdminUserPropertiesSubCmd; field in class:DsFrameworkCliGlobalAdmin
320 getAdminUserPropertiesSubCmd = new SubCommand(argParser,
323 subCommands.add(getAdminUserPropertiesSubCmd);
329 getAdminUserPropertiesSubCmd.addArgument(getAdminUserPropertiesUserIdArg);
509 if (subCmd.getName().equals(getAdminUserPropertiesSubCmd.getName()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/cli/
H A DDsFrameworkCliGlobalAdmin.java197 private SubCommand getAdminUserPropertiesSubCmd; field in class:DsFrameworkCliGlobalAdmin
321 getAdminUserPropertiesSubCmd = new SubCommand(argParser,
324 subCommands.add(getAdminUserPropertiesSubCmd);
330 getAdminUserPropertiesSubCmd.addArgument(getAdminUserPropertiesUserIdArg);
510 if (subCmd.getName().equals(getAdminUserPropertiesSubCmd.getName()))

Completed in 48 milliseconds