WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsISecurityCheckedComponent

IID:0dad9e8c-a12d-4dcb-9a6f-7d09839356e1
Inherits From:nsISupports

Each method of this interface should return a string representing the script capability needed to perform the operation on the target component.

Return values of 'allAccess' or 'noAccess' unconditionally allow or deny access to the operation.

This interface is implemented by the following components:


Methods

char* canCallMethod ( nsIIDPtr iid , PRUnichar* methodName ) char* canCreateWrapper ( nsIIDPtr iid ) char* canGetProperty ( nsIIDPtr iid , PRUnichar* propertyName ) char* canSetProperty ( nsIIDPtr iid , PRUnichar* propertyName )

char* canCallMethod ( nsIIDPtr iid , PRUnichar* methodName )

Arguments:
iid
methodName

char* canCreateWrapper ( nsIIDPtr iid )

Arguments:
iid

char* canGetProperty ( nsIIDPtr iid , PRUnichar* propertyName )

Arguments:
iid
propertyName

char* canSetProperty ( nsIIDPtr iid , PRUnichar* propertyName )

Arguments:
iid
propertyName

Reference documentation is generated from Mozilla's source.