BaseAction
145146147148149150151152
return; if (OperationConstants.LIST_FORUM == operationConstant && (SecurityTools.isForumAdmin(getAuthToken(request)) || SecurityTools.isForumModerator(getAuthToken(request)))) return; throw new UnauthorizedException(); }
209210211212213214215216
) return; throw new UnauthorizedException(); }