Sun OpenSSO Enterprise 8.0 C API Reference for Application and Web Policy Agent Developers

am_web_postcache_data_t

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

Details

Policy agents use the POST method to communicate with the Session Service. For information, see Session Validation in Sun OpenSSO Enterprise 8.0 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.