Sun Java System Access Manager 7 2005Q4 C API Reference

am_map_entry_iter

Opaque handle to an iterator for the entries in a map object.

Syntax

#include "am_map.h"
typedef struct am_map_entry_iter *am_map_entry_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.