org.qi4j.library.shiro.concerns
Annotation Type RequiresPermissions


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
@InjectionScope
public @interface RequiresPermissions


Required Element Summary
 String value
          The permission string which will be passed to Subject.isPermitted(String) to determine if the user is allowed to invoke the code protected by this annotation.
 

Element Detail

value

public abstract String value
The permission string which will be passed to Subject.isPermitted(String) to determine if the user is allowed to invoke the code protected by this annotation.