Searched refs:interact (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/upgrade/
H A DAbstractUpgradeTask.java58 public void interact(UpgradeContext context) method in class:AbstractUpgradeTask
H A DUpgradeTask.java70 * Context through which tasks can interact with the server
82 * Context through which tasks can interact with the server
96 * Context through which tasks can interact with the server
108 * Context through which tasks can interact with the server
122 * Context through which tasks can interact with the server
127 void interact(UpgradeContext context) method in interface:UpgradeTask
H A DUpgrade.java391 interact(context, tasks);
495 private static void interact(final UpgradeContext context, method in class:Upgrade
500 * Let tasks interact with the user in order to obtain user's selection.
504 task.interact(context);
515 * Let tasks interact with CLI to check if command line is correct.
H A DUpgradeTasks.java379 public void interact(UpgradeContext context) throws ClientException
385 task.interact(context);
495 public void interact(UpgradeContext context) throws ClientException
619 public void interact(final UpgradeContext context) throws ClientException
725 public void interact(final UpgradeContext context) throws ClientException
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
H A DAbstractUpgradeTask.java47 public void interact(UpgradeContext context) method in class:AbstractUpgradeTask
H A DUpgradeTask.java67 * Context through which tasks can interact with the server
79 * Context through which tasks can interact with the server
93 * Context through which tasks can interact with the server
98 void interact(UpgradeContext context) method in interface:UpgradeTask
107 * Context through which tasks can interact with the server
119 * Context through which tasks can interact with the server
H A DUpgradeTasks.java438 public void interact(UpgradeContext context) throws ClientException
444 task.interact(context);
512 public void interact(UpgradeContext context) throws ClientException
568 public void interact(UpgradeContext context) throws ClientException
813 public void interact(final UpgradeContext context) throws ClientException
893 public void interact(final UpgradeContext context) throws ClientException
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
H A DAbstractUpgradeTask.java48 public void interact(UpgradeContext context) method in class:AbstractUpgradeTask
H A DUpgradeTask.java68 * Context through which tasks can interact with the server
80 * Context through which tasks can interact with the server
94 * Context through which tasks can interact with the server
99 void interact(UpgradeContext context) method in interface:UpgradeTask
108 * Context through which tasks can interact with the server
120 * Context through which tasks can interact with the server
H A DUpgradeTasks.java414 public void interact(UpgradeContext context) throws ClientException
420 task.interact(context);
488 public void interact(UpgradeContext context) throws ClientException
544 public void interact(UpgradeContext context) throws ClientException
789 public void interact(final UpgradeContext context) throws ClientException
895 public void interact(final UpgradeContext context) throws ClientException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/upgrade/
H A DAbstractUpgradeTask.java58 public void interact(UpgradeContext context) method in class:AbstractUpgradeTask
H A DUpgradeTask.java70 * Context through which tasks can interact with the server
82 * Context through which tasks can interact with the server
96 * Context through which tasks can interact with the server
108 * Context through which tasks can interact with the server
122 * Context through which tasks can interact with the server
127 void interact(UpgradeContext context) method in interface:UpgradeTask
H A DUpgrade.java403 interact(context, tasks);
509 private static void interact(final UpgradeContext context, method in class:Upgrade
514 * Let tasks interact with the user in order to obtain user's selection.
518 task.interact(context);
529 * Let tasks interact with CLI to check if command line is correct.
H A DUpgradeTasks.java379 public void interact(UpgradeContext context) throws ClientException
385 task.interact(context);
493 public void interact(UpgradeContext context) throws ClientException
617 public void interact(final UpgradeContext context) throws ClientException
723 public void interact(final UpgradeContext context) throws ClientException
/forgerock/opendj2-hg/src/server/org/opends/server/tools/upgrade/
H A DAbstractUpgradeTask.java47 public void interact(UpgradeContext context) method in class:AbstractUpgradeTask
H A DUpgradeTask.java67 * Context through which tasks can interact with the server
79 * Context through which tasks can interact with the server
93 * Context through which tasks can interact with the server
98 void interact(UpgradeContext context) method in interface:UpgradeTask
107 * Context through which tasks can interact with the server
119 * Context through which tasks can interact with the server
H A DUpgradeTasks.java438 public void interact(UpgradeContext context) throws ClientException
444 task.interact(context);
512 public void interact(UpgradeContext context) throws ClientException
568 public void interact(UpgradeContext context) throws ClientException
813 public void interact(final UpgradeContext context) throws ClientException
893 public void interact(final UpgradeContext context) throws ClientException
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DUserResponseInteraction.java57 public InteractionResultStatus interact(IStateAccess state) method in class:UserResponseInteraction
125 InteractionResultStatus newStatus = confirm.interact(state);
H A DConfirmInteraction.java61 public InteractionResultStatus interact(IStateAccess state) method in class:ConfirmInteraction
H A DInstallInteraction.java60 * Method to be called for interact install @param state IStateAccess
64 public InteractionResult interact(IStateAccess state) method in class:InstallInteraction
67 return super.interact(state);
H A DUserDataInteraction.java79 * Method to interact with the user for silent attrs
187 public InteractionResult interact(IStateAccess state) method in class:UserDataInteraction
246 InteractionResultStatus newStatus = confirm.interact(state);
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DUserResponseInteraction.java57 public InteractionResultStatus interact(IStateAccess state) method in class:UserResponseInteraction
125 InteractionResultStatus newStatus = confirm.interact(state);
H A DConfirmInteraction.java61 public InteractionResultStatus interact(IStateAccess state) method in class:ConfirmInteraction
H A DInstallInteraction.java60 * Method to be called for interact install @param state IStateAccess
64 public InteractionResult interact(IStateAccess state) method in class:InstallInteraction
67 return super.interact(state);
H A DUserDataInteraction.java79 * Method to interact with the user for silent attrs
187 public InteractionResult interact(IStateAccess state) method in class:UserDataInteraction
246 InteractionResultStatus newStatus = confirm.interact(state);

Completed in 49 milliseconds

12