Sun Java System Access Manager 7.1 C API Reference

C Header Files

A C header file is a text file that contains pieces of code written in the C programming language. The name of a header file, by convention, ends with the .h extension. It is inserted inside a program by coding the #include preprocessor directive. By default, Access Manager C header files are installed in the /AccessManager-base/SUNWam/include directory. The Access Manager C header files are:

<am.h>

General utility routines provided by the Access Manager library.

<am_auth.h>

Data types and functions for developing custom authentication modules.

<am_log.h>

Data types and functions for logging on the local system or the Access Manager host.

<am_map.h>

Data types and functions for creating, destroying, and manipulating the map objects used by Access Manager.

<am_notify.h>

Data types and functions for implementing notifications.

<am_policy.h>

Data types and functions for using Access Manager policy objects.

<am_properties.h>

Data types and functions for property maps used by clients of the Access Manager client APIs.

<am_sso.h>

Data types and functions for implementing SSO.

<am_string_set.h>

Data types and functions for manipulating strings.

<am_types.h>

Common types and macros provided by Access Manager.

<am_utils.h>

This is an unsupported, early access version of utility functions. Functions and data structures may change without backward compatibility.

<am_web.h>

Data types and functions intended for use by Access Manager web agents.