Struct Role
Represents a required authorization role.
struct 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.
Constructors
Name | Description |
---|---|
this
()
|
Properties
Name | Type | Description |
---|---|---|
opDispatch [get]
|
R!(Op.ident,name,void,void) |