Difference between revisions of "Proxy White List"

From ADF Docs
Jump to: navigation, search
(Overview)
(App Proxy White List)
Line 12: Line 12:
  
 
== App Proxy White List ==
 
== 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:
+
The App Proxy White List is an application-specific list of methods that are accessible through Ajax.  Each app can have its own Proxy White List file; however, all of the Apps and ADF Library White List files are combined 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
 
  /ADF/apps/pt_profile/components/proxyWhiteList.xml
  
 
[[Category: Security]]
 
[[Category: Security]]

Revision as of 23:45, 19 December 2009

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 application-specific list of methods that are accessible through Ajax. Each app can have its own Proxy White List file; however, all of the Apps and ADF Library White List files are combined 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