Attributes |
Name | Required | Request-time | Type | Description |
role | yes | false | java.lang.String | The name of the role to check against the user. |
resource | no | 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 express whether the user has a role or not. |
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. |