public final class DisplaySummaryHandler extends UserResponseInteraction
Constructor and Description |
---|
DisplaySummaryHandler(boolean installMode) |
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 |
getDisplayMessagesHeader() |
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.
|
Map |
getResultStatusMap()
Method that needs to be implemented by the sub-classes to intialize the
result status Map.
|
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.
|
LocalizedMessage |
getUserOptionsHeader() |
void |
setDisplayMessages(ArrayList summaryMessages) |
confirmOnExitStatus, displayMessages, getPromptValue, interact
displayOptionsHelp, displayPromptMessage
public Map getResultStatusMap()
UserResponseInteraction
getResultStatusMap
in class UserResponseInteraction
public LocalizedMessage getDisplayMessagesHeader()
public ArrayList getDisplayMessages()
BaseInteraction
getDisplayMessages
in class BaseInteraction
public LocalizedMessage getUserOptionsHeader()
public 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 void setDisplayMessages(ArrayList summaryMessages)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.