sec

Tag authorize

Attributes 
NameRequiredTypeDescription
allRolesfalsejakarta.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.
anyRolefalsejakarta.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.
rolefalsejakarta.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.
varfalsejakarta.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.