public static final class PluginResult.PostDisconnect extends Object
Modifier and Type | Method and Description |
---|---|
static PluginResult.PostDisconnect |
continueDisconnectProcessing()
Defines a continue processing post disconnect plugin result.
|
boolean |
continuePluginProcessing()
Whether to invoke the rest of the plugins.
|
static PluginResult.PostDisconnect |
skipFurtherPluginProcesssing()
Defines a skip further plugin processing post disconnect plugin result.
|
public static PluginResult.PostDisconnect continueDisconnectProcessing()
public static PluginResult.PostDisconnect 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-2022 ForgeRock AS.