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

am_map_t

Pointer to a map object consisting of key/value entry mappings.

Syntax

#include "am_map.h"
typedef struct am_map *am_map_t;

Members

am_map is an opaque structure with no accessible members.

Memory Concerns

Free the allocated structure by calling am_map_destroy(). See am_map_destroy().