Difference between revisions of "CSSecurity 1 0"

From ADF Docs
Jump to: navigation, search
Line 8: Line 8:
  
 
== Functions ==  
 
== Functions ==  
:public [[CSSecurity_1_0-isValidContributor|isValidContributor]](  )
+
:public [[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
  
  
:public [[CSSecurity_1_0-isValidCPAdmin|isValidCPAdmin]](  )
+
:public [[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
  
  
:public [[CSSecurity_1_0-validateProxy|validateProxy]]( string, string )
+
:public [[CSSecurity_1_0-validateProxy|validateProxy]] ( string, string )
 
::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.

Revision as of 18:49, 6 April 2010

Description

Custom Element Data functions for the ADF Library

Properties

version = 1_0_0
wikiTitle = CSSecurity_1_0
type = singleton

Functions

public isValidContributor ( )
Returns T/F if the logged in user is a content contributor


public isValidCPAdmin ( )
Returns T/F if the logged in user is a member of the CP Admin group


public validateProxy ( string, string )
Returns T/F for if the component method is in the Proxy White List.