Attributes |
Name | Required | Request-time | Type | Description |
authorized | false | false | javax.el.ValueExpression
(must evaluate to boolean )
| A boolean value that specifies whether the user must be authorized or not authorized to match the content. Defaults to true . |
message | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| If given, the supplied message will be added if the user is not authorized. |
roles | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| A role or a comma-separated list of roles to check for. The user must be in at least one of the given roles in order for evaluation to succeed. |
severity | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The severity of the message. If not provided, default to error. The value must be one of the following: |