Class PluginResult

java.lang.Object
org.opends.server.api.plugin.PluginResult

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 final record 
    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 final record 
    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 
    Contract for operation results.
    static final record 
    Defines a post connect plugin result for client connection processing consisting of either continue, skip further plugins, or stop.
    static final record 
    Defines a post disconnect plugin result for client connection processing consisting of either continue or skip further plugins.
    static final record 
    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 final class 
    Defines a post response plugin result for core server operation processing consisting of either continue or skip further plugins.
    static final record 
    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 final record 
    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 final record 
    Defines a startup plugin result consisting of either continue skip further plugins, or stop startup with an error message.
    static final record 
    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 final record 
    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
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PluginResult

      public PluginResult()