Sun Java System Access Manager 7.1 C API Reference

am_web_postcache_data_t

Data type for temporarily storing POST data sent by the web agent to the Access Manager Session Service.

Details

Policy agents use the POST method to communicate with the Session Service. For information, see Session Validation in Sun Java System Access Manager 7.1 Technical Overview.

Syntax

#include "am_web.h"
typedef struct am_web_postcache_data {
    char *value;
    char *url;
} am_web_postcache_data_t;

Members

am_web_postcache_data_t has the following components:

value

Pointer to the string value of the POST data.

url

Pointer to the destination URL of the POST.