hunt.shiro.authz.annotation.RequiresPermissions

Undocumented in source.

Members

Interfaces

RequiresPermissions
interface RequiresPermissions

<p> Requires the current executor's Subject to imply a particular permission in order to execute the annotated method. If the executor's associated {@link hunt.shiro.subject.Subject Subject} determines that the executor does not imply the specified permission, the method will not be executed. </p>

Meta