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 |
queryAttributeName | no | false | java.lang.String | The name of the attribute to query these resources for. By default the value is empty string which will return the name of the resource as it's found within ALES. |
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. |
grantedVar | no | false | java.lang.String | The name of the collection of strings variable to create with the granted resources list. |
grantedVarScope | no | false | java.lang.String | The scope of the grantedVar variable. It can be PAGE, REQUEST, SESSION or APPLICATION. The default scope will be PAGE. |
deniedVar | no | false | java.lang.String | The name of the collection of strings variable to create with the denied resources list. |
deniedVarScope | no | false | java.lang.String | The scope of the deneidVar variable. It can be PAGE, REQUEST, SESSION or APPLICATION. The default scope will be PAGE. |