Difference between revisions of "CSSecurity 1 0"
From ADF Docs
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | |||
+ | Attention: Do not change any text in the description, properties, and functions sections. | ||
+ | |||
+ | Return to [[Library|Library (API)]] | ||
+ | |||
== Description == | == Description == | ||
Custom Element Data functions for the ADF Library | Custom Element Data functions for the ADF Library | ||
Line 8: | Line 14: | ||
== Functions == | == Functions == | ||
− | :[[CSSecurity_1_0-isValidContributor|isValidContributor]] | + | <div id='library-api'> |
+ | :[[CSSecurity_1_0-isValidContributor|isValidContributor]] ( ) | ||
::Returns T/F if the logged in user is a content contributor | ::Returns T/F if the logged in user is a content contributor | ||
− | + | :[[CSSecurity_1_0-isValidCPAdmin|isValidCPAdmin]] ( ) | |
− | |||
− | :[[CSSecurity_1_0-isValidCPAdmin|isValidCPAdmin]] | ||
::Returns T/F if the logged in user is a member of the CP Admin group | ::Returns T/F if the logged in user is a member of the CP Admin group | ||
− | + | :[[CSSecurity_1_0-validateProxy|validateProxy]] ( string bean, string method ) | |
− | |||
− | :[[CSSecurity_1_0-validateProxy|validateProxy]] | ||
::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. | ||
+ | </div> |
Latest revision as of 12:39, 9 April 2010
Attention: Do not change any text in the description, properties, and functions sections.
Return to Library (API)
Description
Custom Element Data functions for the ADF Library
Properties
- version = 1_0_0
- wikiTitle = CSSecurity_1_0
- type = singleton
Functions
- isValidContributor ( )
- Returns T/F if the logged in user is a content contributor
- isValidCPAdmin ( )
- Returns T/F if the logged in user is a member of the CP Admin group
- validateProxy ( string bean, string method )
- Returns T/F for if the component method is in the Proxy White List.