Difference between revisions of "CSSecurity 1 0"
From ADF Docs
Line 6: | Line 6: | ||
:type = singleton | :type = singleton | ||
− | == Functions == | + | == Functions == |
+ | :[[CSSecurity_1_0-isValidContributor|isValidContributor]] | ||
+ | ::Returns T/F if the logged in user is a content contributor | ||
− | + | ||
+ | :[[CSSecurity_1_0-isValidCPAdmin|isValidCPAdmin]] | ||
+ | ::Returns T/F if the logged in user is a member of the CP Admin group | ||
+ | |||
+ | |||
+ | :[[CSSecurity_1_0-validateProxy|validateProxy]] | ||
+ | ::Returns T/F for if the component method is in the Proxy White List. |
Revision as of 03:36, 24 March 2010
Description
Custom Element Data functions for the ADF Library
Properties
- version = 1_0_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
- Returns T/F for if the component method is in the Proxy White List.