Sun Java System Access Manager 7.1 C API Reference

am_policy_resource_canonicalize()

Converts the specified resource name into a standard representation for comparison purposes.

Syntax

#include "am_policy.h"
AM_EXPORT void
am_policy_resource_canonicalize(const char *resource, 
                                      char **c_resource);

Parameters

This function takes the following parameters:

resource

Pointer to the name of the resource to be converted.

c_resource

Pointer to a pointer to the location where the converted string will be placed.

Returns

This function does not return a value.