Sun OpenSSO Enterprise 8.0 C API Reference for Application and Web Policy Agent Developers

Header Files

A 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. The OpenSSO Enterprise C header files are:

<am.h>

General utility routines provided by the OpenSSO Enterprise 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 OpenSSO Enterprise host.

<am_map.h>

Data types and functions for creating, destroying, and manipulating the map objects used by OpenSSO Enterprise.

<am_notify.h>

Data types and functions for implementing notifications.

<am_policy.h>

Data types and functions for using OpenSSO Enterprise policy objects.

<am_properties.h>

Data types and functions for property maps used by clients of the OpenSSO Enterprise client API.

<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 OpenSSO Enterprise.

<am_utils.h>

Functions to encode/decode HTTP cookies.

<am_web.h>

Data types and functions intended for use by OpenSSO Enterprise web agents.