public class ConfirmInteraction extends BaseInteraction
Constructor and Description |
---|
ConfirmInteraction() |
Modifier and Type | Method and Description |
---|---|
ArrayList |
getDisplayMessages()
Method that needs to be implemented by the sub-classes to return
the Localized Messages that need to be displayed as part of the
interaction.
|
LocalizedMessage |
getPromptMessage(IStateAccess state)
Method that needs to be implemented by the sub-classes to return the
prompt message that needs to be displayed for the user to input data.
|
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.
|
BaseOptions |
getUserOptions(IStateAccess state)
Method that needs to be implemented by the sub-classes to return
the ResponseOption's and return the appropriate BaseOptions. * viz.,
SingleLineOptions & MutliLineOptions.
|
InteractionResultStatus |
interact(IStateAccess state) |
displayMessages, displayOptionsHelp, displayPromptMessage
public ArrayList getDisplayMessages()
BaseInteraction
getDisplayMessages
in class BaseInteraction
public String getPromptValue(IStateAccess state) throws InstallException
BaseInteraction
getPromptValue
in class BaseInteraction
state
- IStateAccessInstallException
- TODOpublic LocalizedMessage getPromptMessage(IStateAccess state)
BaseInteraction
getPromptMessage
in class BaseInteraction
state
- IStateAccesspublic BaseOptions getUserOptions(IStateAccess state) throws InstallException
BaseInteraction
getUserOptions
in class BaseInteraction
state
- IStateAccessInstallException
- if an error occurred while getting the user
optionspublic InteractionResultStatus interact(IStateAccess state) throws InstallException
InstallException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.