CSSecurity 1 0-validateProxy

From ADF Docs
Revision as of 23:16, 23 November 2010 by Ecaxabu (talk | contribs)
Jump to: navigation, search


UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY


CLICK HERE


Attention: Do not change any text in the description, signature, and paramter sections.

Return to CSSecurity_1_0

Description

Returns T/F for if the component method is in the Proxy White List.

Signature

public boolean <strong>validateProxy</strong> ( string bean, string method )

Parameters

<table id="lib-params"> <tr class="header"> <td>Required</td> <td>Name</td> <td>Type</td> <td>Description</td> </tr>


<tr>

<td class="required">required</td>

<td>bean</td> <td>string</td> <td>Component bean name</td> </tr>

<tr>

<td>&nbsp;</td>

<td>method</td> <td>string</td> <td>Method requesting permission</td> </tr>

</table>