Package | Description |
---|---|
com.sun.identity.install.tools.configurator |
Modifier and Type | Method and Description |
---|---|
protected InteractionResult |
UserDataInteraction.confirmOnExitStatus(InteractionResult result,
IStateAccess state)
Method to check for exit condition @param result InteractionResult
object
|
InteractionResult |
InstallInteraction.interact(IStateAccess state) |
InteractionResult |
UserDataInteraction.interact(IStateAccess state)
Method that interacts with user in interactive mode.
|
InteractionResult |
UserDataInteraction.interactSilent(IStateAccess state,
Map map) |
InteractionResult |
InstallInteraction.processData(String userInput,
IStateAccess state) |
abstract InteractionResult |
UserDataInteraction.processData(String userInput,
IStateAccess state)
An abstract method to be implemented by child class to process user data
for interactive input
|
InteractionResult |
InstallInteraction.processOption(UserOptionItem option,
IStateAccess state) |
abstract InteractionResult |
UserDataInteraction.processOption(UserOptionItem option,
IStateAccess state)
abstract method to be implemented by child class to process user options
for interactive input
|
Modifier and Type | Method and Description |
---|---|
protected InteractionResult |
UserDataInteraction.confirmOnExitStatus(InteractionResult result,
IStateAccess state)
Method to check for exit condition @param result InteractionResult
object
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.