role, anyRole, or allRoles.
| Name | Required | Type | Description |
|---|---|---|---|
allRoles | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
|
Allows content to be rendered if the user has all of the comma-separated roles added here.
Mutually exclusive with role and anyRole.
|
anyRole | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
|
Allows content to be rendered if the user has any of the comma-separated roles added here.
Mutually exclusive with role and allRoles.
|
role | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
|
Allows content to be rendered if the user has the role specified here.
Mutually exclusive with anyRole and allRoles.
|
var | false | jakarta.el.ValueExpression
(must evaluate to java.lang.String)
| Name for a boolean EL variable containing the authorization result. Always set regardless of whether content is rendered. |
Output generated by Vdldoc View Declaration Language Documentation Generator.