Sun Java System Access Manager 7 2005Q4 C API Reference

am_web_is_in_not_enforced_list()

Returns true if the URL being accessed by the user is in the not enforced list.

Syntax

#include "am_web.h"
AM_WEB_EXPORT boolean_t am_web_is_in_not_enforced_list(const char *url,
                                                       const char *path_info);

Parameters

This function takes the following parameters:

url

The URL being accessed by the user

path_info

Path info of the URL.

Returns

This function returns boolean_t with one of the following values:

true

If the URL is in the not enforced list.

false

Otherwise.