public static class SynchronizationProviderResult.ContinueProcessing extends Object implements SynchronizationProviderResult
SynchronizationProviderResult.ContinueProcessing, SynchronizationProviderResult.StopProcessing
Constructor and Description |
---|
ContinueProcessing() |
Modifier and Type | Method and Description |
---|---|
boolean |
continueProcessing()
Indicates whether processing on the associated operation should continue.
|
LocalizableMessage |
getErrorMessage()
Retrieves the error message if
PluginResult.OperationResult.continueProcessing() returned false . |
Dn |
getMatchedDN()
Retrieves the matched DN for the operation if
PluginResult.OperationResult.continueProcessing() returned false . |
List<String> |
getReferralURLs()
Retrieves the referral URLs for the operation if
PluginResult.OperationResult.continueProcessing() returned false . |
ResultCode |
getResultCode()
Retrieves the result code for the operation if
PluginResult.OperationResult.continueProcessing() returned false . |
String |
toString() |
public ResultCode getResultCode()
PluginResult.OperationResult
PluginResult.OperationResult.continueProcessing()
returned false
.getResultCode
in interface PluginResult.OperationResult
null
if none is provided.public Dn getMatchedDN()
PluginResult.OperationResult
PluginResult.OperationResult.continueProcessing()
returned false
.getMatchedDN
in interface PluginResult.OperationResult
null
if none is provided.public List<String> getReferralURLs()
PluginResult.OperationResult
PluginResult.OperationResult.continueProcessing()
returned false
.getReferralURLs
in interface PluginResult.OperationResult
null
if none is provided.public boolean continueProcessing()
PluginResult.OperationResult
continueProcessing
in interface PluginResult.OperationResult
true
if processing on the associated operation should continue, or false
if it should
stop.public LocalizableMessage getErrorMessage()
PluginResult.OperationResult
PluginResult.OperationResult.continueProcessing()
returned false
.getErrorMessage
in interface PluginResult.OperationResult
null
if none is provided.Copyright 2010-2020 ForgeRock AS.