ShiroActionHandler instead
@Named(value="shiro") @Deprecated public class ShiroActionInterceptor extends ShiroActionHandler implements ActionInterceptor
SUFFIX
SUFFIX
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, isAuthorized
abortActionExecution, after, exception, update
public 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 ActionInterceptor
public void after(@Nonnull ActionExecutionStatus status, @Nonnull GriffonController controller, @Nonnull String actionName, @Nonnull Object[] args)
after
in interface ActionInterceptor
public boolean exception(@Nonnull Exception exception, @Nonnull GriffonController controller, @Nonnull String actionName, @Nonnull Object[] args)
exception
in interface ActionInterceptor