Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual page 198

For plug-in
Table of Contents

Advertisement

Summary of Data Types and Structures
The following table summarizes the front-end API functions that you can call to
work with the backend operations.
To ...
Add the specified suffix to the
given backend and increment the
backend's suffix count.
Set the flag to denote that the
backend will be deleted on exiting.
Check if the backend that contains
the specified DN exists.
Free memory and linked resources
from the backend structure.
Get the instance information of the
specified backend.
Return the name of the specified
backend.
Indicate if the database associated
with the backend is in read-only
mode.
Get pointer to a callback function
that corresponds to the specified
entry point into a given backend.
Return the n+1 suffix associated
with the specified backend.
Return the type of the backend.
Check if a flag is set in the backend
configuration.
Verify that the specified suffix
matches a registered backend
suffix.
Indicate if the changes applied to
the backend should be logged in the
change log.
Create a new backend structure,
allocates memory for it, and
initializes values for relevant
parameters.
198
Netscape Directory Server Plug-in Programmer's Guide • October 2004
... Call this function
slapi_be_addsuffix()
slapi_be_delete_onexit()
slapi_be_exist()
slapi_be_free()
slapi_be_get_instance_info()
slapi_be_get_name()
slapi_be_get_readonly()
slapi_be_getentrypoint()
slapi_be_getsuffix()
slapi_be_gettype()
slapi_be_is_flag_set()
slapi_be_issuffix()
slapi_be_logchanges()
slapi_be_new()

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents