public abstract class UserResponseInteraction extends BaseInteraction
Constructor and Description |
---|
UserResponseInteraction() |
Modifier and Type | Method and Description |
---|---|
protected InteractionResultStatus |
confirmOnExitStatus(InteractionResultStatus status,
IStateAccess state) |
void |
displayMessages() |
String |
getPromptValue(IStateAccess state)
Method that needs to be implemented by the sub-classes to return a
prompt value (default value) that needs to be displayed for the user to
input data.
|
protected abstract Map |
getResultStatusMap()
Method that needs to be implemented by the sub-classes to intialize the
result status Map.
|
InteractionResultStatus |
interact(IStateAccess state) |
displayOptionsHelp, displayPromptMessage, getDisplayMessages, getPromptMessage, getUserOptions
protected abstract Map getResultStatusMap()
public InteractionResultStatus interact(IStateAccess state) throws InstallException
InstallException
public void displayMessages()
displayMessages
in class BaseInteraction
protected InteractionResultStatus confirmOnExitStatus(InteractionResultStatus status, IStateAccess state) throws InstallException
InstallException
public String getPromptValue(IStateAccess state) throws InstallException
BaseInteraction
getPromptValue
in class BaseInteraction
state
- IStateAccessInstallException
- TODOCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.