Role

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.

Constructors

this
this()
Undocumented in source.

Members

Properties

opDispatch
R!(Op.ident, name, void, void) opDispatch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

auth

Meta