* @see net.sourceforge.stripes.controller.Interceptor#intercept(net.sourceforge.stripes.controller.ExecutionContext)
*/
public Resolution intercept(ExecutionContext execContext) throws Exception {
Resolution resolution = execContext.proceed();
ActionBean actionBean = execContext.getActionBean();
EsimsBaseActionBeanContext esimsBaseActionBeanContext = (EsimsBaseActionBeanContext) actionBean
.getContext();
if (isPermitted(esimsBaseActionBeanContext)) {
return resolution;
} else if (isLoggedIn(esimsBaseActionBeanContext)) {
return new ForwardResolution(