public class ShiroRoleRequiredHandler extends Object implements AnnotationHandler<ShiroRoleRequired>
| Constructor and Description |
|---|
ShiroRoleRequiredHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<ShiroRoleRequired> |
handles() |
int |
priority() |
void |
process(ClassContext context,
ShiroRoleRequired annotation,
HandlerChain chain) |
public Class<ShiroRoleRequired> handles()
handles in interface AnnotationHandler<ShiroRoleRequired>public int priority()
priority in interface org.ocpsoft.common.pattern.Weightedpublic void process(ClassContext context, ShiroRoleRequired annotation, HandlerChain chain)
process in interface AnnotationHandler<ShiroRoleRequired>Copyright © 2015 OCPsoft. All Rights Reserved.