Sun Java System Access Manager 7 2005Q4 C API Reference

Parameters

This function takes the following parameters:

sso_token

The sso_token from the Access Manager cookie. This parameter may be NULL if there is no cookie present.

url

The URL whose accessibility is being determined. This parameter may not be NULL.

action_name

The action (GET, POST, etc.) being performed on the specified URL. This parameter may not be NULL.

client_ip

The IP address of the client attempting to access the specified URL. If client IP validation is turned on, then this parameter may not be NULL.

env_parameter_map

A map containing additional information about the user attempting to access the specified URL. This parameter ay not be NULL.

advices_map_ptr

An output parameter where an am_map_t can be stored if the policy evaluation produces any advice information. This parameter may not be NULL.