| | |
| | | { |
| | | // This should only happen if there were no startup plugins registered, |
| | | // which is fine. |
| | | result = new StartupPluginResult(); |
| | | result = StartupPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-connect plugins |
| | | // registered, which is fine. |
| | | result = new PostConnectPluginResult(); |
| | | result = PostConnectPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-disconnect plugins |
| | | // registered, which is fine. |
| | | result = new PostDisconnectPluginResult(); |
| | | result = PostDisconnectPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no LDIF import plugins |
| | | // registered, which is fine. |
| | | result = new LDIFPluginResult(); |
| | | result = LDIFPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no LDIF export plugins |
| | | // registered, which is fine. |
| | | result = new LDIFPluginResult(); |
| | | result = LDIFPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-parse abandon plugins |
| | | // registered, which is fine. |
| | | result = new PreParsePluginResult(); |
| | | result = PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-parse add plugins |
| | | // registered, which is fine. |
| | | result = new PreParsePluginResult(); |
| | | result = PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-parse bind plugins |
| | | // registered, which is fine. |
| | | result = new PreParsePluginResult(); |
| | | result = PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-parse compare plugins |
| | | // registered, which is fine. |
| | | result = new PreParsePluginResult(); |
| | | result = PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-parse delete plugins |
| | | // registered, which is fine. |
| | | result = new PreParsePluginResult(); |
| | | result = PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-parse extended plugins |
| | | // registered, which is fine. |
| | | result = new PreParsePluginResult(); |
| | | result = PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-parse modify plugins |
| | | // registered, which is fine. |
| | | result = new PreParsePluginResult(); |
| | | result = PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-parse modify DN plugins |
| | | // registered, which is fine. |
| | | result = new PreParsePluginResult(); |
| | | result = PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-parse search plugins |
| | | // registered, which is fine. |
| | | result = new PreParsePluginResult(); |
| | | result = PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-parse unbind plugins |
| | | // registered, which is fine. |
| | | result = new PreParsePluginResult(); |
| | | result = PreParsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-operation add plugins |
| | | // registered, which is fine. |
| | | result = new PreOperationPluginResult(); |
| | | result = PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-operation bind plugins |
| | | // registered, which is fine. |
| | | result = new PreOperationPluginResult(); |
| | | result = PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-operation compare plugins |
| | | // registered, which is fine. |
| | | result = new PreOperationPluginResult(); |
| | | result = PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-operation delete plugins |
| | | // registered, which is fine. |
| | | result = new PreOperationPluginResult(); |
| | | result = PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-operation extended plugins |
| | | // registered, which is fine. |
| | | result = new PreOperationPluginResult(); |
| | | result = PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-operation modify plugins |
| | | // registered, which is fine. |
| | | result = new PreOperationPluginResult(); |
| | | result = PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-operation modify DN |
| | | // plugins registered, which is fine. |
| | | result = new PreOperationPluginResult(); |
| | | result = PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no pre-operation search plugins |
| | | // registered, which is fine. |
| | | result = new PreOperationPluginResult(); |
| | | result = PreOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-operation abandon plugins |
| | | // registered, which is fine. |
| | | result = new PostOperationPluginResult(); |
| | | result = PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-operation add plugins |
| | | // registered, which is fine. |
| | | result = new PostOperationPluginResult(); |
| | | result = PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-operation bind plugins |
| | | // registered, which is fine. |
| | | result = new PostOperationPluginResult(); |
| | | result = PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-operation compare plugins |
| | | // registered, which is fine. |
| | | result = new PostOperationPluginResult(); |
| | | result = PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-operation delete plugins |
| | | // registered, which is fine. |
| | | result = new PostOperationPluginResult(); |
| | | result = PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-operation extended |
| | | // plugins registered, which is fine. |
| | | result = new PostOperationPluginResult(); |
| | | result = PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-operation modify plugins |
| | | // registered, which is fine. |
| | | result = new PostOperationPluginResult(); |
| | | result = PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-operation modify DN |
| | | // plugins registered, which is fine. |
| | | result = new PostOperationPluginResult(); |
| | | result = PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-operation search plugins |
| | | // registered, which is fine. |
| | | result = new PostOperationPluginResult(); |
| | | result = PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-operation unbind plugins |
| | | // registered, which is fine. |
| | | result = new PostOperationPluginResult(); |
| | | result = PostOperationPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-response add plugins |
| | | // registered, which is fine. |
| | | result = new PostResponsePluginResult(); |
| | | result = PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-response bind plugins |
| | | // registered, which is fine. |
| | | result = new PostResponsePluginResult(); |
| | | result = PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-response compare plugins |
| | | // registered, which is fine. |
| | | result = new PostResponsePluginResult(); |
| | | result = PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-response delete plugins |
| | | // registered, which is fine. |
| | | result = new PostResponsePluginResult(); |
| | | result = PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-response extended plugins |
| | | // registered, which is fine. |
| | | result = new PostResponsePluginResult(); |
| | | result = PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-response modify plugins |
| | | // registered, which is fine. |
| | | result = new PostResponsePluginResult(); |
| | | result = PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-response modify DN |
| | | // plugins registered, which is fine. |
| | | result = new PostResponsePluginResult(); |
| | | result = PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no post-response search plugins |
| | | // registered, which is fine. |
| | | result = new PostResponsePluginResult(); |
| | | result = PostResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no search result entry plugins |
| | | // registered, which is fine. |
| | | result = new SearchEntryPluginResult(); |
| | | result = SearchEntryPluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no search result reference |
| | | // plugins registered, which is fine. |
| | | result = new SearchReferencePluginResult(); |
| | | result = SearchReferencePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |
| | |
| | | { |
| | | // This should only happen if there were no intermediate response plugins |
| | | // registered, which is fine. |
| | | result = new IntermediateResponsePluginResult(); |
| | | result = IntermediateResponsePluginResult.SUCCESS; |
| | | } |
| | | |
| | | return result; |