Proxy White List

From ADF Docs
Revision as of 23:44, 19 December 2009 by Renee.mckechnie (talk | contribs) (Overview)
Jump to: navigation, search

Overview

The goal of the Proxy White list is to give you (as a developer) control over which methods within your application can be called through the Ajax Proxy.

There are two types of Proxy White Lists:

  1. ADF Library Proxy White List
  2. App Proxy White List

ADF Library Proxy White List

The goal of the global white list is to control all of the components within the library that are accessible through Ajax. The global ADF Library Proxy White List is located here:

/ADF/lib/ajax/proxyWhiteList.xml

App Proxy White List

The App Proxy White List is an app specific list of methods that are accessible through Ajax. Each app can have their own Proxy White List file - however all of the Apps and ADF Library White List files are combined together to create one master list of components accessible through Ajax calls. An App Proxy White list file is located in your apps /components/ directory:

/ADF/apps/pt_profile/components/proxyWhiteList.xml