public interface UserDefinedInterception2
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(InterceptParam prop)
'authenticate' operation associated with 'On bind' event status,
errorcode and other parameters are populated accordingly The following
code returns status "proceed" with errorcode "0" : The LDAP Bind
operation will be executed after returning from the script
|
void |
compare(InterceptParam prop)
'compare' operation associated with 'On compare' event status, errorcode
and other parameters are populated accordingly The following code returns
status "proceed" with errorcode "0" : The LDAP Compare operation will be
executed after returning from the script
|
void |
delete(InterceptParam prop)
'delete' operation associated with 'On delete' event status, errorcode
and other parameters are populated accordingly The following code returns
status "proceed" with errorcode "0" : The LDAP Delete operation will be
executed after returning from the script
|
void |
insert(InterceptParam prop)
'insert' operation associated with 'On Add' event Status, errorcode and
other parameters are populated accordingly The following code returns
status "proceed" with errorcode "0" : The LDAP Add operation will be
executed after returning from the script
|
void |
invoke(InterceptParam prop)
The function to implement invoke operation.
|
void |
select(InterceptParam prop)
The function to implement search operation.
|
default void |
testConnectToBackend(InterceptParam prop) |
void |
update(InterceptParam prop)
'update' operation associated with 'On modify' event status, errorcode
and other parameters are populated accordingly The following code returns
status "proceed" with errorcode "0" : The LDAP Update operation will be
executed after returning from the script
|
void select(InterceptParam prop)
prop - InterceptParam input/ output propertiesvoid insert(InterceptParam prop)
prop - - InterceptParam - Input /Output parametersvoid delete(InterceptParam prop)
prop - - InterceptParam - Input /Output parametersvoid update(InterceptParam prop)
prop - - InterceptParam - Input /Output parametersvoid authenticate(InterceptParam prop)
prop - - InterceptParam - Input /Output parametersvoid compare(InterceptParam prop)
prop - - InterceptParam - Input /Output parametersvoid invoke(InterceptParam prop)
prop - InterceptParam input/ output propertiesdefault void testConnectToBackend(InterceptParam prop)