ShiroActionHandler instead@Named(value="shiro") @Deprecated public class ShiroActionInterceptor extends ShiroActionHandler implements ActionInterceptor
SUFFIXSUFFIX| Constructor and Description |
|---|
ShiroActionInterceptor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
after(ActionExecutionStatus status,
GriffonController controller,
String actionName,
Object[] args)
Deprecated.
|
Object[] |
before(GriffonController controller,
String actionName,
Object[] args)
Deprecated.
|
void |
configure(GriffonController controller,
String actionName,
Method method)
Deprecated.
|
boolean |
exception(Exception exception,
GriffonController controller,
String actionName,
Object[] args)
Deprecated.
|
before, configure, isAuthorizedabortActionExecution, after, exception, updatepublic void configure(@Nonnull GriffonController controller, @Nonnull String actionName, @Nonnull Method method)
configure in interface ActionInterceptor@Nonnull public Object[] before(@Nonnull GriffonController controller, @Nonnull String actionName, @Nonnull Object[] args)
before in interface ActionInterceptorpublic void after(@Nonnull ActionExecutionStatus status, @Nonnull GriffonController controller, @Nonnull String actionName, @Nonnull Object[] args)
after in interface ActionInterceptorpublic boolean exception(@Nonnull Exception exception, @Nonnull GriffonController controller, @Nonnull String actionName, @Nonnull Object[] args)
exception in interface ActionInterceptor