public static final class PluginResult.PostResponse extends Object
Modifier and Type | Method and Description |
---|---|
static PluginResult.PostResponse |
continueOperationProcessing()
Defines a continue processing post response plugin result.
|
boolean |
continuePluginProcessing()
Whether to invoke the rest of the plugins.
|
static PluginResult.PostResponse |
skipFurtherPluginProcesssing()
Defines a skip further plugin processing post response plugin result.
|
public static PluginResult.PostResponse continueOperationProcessing()
public static PluginResult.PostResponse skipFurtherPluginProcesssing()
public boolean continuePluginProcessing()
true
if the rest of the plugins should be invoked for false
to skip the rest of the
plugins.Copyright 2010-2018 ForgeRock AS.