1.0 About the API

Novell® Identity Manager Fan-Out driver platforms provide an Authentication Services (AS) application programming interface (API) that can be used by applications to access eDirectory™. This API is compatible with the AS Client API that was provided in the NDS® Authentication Services and the Account Management 3.0 products. To use this API, you must obtain and install the Identity Manager Fan-Out driver.

The platform configuration file provides the information necessary for establishing communications with a core driver. For details about the platform configuration file, see the Platform Services Planning Guide and Reference.

In the C language environment, a call must be made to ASC_INIT() or ASC_INIT_EXT() to process the platform configuration file and initialize the environment before API calls can be made to the core driver. The header file ascauth.h provides the function prototypes for the API calls and their return value definitions.

In the Java* environment, a call must be made to the INIT() method to process the platform configuration file and initialize the environment before API calls can be made to the core driver. Class com.novell.asam.JAscAuth.JAscAuth provides the methods used to call the API.

Topics in this section are