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