Sun Java System Access Manager 7.1 C API Reference

Parameters

This function takes the following parameters:

map

The specified map object.

key

Pointer to the key for the entry.


Note –

If an entry with the same key already exists, the existing value is replaced by the new value.


value

Pointer to the [new] value to be associated with the key.

replace

If not zero, the specified value replaces all existing values. Otherwise, the specified value is added to the list of values already associated with the specified key.