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 getUserRoles |
resultVar | no | false | java.lang.String | The name of the collection of strings variable that will contain all the user's roles. |
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. |