Sun Java System Access Manager 7 2005Q4 C API Reference

am_policy_resource_canonicalize()

Canonicalize the given resource name.

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

Name of resource to be canonicalized.

c_resource

Pointer to location where the canonicalized string will be placed.

The value returned should be freed using free().