Attributes |
Name | Required | Request-time | Type | Description |
resource | yes | false | java.lang.String | The resource to pass into isAccessAllowed. If setSecurityContext has been used, then this resource will be pre-pended with that value. |
action | no | false | java.lang.String | The action to pass into isAccessAllowed |
resultVar | no | false | java.lang.String | The name of the boolean variable that will store the result of calling isAccessAllowed. |
resultVarScope | no | false | java.lang.String | The scope of the resultVar variable. It can be PAGE, REQUEST, SESSION or APPLICATION. The default scope will be PAGE. |
responseVar | no | false | java.lang.String | The name of the Map of strings that will contain responses from calling isAccessAllowed. |
responseVarScope | no | false | java.lang.String | The scope of the responseVar variable. It can be PAGE, REQUEST, SESSION or APPLICATION. The default scope will be PAGE. |