Package org.opends.server.api.plugin
Class PluginResult
- java.lang.Object
-
- org.opends.server.api.plugin.PluginResult
-
@PublicAPI(stability=UNCOMMITTED, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class PluginResult extends Object
This class defines a data structure that holds information about the result of processing by a plugin.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PluginResult.ImportLDIF
Defines a LDIF plugin result for import from LDIF processing consisting of either continue, skip further plugins, or stop processing with an error message.static class
PluginResult.IntermediateResponse
Defines an intermediate response plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.static interface
PluginResult.OperationResult
Contract for operation results.static class
PluginResult.PostConnect
Defines a post connect plugin result for client connection processing consisting of either continue, skip further plugins, or stop.static class
PluginResult.PostDisconnect
Defines a post disconnect plugin result for client connection processing consisting of either continue or skip further plugins.static class
PluginResult.PostOperation
Defines a post operation plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.static class
PluginResult.PostResponse
Defines a post response plugin result for core server operation processing consisting of either continue or skip further plugins.static class
PluginResult.PreOperation
Defines a pre operation plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.static class
PluginResult.PreParse
Defines a pre parse plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.static class
PluginResult.Startup
Defines a startup plugin result consisting of either continue skip further plugins, or stop startup with an error message.static class
PluginResult.SubordinateDelete
Defines a subordinate delete plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.static class
PluginResult.SubordinateModifyDN
Defines a subordinate modify DN plugin result for core server operation processing consisting of either continue, skip further plugins, or stop operation processing with a result code, matched DN, referral URLs, and error message.
-
Constructor Summary
Constructors Constructor Description PluginResult()
-