Sun Directory Server Enterprise Edition 7.0 Developer's Guide

Postoperation

Parameters for registering postoperation plug-in functions follow.

Table 17–23 Postoperation Function Registration Parameters

Parameter ID  

Data Type  

Description  

SLAPI_PLUGIN_POST_ABANDON_FN

void *

Function called after an operation is abandoned. 

SLAPI_PLUGIN_POST_ADD_FN

void *

Function called after an add operation completes. 

SLAPI_PLUGIN_POST_BIND_FN

void *

Function called after a bind operation completes. 

SLAPI_PLUGIN_POST_COMPARE_FN

void *

Function called after a compare operation completes. 

SLAPI_PLUGIN_POST_DELETE_FN

void *

Function called after a delete operation completes. 

SLAPI_PLUGIN_POST_ENTRY_FN

void *

Function called after an entry is sent to the client. 

SLAPI_PLUGIN_POST_MODIFY_FN

void *

Function called after a modify operation completes. 

SLAPI_PLUGIN_POST_MODRDN_FN

void *

Function called after an rename (modify RDN) operation completes. 

SLAPI_PLUGIN_POST_REFERRAL_FN

void *

Function called after a referral is sent to the client. 

SLAPI_PLUGIN_POST_RESULT_FN

void *

Function called after a result is sent to the client. 

SLAPI_PLUGIN_POST_SEARCH_FN

void *

Function called after a search operation completes. 

For persistent search operations, this function is called after the client interrupts the search. 

SLAPI_PLUGIN_POST_UNBIND_FN

void *

Function called after an unbind operation completes.