Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) E10726-01 |
|
Previous |
Next |
Home > Idoc Script Reference Guide > Core Content Server Variabl... > stdSecurityCheck
Checks if the current user has access to the requested content item based on the standard security model.
The active data is checked to determine if the standard (or default) security model allows the user to have access to the content item. This enables a custom implementation of security to still execute the standard security model as a baseline.
Type and Usage
Parameters
None.
Output
Returns TRUE if the current user has access to the content item.
Returns FALSE if the current user does not have access to the content item.
Example
Compares the permission level of the user to the requested content item:
<$stdSecurityCheck()$>