Sun Java System Access Manager 7.1 C API Reference

Members

prompt

Pointer to the user's prompt.

allow_multiple_selections

Takes a value based on the boolean_t defined in the <am_types.h> header file. Set to B_TRUE if multiple selections can be made.

choices

Pointer to a pointer to the strings for the different choices.

choices_size

Value based on the size_t defined in the standard <stddef.h> header file that reflects the number of choices in the list.

default_choice

Takes a value based on the size_t defined in the standard <stddef.h> header file that reflects the choice selected by default when the list is displayed.

response

Pointer to a pointer to the choice(s) returned to Access Manager.

response_size

Takes a value based on the size_t defined in the standard <stddef.h> header file that reflects the number of selected choices in the response.