public static final class PluginResult.Startup extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
continuePluginProcessing()
Whether to invoke the rest of the plugins.
|
boolean |
continueProcessing()
Whether to continue startup.
|
static PluginResult.Startup |
continueStartup()
Defines a continue processing startup plugin result.
|
LocalizableMessage |
getErrorMessage()
Retrieves the error message if
continueProcessing() returned false . |
static PluginResult.Startup |
skipFurtherPluginProcesssing()
Defines a skip further plugin processing startup plugin result.
|
static PluginResult.Startup |
stopStartup(LocalizableMessage errorMessage)
Defines a new stop processing startup plugin result.
|
public static PluginResult.Startup continueStartup()
public static PluginResult.Startup skipFurtherPluginProcesssing()
public static PluginResult.Startup stopStartup(LocalizableMessage errorMessage)
errorMessage
- An message explaining why processing should stop for the given entry.public boolean continueProcessing()
true
if processing should continue or false
otherwise.public boolean continuePluginProcessing()
true
if the rest of the plugins should be invoked for false
to skip the rest of the
plugins.public LocalizableMessage getErrorMessage()
continueProcessing()
returned false
.null
if none is provided.Copyright 2010-2020 ForgeRock AS.