Attributes |
Name | Required | Request-time | Type | Description |
resource | yes | false | java.lang.String | The resource to pass into isAccessAllowed. If setSecurityContext has bee used then this resource will be pre-pended with the value from it. |
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 isAccessNotAllowed. |
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 isAccessNotAllowed. |
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. |