Represents a required authorization role.
Roles can be combined using logical or (| operator) or logical and (& operator). The role name is directly mapped to a method name of the authorization interface specified on the web interface class using the @requiresAuth attribute.
auth
See Implementation
Represents a required authorization role.
Roles can be combined using logical or (| operator) or logical and (& operator). The role name is directly mapped to a method name of the authorization interface specified on the web interface class using the @requiresAuth attribute.