Difference between revisions of "CSSecurity 1 0-validateProxy"
From ADF Docs
| (5 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | __NOTOC__ | ||
| + | Attention: Do not change any text in the description, signature, and paramter sections. | ||
| + | |||
| + | Return to [[CSSecurity_1_0]] | ||
| + | |||
== Description == | == Description == | ||
Returns T/F for if the component method is in the Proxy White List. | Returns T/F for if the component method is in the Proxy White List. | ||
| Line 5: | Line 10: | ||
public boolean <strong>validateProxy</strong> ( string bean, string method ) | public boolean <strong>validateProxy</strong> ( string bean, string method ) | ||
| − | == Parameters == | + | == 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> </td> | ||
| + | |||
| + | <td>method</td> | ||
| + | <td>string</td> | ||
| + | <td>Method requesting permission</td> | ||
| + | </tr> | ||
| + | |||
| + | </table> | ||
Latest revision as of 17:33, 24 November 2010
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 validateProxy ( string bean, string method )
Parameters
| Required | Name | Type | Description |
| required | bean | string | Component bean name |
| method | string | Method requesting permission |