Sun Java System Access Manager 7 2005Q4 C API Reference

am_map_value_iter

Opaque handle to an iterator for the entries in a map object am_map_t. A map object is used to manipulate key value pairs using the am_map_* interface. Map objects are used by the policy interface in the C SDK to return any policy decision results and advices from Access Manager policy service, and to pass any environment variables for policy evaluation.

Syntax

#include "am_map.h"
am_map_value_iter *am_map_value_iter_t;

Members

This is an opaque structure and therefore has no members accessible by the C SDK user.

Details

See am_policy_test.c in the C SDK samples for an example of how to use am_map_entry_iter_t.