Sun Java System Access Manager 7.1 C API Reference

Property Data Types

The property data types defined in <am_properties.h> are:

am_properties_t

Pointer to a properties object.

Details

am_properties_t provides a key to single value mapping. It provides the additional functionality of loading a configuration file and getting values of specific data types.

Syntax

#include "am_properties.h"
typedef struct am_properties *am_properties_t;

Members

am_properties is an opaque structure with no accessible members.

am_properties_iter_t

Pointer to the iterator for a properties object.

Syntax

#include "am_properties.h"
typedef struct am_properties_iter *am_properties_iter_t;

Members

am_properties_iter is an opaque structure with no accessible members.