Sun Java System Access Manager 7 2005Q4 C API Reference

am_auth_language_callback_info

Language callback structure.

Syntax

#include "am_auth.h"
typedef struct am_auth_language_callback_info {
    am_auth_locale_t *locale;
    am_auth_locale_t *response; /* locale */
} am_auth_language_callback_t;

Members

This structure has the following members:

locale

The locale from Access Manager.

Memory for the locale is allocated by the C SDK in am_auth_login() and freed when the authentication context is destroyed using am_auth_destroy_auth_context().

response

The locale to send back to Access Manager.

Memory for the response must be allocated and freed by the caller.